Uses of Enum Class
com.atlassian.crowd.audit.AuditLogEventSource
Packages that use AuditLogEventSource
Package
Description
-
Uses of AuditLogEventSource in com.atlassian.crowd.audit
Methods in com.atlassian.crowd.audit that return AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogChangeset.getSource()
ImmutableAuditLogChangeset.getSource()
static AuditLogEventSource
Returns the enum constant of this class with the specified name.static AuditLogEventSource[]
AuditLogEventSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.audit that return types with arguments of type AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogContextInternal.getSource()
AuditLogContextInternalImpl.getSource()
Methods in com.atlassian.crowd.audit with parameters of type AuditLogEventSourceModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setSource
(AuditLogEventSource source) <T> T
AuditLogContext.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) Executes the callback using the specified source for the events audited in the callback<T> T
AuditLogContextInternalImpl.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) <T> T
NoOpAuditLogContext.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) -
Uses of AuditLogEventSource in com.atlassian.crowd.audit.query
Methods in com.atlassian.crowd.audit.query that return types with arguments of type AuditLogEventSourceMethods in com.atlassian.crowd.audit.query with parameters of type AuditLogEventSourceMethod parameters in com.atlassian.crowd.audit.query with type arguments of type AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogQueryBuilder.addAllSources
(Collection<AuditLogEventSource> sources) -
Uses of AuditLogEventSource in com.atlassian.crowd.dao.audit
Methods in com.atlassian.crowd.dao.audit that return AuditLogEventSource -
Uses of AuditLogEventSource in com.atlassian.crowd.manager.audit
Methods in com.atlassian.crowd.manager.audit that return AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogMetadataResolver.resolveSource()
AuditLogMetadataResolverImpl.resolveSource()
SettableAuditLogMedatataResolver.resolveSource()
Methods in com.atlassian.crowd.manager.audit with parameters of type AuditLogEventSourceModifier and TypeMethodDescriptionvoid
SettableAuditLogMedatataResolver.setSource
(AuditLogEventSource source) -
Uses of AuditLogEventSource in com.atlassian.crowd.model.audit
Methods in com.atlassian.crowd.model.audit that return AuditLogEventSourceMethods in com.atlassian.crowd.model.audit with parameters of type AuditLogEventSourceModifier and TypeMethodDescriptionvoid
AuditLogChangesetEntity.setSource
(AuditLogEventSource source) -
Uses of AuditLogEventSource in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogEventSourceMethods in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.setSource
(AuditLogEventSource source) Constructors in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEventSourceModifierConstructorDescriptionAuditLogChangesetRestDTO
(Long id, Date timestamp, AuditLogAuthorRestDTO author, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, Set<AuditLogEntityRestDTO> entities, String ipAddress, String eventMessage, AuditLogEventSource source, Set<AuditLogEntryRestDTO> entries) -
Uses of AuditLogEventSource in com.atlassian.crowd.plugin.rest.entity.audit.query
Methods in com.atlassian.crowd.plugin.rest.entity.audit.query that return types with arguments of type AuditLogEventSourceMethods in com.atlassian.crowd.plugin.rest.entity.audit.query with parameters of type AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addSource
(AuditLogEventSource source) Method parameters in com.atlassian.crowd.plugin.rest.entity.audit.query with type arguments of type AuditLogEventSourceModifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addSources
(Iterable<AuditLogEventSource> sources) AuditLogQueryRestDTO.Builder.setSources
(List<AuditLogEventSource> sources)