org.camunda.bpm.engine.rest.impl
Class DefaultProcessEngineRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
      extended by org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl

public class DefaultProcessEngineRestServiceImpl
extends AbstractProcessEngineRestServiceImpl


Field Summary
static String PATH
           
 
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
providers
 
Constructor Summary
DefaultProcessEngineRestServiceImpl()
           
 
Method Summary
 AuthorizationRestService getAuthorizationRestService()
           
 BatchRestService getBatchRestService()
           
 CaseDefinitionRestService getCaseDefinitionRestService()
           
 CaseExecutionRestService getCaseExecutionRestService()
           
 CaseInstanceRestService getCaseInstanceRestService()
           
 DecisionDefinitionRestService getDecisionDefinitionRestService()
           
 DecisionRequirementsDefinitionRestService getDecisionRequirementsDefinitionRestService()
           
 DeploymentRestService getDeploymentRestService()
           
 ExecutionRestService getExecutionService()
           
 ExternalTaskRestService getExternalTaskRestService()
           
 FilterRestService getFilterRestService()
           
 GroupRestService getGroupRestService()
           
 HistoryRestService getHistoryRestService()
           
 IdentityRestService getIdentityRestService()
           
 IncidentRestService getIncidentService()
           
 JobDefinitionRestService getJobDefinitionRestService()
           
 JobRestService getJobRestService()
           
 MessageRestService getMessageRestService()
           
 MetricsRestService getMetricsRestService()
           
 MigrationRestService getMigrationRestService()
           
 ProcessDefinitionRestService getProcessDefinitionService()
           
 ProcessInstanceRestService getProcessInstanceService()
           
protected  URI getRelativeEngineUri(String engineName)
           
 TaskRestService getTaskRestService()
           
 TenantRestService getTenantRestService()
           
 UserRestService getUserRestService()
           
 VariableInstanceRestService getVariableInstanceService()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
getAuthorizationRestService, getBatchRestService, getCaseDefinitionRestService, getCaseExecutionRestService, getCaseInstanceRestService, getDecisionDefinitionRestService, getDecisionRequirementsDefinitionRestService, getDeploymentRestService, getExecutionService, getExternalTaskRestService, getFilterRestService, getGroupRestService, getHistoryRestService, getIdentityRestService, getIncidentService, getJobDefinitionRestService, getJobRestService, getMessageRestService, getMetricsRestService, getMigrationRestService, getObjectMapper, getProcessDefinitionService, getProcessInstanceService, getTaskRestService, getTenantRestService, getUserRestService, getVariableInstanceService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static final String PATH
See Also:
Constant Field Values
Constructor Detail

DefaultProcessEngineRestServiceImpl

public DefaultProcessEngineRestServiceImpl()
Method Detail

getProcessDefinitionService

public ProcessDefinitionRestService getProcessDefinitionService()

getProcessInstanceService

public ProcessInstanceRestService getProcessInstanceService()

getExecutionService

public ExecutionRestService getExecutionService()

getTaskRestService

public TaskRestService getTaskRestService()

getIdentityRestService

public IdentityRestService getIdentityRestService()

getMessageRestService

public MessageRestService getMessageRestService()

getVariableInstanceService

public VariableInstanceRestService getVariableInstanceService()

getJobDefinitionRestService

public JobDefinitionRestService getJobDefinitionRestService()

getJobRestService

public JobRestService getJobRestService()

getGroupRestService

public GroupRestService getGroupRestService()

getUserRestService

public UserRestService getUserRestService()

getAuthorizationRestService

public AuthorizationRestService getAuthorizationRestService()

getIncidentService

public IncidentRestService getIncidentService()

getHistoryRestService

public HistoryRestService getHistoryRestService()

getDeploymentRestService

public DeploymentRestService getDeploymentRestService()

getCaseDefinitionRestService

public CaseDefinitionRestService getCaseDefinitionRestService()

getCaseInstanceRestService

public CaseInstanceRestService getCaseInstanceRestService()

getCaseExecutionRestService

public CaseExecutionRestService getCaseExecutionRestService()

getFilterRestService

public FilterRestService getFilterRestService()

getMetricsRestService

public MetricsRestService getMetricsRestService()

getDecisionDefinitionRestService

public DecisionDefinitionRestService getDecisionDefinitionRestService()

getDecisionRequirementsDefinitionRestService

public DecisionRequirementsDefinitionRestService getDecisionRequirementsDefinitionRestService()

getExternalTaskRestService

public ExternalTaskRestService getExternalTaskRestService()

getMigrationRestService

public MigrationRestService getMigrationRestService()

getBatchRestService

public BatchRestService getBatchRestService()

getTenantRestService

public TenantRestService getTenantRestService()

getRelativeEngineUri

protected URI getRelativeEngineUri(String engineName)
Specified by:
getRelativeEngineUri in class AbstractProcessEngineRestServiceImpl


Copyright © 2016 camunda services GmbH. All rights reserved.