Class AuditLogQuery<T>

java.lang.Object
com.atlassian.crowd.audit.query.AuditLogQuery<T>

@ExperimentalApi public class AuditLogQuery<T> extends Object
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
The query will be ordered by the changeset timestamp, descending.