Package | Description |
---|---|
com.atlassian.crowd.audit.query | |
com.atlassian.crowd.plugin.rest.service.controller | |
com.atlassian.crowd.plugin.rest.service.resource.audit |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetProjection |
AuditLogQuery.getProjection() |
static AuditLogChangesetProjection |
AuditLogChangesetProjection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogChangesetProjection[] |
AuditLogChangesetProjection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.setProjection(AuditLogChangesetProjection projection) |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetProjection |
AuditLogProjectionQueryParams.getProjection() |
Constructor and Description |
---|
AuditLogProjectionQueryParams(AuditLogQueryRestDTO query,
String search,
AuditLogChangesetProjection projection,
RestPageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuditResource.getFilterValues(AuditLogQueryRestDTO searchRestriction,
RestPageRequest pageRequest,
String search,
AuditLogChangesetProjection projection)
Returns a list of unique items of the chosen type that exist in changesets matching the specified search restriction.
|
Copyright © 2020 Atlassian. All rights reserved.