Package | Description |
---|---|
com.atlassian.crowd.audit.query |
Modifier and Type | Method and Description |
---|---|
static AuditLogQueryAuthorRestriction |
AuditLogQueryAuthorRestriction.id(Long id,
AuditLogAuthorType type)
Match authors with the given id and type
|
static AuditLogQueryAuthorRestriction |
AuditLogQueryAuthorRestriction.name(String name,
AuditLogAuthorType type)
Match authors with the given name and type
|
static AuditLogQueryAuthorRestriction |
AuditLogQueryAuthorRestriction.namePrefix(String namePrefix,
AuditLogAuthorType type)
Match authors with the given name prefix and type
|
static AuditLogQueryAuthorRestriction |
AuditLogQueryAuthorRestriction.type(AuditLogAuthorType type)
Match authors with the given type
|
Modifier and Type | Method and Description |
---|---|
List<AuditLogQueryAuthorRestriction> |
AuditLogQuery.getAuthors() |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addAuthor(AuditLogQueryAuthorRestriction authors) |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addAllAuthors(Collection<AuditLogQueryAuthorRestriction> authors) |
Copyright © 2020 Atlassian. All rights reserved.