Package com.atlassian.crowd.audit.query
Class AuditLogQueryAuthorRestriction
java.lang.Object
com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
com.atlassian.crowd.audit.query.AuditLogQueryEntityRestriction
com.atlassian.crowd.audit.query.AuditLogQueryAuthorRestriction
A restriction for an author of an audit log changeset. The criteria of this restriction are a conjunction, all of them
must be met for an entry to match.
-
Field Summary
Fields inherited from class com.atlassian.crowd.audit.query.AuditLogQueryEntityRestriction
NULL_RESTRICTION
Fields inherited from class com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
id, name, namePrefix
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
id
(Long id, AuditLogAuthorType type) Match authors with the given id and typename
(String name, AuditLogAuthorType type) Match authors with the given name and typenamePrefix
(String namePrefix, AuditLogAuthorType type) Match authors with the given name prefix and typetoString()
type
(AuditLogAuthorType type) Match authors with the given typeMethods inherited from class com.atlassian.crowd.audit.query.AuditLogQueryEntityRestriction
id, name, namePrefix
Methods inherited from class com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
getId, getName, getNamePrefix
-
Method Details
-
id
Match authors with the given id and type -
name
Match authors with the given name and type -
namePrefix
Match authors with the given name prefix and type -
type
Match authors with the given type -
getType
-
equals
- Overrides:
equals
in classAbstractAuditLogQueryRestriction
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractAuditLogQueryRestriction
-
toString
- Overrides:
toString
in classAbstractAuditLogQueryRestriction
-