Package com.atlassian.crowd.audit.query
Class AuditLogQueryEntityRestriction
java.lang.Object
com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
com.atlassian.crowd.audit.query.AuditLogQueryEntityRestriction
- Direct Known Subclasses:
AuditLogQueryAuthorRestriction
@ExperimentalApi
public class AuditLogQueryEntityRestriction
extends AbstractAuditLogQueryRestriction
A restriction for an affected object of an audit log entry. The criteria of this restriction are a conjunction, all of them
must be met for an entry to match.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuditLogQueryEntityRestrictionA restriction that matches all entities.Fields inherited from class com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
id, name, namePrefix -
Method Summary
Modifier and TypeMethodDescriptionA restriction matching entities with the given idA restriction matching entities with the given namenamePrefix(String namePrefix) A restriction matching entities with the given name prefixMethods inherited from class com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
equals, getId, getName, getNamePrefix, hashCode, toString
-
Field Details
-
NULL_RESTRICTION
A restriction that matches all entities. Useful to match all entities of the specified type
-
-
Method Details
-
id
A restriction matching entities with the given id -
name
A restriction matching entities with the given name -
namePrefix
A restriction matching entities with the given name prefix
-