public abstract class AbstractHistoryJsonTransformer extends Object implements HistoryJsonTransformer
FIELD_NAME_DATA, FIELD_NAME_TYPE| Constructor and Description |
|---|
AbstractHistoryJsonTransformer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, isApplicable, transformJsonprotected 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 © 2018 Flowable. All rights reserved.