public abstract class AbstractHistoryJsonTransformer extends Object implements HistoryJsonTransformer
| Constructor and Description |
|---|
AbstractHistoryJsonTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatchEvent(CommandContext commandContext,
FlowableEvent event) |
protected HistoricActivityInstanceEntity |
findHistoricActivityInstance(CommandContext commandContext,
String executionId,
String activityId) |
protected HistoricActivityInstanceEntity |
findUnfinishedHistoricActivityInstance(CommandContext commandContext,
String executionId,
String activityId) |
protected Boolean |
getBooleanFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected Boolean |
getBooleanFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName,
Boolean defaultValue) |
protected Date |
getDateFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected Double |
getDoubleFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected HistoricActivityInstanceEntity |
getHistoricActivityInstanceFromCache(CommandContext commandContext,
String executionId,
String activityId) |
protected Integer |
getIntegerFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected Long |
getLongFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected String |
getStringFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
String fieldName) |
protected HistoricActivityInstanceEntity |
getUnfinishedHistoricActivityInstanceFromCache(CommandContext commandContext,
String executionId,
String activityId) |
boolean |
historicActivityInstanceExistsForData(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
historicActivityInstanceExistsForDataIncludingFinished(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, isApplicable, transformJsonprotected String getStringFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected Date getDateFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected Integer getIntegerFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected Double getDoubleFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected Long getLongFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected Boolean getBooleanFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName, Boolean defaultValue)
protected Boolean getBooleanFromJson(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String fieldName)
protected void dispatchEvent(CommandContext commandContext, FlowableEvent event)
public boolean historicActivityInstanceExistsForData(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
public boolean historicActivityInstanceExistsForDataIncludingFinished(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
protected HistoricActivityInstanceEntity findUnfinishedHistoricActivityInstance(CommandContext commandContext, String executionId, String activityId)
protected HistoricActivityInstanceEntity getUnfinishedHistoricActivityInstanceFromCache(CommandContext commandContext, String executionId, String activityId)
protected HistoricActivityInstanceEntity findHistoricActivityInstance(CommandContext commandContext, String executionId, String activityId)
protected HistoricActivityInstanceEntity getHistoricActivityInstanceFromCache(CommandContext commandContext, String executionId, String activityId)
Copyright © 2017 Flowable. All rights reserved.