Uses of Class
org.camunda.bpm.cycle.web.service.AbstractRestService

Packages that use AbstractRestService
org.camunda.bpm.cycle.web.service   
org.camunda.bpm.cycle.web.service.resource   
org.camunda.bpm.cycle.web.service.test   
 

Uses of AbstractRestService in org.camunda.bpm.cycle.web.service
 

Subclasses of AbstractRestService in org.camunda.bpm.cycle.web.service
 class DefaultService
          This is the default controller which handles user authentication / authorization.
 class ErrorViewService
          This controller exposes error pages
 class InitialConfigurationService
           
 class LoginService
           
 class ViewService
          This controller exposes the views offered by the application under app/secured/view.
 

Uses of AbstractRestService in org.camunda.bpm.cycle.web.service.resource
 

Subclasses of AbstractRestService in org.camunda.bpm.cycle.web.service.resource
 class BpmnDiagramService
           
 class ConnectorConfigurationService
           
 class ConnectorCredentialsService
          FIXME this class is untested!
 class ConnectorService
           
 class RoundtripService
          This is the main roundtrip rest controller which exposes roundtrip list, get, create andupdate methods as well as some utilities to the cycle client application.
 class UserService
          This is the user rest controller which exposes user list, get, create andupdate methods as well as some utilities to the cycle client application.
 

Uses of AbstractRestService in org.camunda.bpm.cycle.web.service.test
 

Subclasses of AbstractRestService in org.camunda.bpm.cycle.web.service.test
 class TestRunnerService
          This is the test controller which provides an interface to run angular end-to-end tests
 



Copyright © 2014 camunda services GmbH. All rights reserved.