Uses of Class
org.apache.syncope.common.rest.api.beans.AuditQuery
-
Packages that use AuditQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of AuditQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AuditQuery Modifier and Type Method Description protected AuditQuery
AuditQuery.Builder. newInstance()
-
Uses of AuditQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AuditQuery Modifier and Type Method Description PagedResult<AuditEntry>
AuditService. search(AuditQuery auditQuery)
Returns a paged list of audit entries matching the given query. -
Uses of AuditQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuditQuery Modifier and Type Method Description PagedResult<AuditEntry>
AuditServiceImpl. search(AuditQuery auditQuery)
-