public abstract class AbstractRestProcessEngineAware extends AbstractProcessEngineAware
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected String |
relativeRootResourcePath |
processEngine
Constructor and Description |
---|
AbstractRestProcessEngineAware(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and 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.
|
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected String relativeRootResourcePath
public AbstractRestProcessEngineAware(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected ProcessEngine getProcessEngine()
public void setRelativeRootResourceUri(String relativeRootResourcePath)
relativeRootResourcePath
- protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2022. All rights reserved.