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 rootProcessInstanceId,
Date removalTime,
CommandContext commandContext) |
protected Date |
calculateRemovalTime(HistoricProcessInstanceEntity processInstance,
CommandContext commandContext) |
protected SetRemovalTimeBatchConfiguration |
createJobConfiguration(SetRemovalTimeBatchConfiguration configuration,
List<String> processInstanceIds) |
void |
execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
protected ByteArrayEntity |
findByteArrayById(String byteArrayId,
CommandContext commandContext) |
protected ProcessDefinition |
findProcessDefinitionById(String processDefinitionId,
CommandContext commandContext) |
protected HistoricProcessInstanceEntity |
findProcessInstanceById(String instanceId,
CommandContext commandContext) |
protected String |
getHistoryRemovalTimeStrategy(CommandContext commandContext) |
JobDeclaration<BatchJobContext,MessageEntity> |
getJobDeclaration()
Get the job declaration for batch jobs.
|
protected JsonObjectConverter<SetRemovalTimeBatchConfiguration> |
getJsonConverterInstance() |
protected Date |
getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration,
HistoricProcessInstanceEntity instance,
CommandContext commandContext) |
String |
getType() |
protected boolean |
hasBaseTime(HistoricProcessInstanceEntity instance,
CommandContext commandContext) |
protected boolean |
hasHierarchy(HistoricProcessInstanceEntity instance) |
protected boolean |
isDmnEnabled(CommandContext commandContext) |
protected boolean |
isEnded(HistoricProcessInstanceEntity instance) |
protected boolean |
isStrategyEnd(CommandContext commandContext) |
protected boolean |
isStrategyStart(CommandContext commandContext) |