Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringPATH-
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
providers
-
-
Constructor Summary
Constructors Constructor Description DefaultProcessEngineRestServiceImpl()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
getAuthorizationRestService, getBatchRestService, getCaseDefinitionRestService, getCaseExecutionRestService, getCaseInstanceRestService, getConditionRestService, getDecisionDefinitionRestService, getDecisionRequirementsDefinitionRestService, getDeploymentRestService, getEventSubscriptionRestService, getExecutionService, getExternalTaskRestService, getFilterRestService, getGroupRestService, getHistoryRestService, getIdentityRestService, getIncidentService, getJobDefinitionRestService, getJobRestService, getMessageRestService, getMetricsRestService, getMigrationRestService, getModificationRestService, getObjectMapper, getOptimizeRestService, getProcessDefinitionService, getProcessInstanceService, getSchemaLogRestService, getSignalRestService, getTaskRestService, getTelemetryRestService, getTenantRestService, getUserRestService, getVariableInstanceService, getVersionRestService
-
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
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()
-
getModificationRestService
public ModificationRestService getModificationRestService()
-
getBatchRestService
public BatchRestService getBatchRestService()
-
getTenantRestService
public TenantRestService getTenantRestService()
-
getSignalRestService
public SignalRestService getSignalRestService()
-
getConditionRestService
public ConditionRestService getConditionRestService()
-
getOptimizeRestService
public OptimizeRestService getOptimizeRestService()
-
getVersionRestService
public VersionRestService getVersionRestService()
-
getSchemaLogRestService
public SchemaLogRestService getSchemaLogRestService()
-
getEventSubscriptionRestService
public EventSubscriptionRestService getEventSubscriptionRestService()
-
getTelemetryRestService
public TelemetryRestService getTelemetryRestService()
-
getRelativeEngineUri
protected URI getRelativeEngineUri(String engineName)
- Specified by:
getRelativeEngineUriin classAbstractProcessEngineRestServiceImpl
-
-