Uses of Class
com.atlassian.crowd.audit.query.AuditLogQueryAuthorRestriction
Packages that use AuditLogQueryAuthorRestriction
-
Uses of AuditLogQueryAuthorRestriction in com.atlassian.crowd.audit.query
Methods in com.atlassian.crowd.audit.query that return AuditLogQueryAuthorRestrictionModifier 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 typeMethods in com.atlassian.crowd.audit.query that return types with arguments of type AuditLogQueryAuthorRestrictionMethods in com.atlassian.crowd.audit.query with parameters of type AuditLogQueryAuthorRestrictionModifier and TypeMethodDescriptionAuditLogQueryBuilder.addAuthor(AuditLogQueryAuthorRestriction authors) Method parameters in com.atlassian.crowd.audit.query with type arguments of type AuditLogQueryAuthorRestrictionModifier and TypeMethodDescriptionAuditLogQueryBuilder.addAllAuthors(Collection<AuditLogQueryAuthorRestriction> authors)