Class ProcessInstanceJsonMapper
java.lang.Object
com.flowable.platform.service.BaseJsonMapper<ProcessInstanceSearchRepresentation>
com.flowable.platform.service.process.ProcessInstanceJsonMapper
- All Implemented Interfaces:
ElasticsearchResultConverter.ResultMapper<ProcessInstanceSearchRepresentation>
,ProcessInstanceResultMapper
public class ProcessInstanceJsonMapper extends BaseJsonMapper<ProcessInstanceSearchRepresentation> implements ProcessInstanceResultMapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.platform.service.process.ProcessInstanceResultMapper
ProcessInstanceResultMapper.Enhancer
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ProcessInstanceResultMapper.Enhancer>
resultMapperEnhancers
-
Constructor Summary
Constructors Constructor Description ProcessInstanceJsonMapper()
-
Method Summary
Modifier and Type Method Description ProcessInstanceSearchRepresentation
convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
java.util.List<ProcessInstanceResultMapper.Enhancer>
getResultMapperEnhancers()
void
setResultMapperEnhancers(java.util.List<ProcessInstanceResultMapper.Enhancer> resultMapperEnhancers)
Methods inherited from class com.flowable.platform.service.BaseJsonMapper
createScopeSearchInfo, createTranslationSearchResponses, flattenVariables, transformVariableNode
-
Field Details
-
Constructor Details
-
ProcessInstanceJsonMapper
public ProcessInstanceJsonMapper()
-
-
Method Details
-
convert
public ProcessInstanceSearchRepresentation convert(com.fasterxml.jackson.databind.JsonNode jsonNode)- Specified by:
convert
in interfaceElasticsearchResultConverter.ResultMapper<ProcessInstanceSearchRepresentation>
-
getResultMapperEnhancers
-
setResultMapperEnhancers
public void setResultMapperEnhancers(java.util.List<ProcessInstanceResultMapper.Enhancer> resultMapperEnhancers)
-