public abstract class AbstractRestProcessEngineAware extends AbstractProcessEngineAware
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.jackson.map.ObjectMapper |
objectMapper |
protected String |
relativeRootResourcePath |
processEngine| Constructor and Description |
|---|
AbstractRestProcessEngineAware(String engineName,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.jackson.map.ObjectMapper |
getObjectMapper() |
protected ProcessEngine |
getProcessEngine() |
void |
setRelativeRootResourceUri(String relativeRootResourcePath)
Override the root resource path, if this resource is a sub-resource.
|
protected org.codehaus.jackson.map.ObjectMapper objectMapper
protected String relativeRootResourcePath
public AbstractRestProcessEngineAware(String engineName, org.codehaus.jackson.map.ObjectMapper objectMapper)
protected ProcessEngine getProcessEngine()
public void setRelativeRootResourceUri(String relativeRootResourcePath)
relativeRootResourcePath - protected org.codehaus.jackson.map.ObjectMapper getObjectMapper()
Copyright © 2018. All rights reserved.