Package com.atlassian.crowd.audit.query
Class AuditLogQuery<T>
java.lang.Object
com.atlassian.crowd.audit.query.AuditLogQuery<T>
A specialized type of query for the audit log. The restrictions will be applied as follows:
- The top-level query is a conjunction of the specified restrictions - matching changesets must have a matching start date and matching and date and matching actions and so on
- Actions, author and entity restrictions are disjunctions - matching changesets must match at least one restriction specified
- Every author/entity restriction is a conjunction of its criteria - if a restriction specifies an id, type and name, all of them will have to match
-
Method Details
-
getBeforeOrOn
-
getOnOrAfter
-
getActions
-
getSources
-
getAuthors
-
getUsers
-
getGroups
-
getApplications
-
getDirectories
-
getStartIndex
public int getStartIndex() -
getMaxResults
public int getMaxResults() -
getProjection
-
getReturnType
-
equals
-
hashCode
public int hashCode() -
toString
-