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