Uses of Class
com.atlassian.crowd.audit.query.AuditLogQueryAuthorRestriction
-
Uses of AuditLogQueryAuthorRestriction in com.atlassian.crowd.audit.query
Modifier and TypeMethodDescriptionAuditLogQueryAuthorRestriction.id
(Long id, AuditLogAuthorType type) Match authors with the given id and typeAuditLogQueryAuthorRestriction.name
(String name, AuditLogAuthorType type) Match authors with the given name and typeAuditLogQueryAuthorRestriction.namePrefix
(String namePrefix, AuditLogAuthorType type) Match authors with the given name prefix and typeAuditLogQueryAuthorRestriction.type
(AuditLogAuthorType type) Match authors with the given typeModifier and TypeMethodDescriptionAuditLogQueryBuilder.addAuthor
(AuditLogQueryAuthorRestriction authors) Modifier and TypeMethodDescriptionAuditLogQueryBuilder.addAllAuthors
(Collection<AuditLogQueryAuthorRestriction> authors)