Uses of Interface
com.atlassian.crowd.model.event.OperationEvent
Packages that use OperationEvent
Package
Description
-
Uses of OperationEvent in com.atlassian.crowd.event
Methods in com.atlassian.crowd.event that return types with arguments of type OperationEventMethods in com.atlassian.crowd.event with parameters of type OperationEventModifier and TypeMethodDescriptionvoid
EventStore.storeOperationEvent
(OperationEvent event) Stores the given event.void
EventStoreGeneric.storeOperationEvent
(OperationEvent event) void
TimestampBasedEventStore.storeOperationEvent
(OperationEvent event) Constructor parameters in com.atlassian.crowd.event with type arguments of type OperationEvent -
Uses of OperationEvent in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return types with arguments of type OperationEventModifier and TypeMethodDescriptionEventTransformer.transformEvents
(Iterable<OperationEvent> events) Transforms directory events in context of the application.Method parameters in com.atlassian.crowd.manager.application with type arguments of type OperationEventModifier and TypeMethodDescriptionEventTransformer.transformEvents
(Iterable<OperationEvent> events) Transforms directory events in context of the application. -
Uses of OperationEvent in com.atlassian.crowd.model.event
Classes in com.atlassian.crowd.model.event that implement OperationEventModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of OperationEvent in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type OperationEventModifier and TypeMethodDescriptionstatic AbstractEventEntity
EntityTranslator.toEventEntity
(OperationEvent event, URI baseUri)