All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
addRemovalTime(String instanceId,
Date removalTime,
CommandContext commandContext) |
protected Date |
calculateRemovalTime(HistoricBatchEntity batch,
CommandContext commandContext) |
protected SetRemovalTimeBatchConfiguration |
createJobConfiguration(SetRemovalTimeBatchConfiguration configuration,
List<String> batchIds) |
void |
execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
protected HistoricBatchEntity |
findBatchById(String instanceId,
CommandContext commandContext) |
protected ByteArrayEntity |
findByteArrayById(String byteArrayId,
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,
HistoricBatchEntity instance,
CommandContext commandContext) |
String |
getType() |
protected boolean |
hasBaseTime(HistoricBatchEntity instance,
CommandContext commandContext) |
protected boolean |
isDmnEnabled(CommandContext commandContext) |
protected boolean |
isEnded(HistoricBatchEntity instance) |
protected boolean |
isStrategyEnd(CommandContext commandContext) |
protected boolean |
isStrategyStart(CommandContext commandContext) |