Uses of Class
com.atlassian.crowd.event.Events
Packages that use Events
Package
Description
-
Uses of Events in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return EventsModifier 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
Methods in com.atlassian.crowd.event that return EventsModifier 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
Methods in com.atlassian.crowd.integration.rest.service that return Events -
Uses of Events in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return EventsModifier and TypeMethodDescriptionstatic Events
EntityTranslator.toEvents
(EventEntityList eventEntityList) -
Uses of Events in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return EventsModifier 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
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type EventsModifier and TypeMethodDescriptionstatic EventEntityList
EntityTranslator.toEventEntities
(Events events, URI baseUri) -
Uses of Events in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that return EventsModifier and TypeMethodDescriptionCrowdClient.getNewEvents
(String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.