Package org.camunda.bpm.engine.rest.impl
Class AbstractRestProcessEngineAware
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
- Direct Known Subclasses:
AbstractAuthorizedRestResource
,BatchRestServiceImpl
,CaseDefinitionRestServiceImpl
,CaseExecutionRestServiceImpl
,CaseInstanceRestServiceImpl
,ConditionRestServiceImpl
,DecisionDefinitionRestServiceImpl
,DecisionRequirementsDefinitionRestServiceImpl
,DeploymentResourceImpl
,DeploymentRestServiceImpl
,EventSubscriptionRestServiceImpl
,ExecutionRestServiceImpl
,ExternalTaskRestServiceImpl
,HistoricProcessDefinitionRestServiceImpl
,HistoryRestServiceImpl
,IdentityRestServiceImpl
,IncidentRestServiceImpl
,JobDefinitionRestServiceImpl
,JobRestServiceImpl
,MessageRestServiceImpl
,MetricsRestServiceImpl
,MigrationRestServiceImpl
,ModificationRestServiceImpl
,OptimizeRestService
,ProcessDefinitionRestServiceImpl
,ProcessInstanceRestServiceImpl
,SchemaLogRestServiceImpl
,SignalRestServiceImpl
,TaskRestServiceImpl
,TelemetryRestServiceImpl
,VariableInstanceRestServiceImpl
,VersionRestService
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected String
-
Constructor Summary
ConstructorDescriptionAbstractRestProcessEngineAware
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
void
setRelativeRootResourceUri
(String relativeRootResourcePath) Override the root resource path, if this resource is a sub-resource.
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
relativeRootResourcePath
-
-
Constructor Details
-
AbstractRestProcessEngineAware
public AbstractRestProcessEngineAware(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
setRelativeRootResourceUri
Override the root resource path, if this resource is a sub-resource. The relative root resource path is used for generation of links to resources in results.- Parameters:
relativeRootResourcePath
-
-
getObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
getProcessEngine
-