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
-
- Direct Known Subclasses:
JaxRsTwoDefaultProcessEngineRestServiceImpl
@Path("") public class DefaultProcessEngineRestServiceImpl extends AbstractProcessEngineRestServiceImpl
-
-
Field Summary
Fields Modifier and Type Field Description static String
PATH
-
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
@Path("/process-definition") public ProcessDefinitionRestService getProcessDefinitionService()
-
getProcessInstanceService
@Path("/process-instance") public ProcessInstanceRestService getProcessInstanceService()
-
getExecutionService
@Path("/execution") public ExecutionRestService getExecutionService()
-
getTaskRestService
@Path("/task") public TaskRestService getTaskRestService()
-
getIdentityRestService
@Path("/identity") public IdentityRestService getIdentityRestService()
-
getMessageRestService
@Path("/message") public MessageRestService getMessageRestService()
-
getVariableInstanceService
@Path("/variable-instance") public VariableInstanceRestService getVariableInstanceService()
-
getJobDefinitionRestService
@Path("/job-definition") public JobDefinitionRestService getJobDefinitionRestService()
-
getJobRestService
@Path("/job") public JobRestService getJobRestService()
-
getGroupRestService
@Path("/group") public GroupRestService getGroupRestService()
-
getUserRestService
@Path("/user") public UserRestService getUserRestService()
-
getAuthorizationRestService
@Path("/authorization") public AuthorizationRestService getAuthorizationRestService()
-
getIncidentService
@Path("/incident") public IncidentRestService getIncidentService()
-
getHistoryRestService
@Path("/history") public HistoryRestService getHistoryRestService()
-
getDeploymentRestService
@Path("/deployment") public DeploymentRestService getDeploymentRestService()
-
getCaseDefinitionRestService
@Path("/case-definition") public CaseDefinitionRestService getCaseDefinitionRestService()
-
getCaseInstanceRestService
@Path("/case-instance") public CaseInstanceRestService getCaseInstanceRestService()
-
getCaseExecutionRestService
@Path("/case-execution") public CaseExecutionRestService getCaseExecutionRestService()
-
getFilterRestService
@Path("/filter") public FilterRestService getFilterRestService()
-
getMetricsRestService
@Path("/metrics") public MetricsRestService getMetricsRestService()
-
getDecisionDefinitionRestService
@Path("/decision-definition") public DecisionDefinitionRestService getDecisionDefinitionRestService()
-
getDecisionRequirementsDefinitionRestService
@Path("/decision-requirements-definition") public DecisionRequirementsDefinitionRestService getDecisionRequirementsDefinitionRestService()
-
getExternalTaskRestService
@Path("/external-task") public ExternalTaskRestService getExternalTaskRestService()
-
getMigrationRestService
@Path("/migration") public MigrationRestService getMigrationRestService()
-
getModificationRestService
@Path("/modification") public ModificationRestService getModificationRestService()
-
getBatchRestService
@Path("/batch") public BatchRestService getBatchRestService()
-
getTenantRestService
@Path("/tenant") public TenantRestService getTenantRestService()
-
getSignalRestService
@Path("/signal") public SignalRestService getSignalRestService()
-
getConditionRestService
@Path("/condition") public ConditionRestService getConditionRestService()
-
getOptimizeRestService
@Path("/optimize") public OptimizeRestService getOptimizeRestService()
-
getVersionRestService
@Path("/version") public VersionRestService getVersionRestService()
-
getSchemaLogRestService
@Path("/schema/log") public SchemaLogRestService getSchemaLogRestService()
-
getEventSubscriptionRestService
@Path("/event-subscription") public EventSubscriptionRestService getEventSubscriptionRestService()
-
getTelemetryRestService
@Path("/telemetry") public TelemetryRestService getTelemetryRestService()
-
getRelativeEngineUri
protected URI getRelativeEngineUri(String engineName)
- Specified by:
getRelativeEngineUri
in classAbstractProcessEngineRestServiceImpl
-
-