Uses of Class
com.atlassian.crowd.event.Events

Packages that use Events
com.atlassian.crowd.directory   
com.atlassian.crowd.event   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.integration.rest.util   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.service.client   
 

Uses of Events in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return Events
 Events RemoteCrowdDirectory.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 

Uses of Events in com.atlassian.crowd.event
 

Methods in com.atlassian.crowd.event that return Events
 Events EventStore.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 Events EventStoreGeneric.getNewEvents(java.lang.String eventToken)
           
 

Uses of Events in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that return Events
 Events RestCrowdClient.getNewEvents(java.lang.String eventToken)
           
 

Uses of Events in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util that return Events
static Events EntityTranslator.toEvents(EventEntityList eventEntityList)
           
 

Uses of Events in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that return Events
 Events ApplicationService.getNewEvents(Application application, java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 Events TranslatingApplicationService.getNewEvents(Application application, java.lang.String eventToken)
           
 Events CachingApplicationService.getNewEvents(Application application, java.lang.String eventToken)
           
 Events ApplicationServiceGeneric.getNewEvents(Application application, java.lang.String eventToken)
           
 

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

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type Events
static EventEntityList EntityTranslator.toEventEntities(Events events, java.net.URI baseUri)
           
 

Uses of Events in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that return Events
 Events CrowdClient.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 



Copyright © 2012 Atlassian. All Rights Reserved.