org.camunda.bpm.engine.rest.impl
Class DefaultProcessEngineRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
public class DefaultProcessEngineRestServiceImpl
- extends AbstractProcessEngineRestServiceImpl
| 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 |
PATH
public static final String PATH
- See Also:
- Constant Field Values
DefaultProcessEngineRestServiceImpl
public DefaultProcessEngineRestServiceImpl()
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.