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 |
|---|---|
String |
getType() |
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
String getType()
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 © 2018 Flowable. All rights reserved.