Uses of Enum Class
com.atlassian.crowd.audit.query.AuditLogChangesetProjection
Package
Description
-
Uses of AuditLogChangesetProjection in com.atlassian.crowd.audit.query
Modifier and TypeMethodDescriptionAuditLogQuery.getProjection()
static AuditLogChangesetProjection
Returns the enum constant of this class with the specified name.static AuditLogChangesetProjection[]
AuditLogChangesetProjection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAuditLogQueryBuilder.setProjection
(AuditLogChangesetProjection projection) -
Uses of AuditLogChangesetProjection in com.atlassian.crowd.plugin.rest.service.controller
ModifierConstructorDescriptionAuditLogProjectionQueryParams
(AuditLogQueryRestDTO query, String search, AuditLogChangesetProjection projection, RestPageRequest pageRequest) -
Uses of AuditLogChangesetProjection in com.atlassian.crowd.plugin.rest.service.resource.audit
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AuditResource.getFilterValues
(RestPageRequest pageRequest, AuditLogQueryRestDTO searchRestriction, String search, AuditLogChangesetProjection projection)