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

Packages that use OperationEvent
com.atlassian.crowd.event   
com.atlassian.crowd.model.event   
 

Uses of OperationEvent in com.atlassian.crowd.event
 

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

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

Constructor parameters in com.atlassian.crowd.event with type arguments of type OperationEvent
Events(Iterable<OperationEvent> events, 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 AliasEvent
           
 class GroupEvent
           
 class GroupMembershipEvent
           
 class UserEvent
           
 class UserMembershipEvent
           
 



Copyright © 2013 Atlassian. All Rights Reserved.