Uses of Interface
com.flowable.platform.service.process.ProcessInstanceResultMapper.Enhancer
-
Packages that use ProcessInstanceResultMapper.Enhancer Package Description com.flowable.platform.service.process -
-
Uses of ProcessInstanceResultMapper.Enhancer in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process with type parameters of type ProcessInstanceResultMapper.Enhancer Modifier and Type Field Description protected List<ProcessInstanceResultMapper.Enhancer>
ProcessInstanceJsonMapper. resultMapperEnhancers
Methods in com.flowable.platform.service.process that return types with arguments of type ProcessInstanceResultMapper.Enhancer Modifier and Type Method Description List<ProcessInstanceResultMapper.Enhancer>
ProcessInstanceJsonMapper. getResultMapperEnhancers()
Method parameters in com.flowable.platform.service.process with type arguments of type ProcessInstanceResultMapper.Enhancer Modifier and Type Method Description void
ProcessInstanceJsonMapper. setResultMapperEnhancers(List<ProcessInstanceResultMapper.Enhancer> resultMapperEnhancers)
-