public interface HistoryJsonTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_DATA |
static String |
FIELD_NAME_TYPE |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTypes() |
boolean |
isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
static final String FIELD_NAME_TYPE
static final String FIELD_NAME_DATA
boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
void transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.