Uses of Class
com.atlassian.crowd.event.IncrementalSynchronisationNotAvailableException

Packages that use IncrementalSynchronisationNotAvailableException
com.atlassian.crowd.directory   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.service.client   
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw IncrementalSynchronisationNotAvailableException
 java.lang.String RemoteCrowdDirectory.getCurrentEventToken()
          Returns a token that can be used for querying events that have happened after the token was generated.
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that throw IncrementalSynchronisationNotAvailableException
 java.lang.String RestCrowdClient.getCurrentEventToken()
           
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw IncrementalSynchronisationNotAvailableException
 java.lang.String ApplicationService.getCurrentEventToken(Application application)
          Returns a token that can be used for querying events that have happened after the token was generated.
 java.lang.String TranslatingApplicationService.getCurrentEventToken(Application application)
           
 java.lang.String CachingApplicationService.getCurrentEventToken(Application application)
           
 java.lang.String ApplicationServiceGeneric.getCurrentEventToken(Application application)
           
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type IncrementalSynchronisationNotAvailableException
 javax.ws.rs.core.Response IncrementalSynchronisationNotAvailableExceptionMapper.toResponse(IncrementalSynchronisationNotAvailableException exception)
           
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw IncrementalSynchronisationNotAvailableException
 javax.ws.rs.core.Response EventsResource.getEvents(java.lang.String eventToken)
           
 

Uses of IncrementalSynchronisationNotAvailableException in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that throw IncrementalSynchronisationNotAvailableException
 java.lang.String CrowdClient.getCurrentEventToken()
          Returns a token that can be used for querying events that have happened after the token was generated.
 



Copyright © 2012 Atlassian. All Rights Reserved.