Uses of Class
com.atlassian.crowd.event.Events
Package
Description
-
Uses of Events in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionRemoteCrowdDirectory.getNewEvents
(String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated. -
Uses of Events in com.atlassian.crowd.event
Modifier and TypeMethodDescriptionEventStore.getNewEvents
(String eventToken, Application application) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.EventStore.getNewEvents
(String eventToken, List<Long> directoryIds) Deprecated.EventStoreGeneric.getNewEvents
(String eventToken, Application application) EventStoreGeneric.getNewEvents
(String eventToken, List<Long> directoryIds) TimestampBasedEventStore.getNewEvents
(String eventToken, Application application) TimestampBasedEventStore.getNewEvents
(String eventToken, List<Long> directoryIds) -
Uses of Events in com.atlassian.crowd.integration.rest.service
-
Uses of Events in com.atlassian.crowd.integration.rest.util
Modifier and TypeMethodDescriptionstatic Events
EntityTranslator.toEvents
(EventEntityList eventEntityList) -
Uses of Events in com.atlassian.crowd.manager.application
Modifier and TypeMethodDescriptionAbstractDelegatingApplicationService.getNewEvents
(Application application, String eventToken) ApplicationService.getNewEvents
(Application application, String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.ApplicationServiceGeneric.getNewEvents
(Application application, String eventToken) TranslatingApplicationService.getNewEvents
(Application application, String eventToken) -
Uses of Events in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic EventEntityList
EntityTranslator.toEventEntities
(Events events, URI baseUri) -
Uses of Events in com.atlassian.crowd.service.client
Modifier and TypeMethodDescriptionCrowdClient.getNewEvents
(String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.