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
public abstract class AbstractRestProcessEngineAware extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
protected String
relativeRootResourcePath
-
Constructor Summary
Constructors Constructor Description AbstractRestProcessEngineAware(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
protected ProcessEngine
getProcessEngine()
void
setRelativeRootResourceUri(String relativeRootResourcePath)
Override the root resource path, if this resource is a sub-resource.
-
-
-
Field Detail
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
relativeRootResourcePath
protected String relativeRootResourcePath
-
-
Constructor Detail
-
AbstractRestProcessEngineAware
public AbstractRestProcessEngineAware(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
setRelativeRootResourceUri
public void setRelativeRootResourceUri(String relativeRootResourcePath)
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
protected ProcessEngine getProcessEngine()
-
-