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_RESTRICTIONFields inherited from class com.atlassian.crowd.audit.query.AbstractAuditLogQueryRestriction
id, name, namePrefix -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()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, namePrefixMethods 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:
equalsin classAbstractAuditLogQueryRestriction
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAuditLogQueryRestriction
-
toString
- Overrides:
toStringin classAbstractAuditLogQueryRestriction
-