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(String applicationName)
           
 EventEntityList getEventsSince(String applicationName, String eventToken, 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(String applicationName)

getEventsSince

public EventEntityList getEventsSince(String applicationName,
                                      String eventToken,
                                      URI baseURI)
                               throws EventTokenExpiredException,
                                      OperationFailedException
Throws:
EventTokenExpiredException
OperationFailedException


Copyright © 2013 Atlassian. All Rights Reserved.