Uses of Class
com.atlassian.crowd.plugin.rest.entity.EventEntityList

Packages that use EventEntityList
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.util   
 

Uses of EventEntityList in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return EventEntityList
static EventEntityList EventEntityList.create(java.lang.String newEventToken, java.util.List<AbstractEventEntity> events)
           
static EventEntityList EventEntityList.fromToken(java.lang.String currentEventToken)
           
static EventEntityList EventEntityList.synchronisationNotAvailable()
           
 

Uses of EventEntityList in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that return EventEntityList
 EventEntityList EventsController.getCurrentEventToken(java.lang.String applicationName)
           
 EventEntityList EventsController.getEventsSince(java.lang.String applicationName, java.lang.String eventToken, java.net.URI baseURI)
           
 

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

Methods in com.atlassian.crowd.plugin.rest.util that return EventEntityList
static EventEntityList EntityTranslator.toEventEntities(Events events, java.net.URI baseUri)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.