Uses of Interface
com.atlassian.crowd.model.event.OperationEvent

Packages that use OperationEvent
com.atlassian.crowd.event   
com.atlassian.crowd.model.event   
com.atlassian.crowd.plugin.rest.util   
 

Uses of OperationEvent in com.atlassian.crowd.event
 

Methods in com.atlassian.crowd.event that return types with arguments of type OperationEvent
 java.lang.Iterable<OperationEvent> Events.getEvents()
           
 

Methods in com.atlassian.crowd.event with parameters of type OperationEvent
 void EventStore.storeEvent(OperationEvent event)
          Stores the given event.
 void EventStoreGeneric.storeEvent(OperationEvent event)
           
 

Constructor parameters in com.atlassian.crowd.event with type arguments of type OperationEvent
Events(java.lang.Iterable<OperationEvent> events, java.lang.String newEventToken)
           
 

Uses of OperationEvent in com.atlassian.crowd.model.event
 

Classes in com.atlassian.crowd.model.event that implement OperationEvent
 class AbstractAttributeEvent
           
 class AbstractOperationEvent
           
 class GroupEvent
           
 class GroupMembershipEvent
           
 class UserEvent
           
 class UserMembershipEvent
           
 

Uses of OperationEvent in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type OperationEvent
static AbstractEventEntity EntityTranslator.toEventEntity(OperationEvent event, java.net.URI baseUri)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.