com.atlassian.crowd.plugin.rest.service.controller
Class EventsController

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
      extended by com.atlassian.crowd.plugin.rest.service.controller.EventsController

public class EventsController
extends AbstractResourceController


Field Summary
 
Fields inherited from class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
applicationManager, applicationService
 
Constructor Summary
EventsController(ApplicationService applicationService, ApplicationManager applicationManager)
           
 
Method Summary
 EventEntityList getCurrentEventToken()
           
 EventEntityList getEventsSince(java.lang.String applicationName, java.lang.String eventToken, java.net.URI baseURI)
           
 
Methods inherited from class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
getApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventsController

public EventsController(ApplicationService applicationService,
                        ApplicationManager applicationManager)
Method Detail

getCurrentEventToken

public EventEntityList getCurrentEventToken()

getEventsSince

public EventEntityList getEventsSince(java.lang.String applicationName,
                                      java.lang.String eventToken,
                                      java.net.URI baseURI)
                               throws EventTokenExpiredException,
                                      OperationFailedException,
                                      IncrementalSynchronisationNotAvailableException
Throws:
EventTokenExpiredException
OperationFailedException
IncrementalSynchronisationNotAvailableException


Copyright © 2011 Atlassian. All Rights Reserved.