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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
protected java.lang.String
relativeRootResourcePath
-
Constructor Summary
Constructors Constructor Description AbstractRestProcessEngineAware(java.lang.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(java.lang.String relativeRootResourcePath)
Override the root resource path, if this resource is a sub-resource.
-
-
-
Method Detail
-
setRelativeRootResourceUri
public void setRelativeRootResourceUri(java.lang.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()
-
-