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