Uses of Interface
org.flowable.job.service.impl.history.async.transformer.HistoryJsonTransformer
-
Packages that use HistoryJsonTransformer Package Description org.flowable.job.service.impl.history.async -
-
Uses of HistoryJsonTransformer in org.flowable.job.service.impl.history.async
Fields in org.flowable.job.service.impl.history.async declared as HistoryJsonTransformer Modifier and Type Field Description protected HistoryJsonTransformerAsyncHistoryJobHandler. defaultHistoryJsonTransformerFields in org.flowable.job.service.impl.history.async with type parameters of type HistoryJsonTransformer Modifier and Type Field Description protected Map<String,List<HistoryJsonTransformer>>AsyncHistoryJobHandler. historyJsonTransformersMethods in org.flowable.job.service.impl.history.async that return HistoryJsonTransformer Modifier and Type Method Description HistoryJsonTransformerAsyncHistoryJobHandler. getDefaultHistoryJsonTransformer()Methods in org.flowable.job.service.impl.history.async that return types with arguments of type HistoryJsonTransformer Modifier and Type Method Description Map<String,List<HistoryJsonTransformer>>AsyncHistoryJobHandler. getHistoryJsonTransformers()Methods in org.flowable.job.service.impl.history.async with parameters of type HistoryJsonTransformer Modifier and Type Method Description voidAsyncHistoryJobHandler. addHistoryJsonTransformer(HistoryJsonTransformer historyJsonTransformer)voidAsyncHistoryJobHandler. setDefaultHistoryJsonTransformer(HistoryJsonTransformer defaultHistoryJsonTransformer)Method parameters in org.flowable.job.service.impl.history.async with type arguments of type HistoryJsonTransformer Modifier and Type Method Description protected voidAsyncHistoryJobHandler. executeHistoryTransformers(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalJsonData, List<HistoryJsonTransformer> transformers)voidAsyncHistoryJobHandler. setHistoryJsonTransformers(Map<String,List<HistoryJsonTransformer>> historyJsonTransformers)
-