All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
addRemovalTime(String instanceId,
Date removalTime,
CommandContext commandContext) |
protected void |
addRemovalTimeToHierarchy(String instanceId,
Date removalTime,
CommandContext commandContext) |
protected Date |
calculateRemovalTime(HistoricDecisionInstanceEntity decisionInstance,
CommandContext commandContext) |
protected SetRemovalTimeBatchConfiguration |
createJobConfiguration(SetRemovalTimeBatchConfiguration configuration,
List<String> decisionInstanceIds) |
void |
execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
protected ByteArrayEntity |
findByteArrayById(String byteArrayId,
CommandContext commandContext) |
protected DecisionDefinition |
findDecisionDefinitionById(String decisionDefinitionId,
CommandContext commandContext) |
protected HistoricDecisionInstanceEntity |
findDecisionInstanceById(String instanceId,
CommandContext commandContext) |
protected String |
getHistoryRemovalTimeStrategy(CommandContext commandContext) |
JobDeclaration<BatchJobContext,MessageEntity> |
getJobDeclaration()
Get the job declaration for batch jobs.
|
protected JsonObjectConverter |
getJsonConverterInstance() |
protected Date |
getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration,
HistoricDecisionInstanceEntity instance,
CommandContext commandContext) |
protected String |
getRootDecisionInstance(HistoricDecisionInstanceEntity instance) |
String |
getType() |
protected boolean |
hasBaseTime(CommandContext commandContext) |
protected boolean |
isDmnEnabled(CommandContext commandContext) |
protected boolean |
isStrategyEnd(CommandContext commandContext) |
protected boolean |
isStrategyStart(CommandContext commandContext) |