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 -
-
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 AuditQueryAuditQuery.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 org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.audit.AuditEntry>AuditService. search(AuditQuery auditQuery)Returns a paged list of audit entries matching the given query.
-