Modifier and Type | Class and Description |
---|---|
class |
BatchStatisticsEntity |
Modifier and Type | Field and Description |
---|---|
protected BatchEntity |
BatchJobContext.batch |
Modifier and Type | Method and Description |
---|---|
BatchEntity |
BatchJobContext.getBatch() |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteBatchCmd.checkAccess(CommandContext commandContext,
BatchEntity batch) |
protected JobEntity |
AbstractBatchJobHandler.createBatchJob(BatchEntity batch,
ByteArrayEntity configuration) |
protected void |
AbstractBatchJobHandler.createJobEntities(BatchEntity batch,
T configuration,
String deploymentId,
List<String> processIds,
int invocationsPerBatchJob) |
boolean |
AbstractBatchJobHandler.createJobs(BatchEntity batch) |
boolean |
BatchJobHandler.createJobs(BatchEntity batch)
Creates batch jobs for a batch.
|
void |
AbstractBatchJobHandler.deleteJobs(BatchEntity batch) |
void |
BatchJobHandler.deleteJobs(BatchEntity batch)
Delete all jobs for a batch.
|
protected MessageEntity |
BatchSeedJobDeclaration.newJobInstance(BatchEntity batch) |
protected MessageEntity |
BatchMonitorJobDeclaration.newJobInstance(BatchEntity batch) |
protected ExecutionEntity |
BatchSeedJobDeclaration.resolveExecution(BatchEntity batch) |
protected ExecutionEntity |
BatchMonitorJobDeclaration.resolveExecution(BatchEntity batch) |
protected String |
BatchSeedJobDeclaration.resolveJobDefinitionId(BatchEntity batch) |
protected String |
BatchMonitorJobDeclaration.resolveJobDefinitionId(BatchEntity batch) |
protected JobHandlerConfiguration |
BatchSeedJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch) |
protected JobHandlerConfiguration |
BatchMonitorJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch) |
void |
BatchJobContext.setBatch(BatchEntity batch) |
Constructor and Description |
---|
BatchJobContext(BatchEntity batchEntity,
ByteArrayEntity configuration) |
Modifier and Type | Method and Description |
---|---|
protected BatchEntity |
BatchBuilder.configure(BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
protected BatchEntity |
BatchBuilder.configure(BatchEntity batch) |
protected void |
BatchBuilder.save(BatchEntity batch) |
protected void |
BatchBuilder.setTotalJobs(BatchEntity batch,
int invocationPerBatchJobCount) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteProcessInstancesJobHandler.createJobEntities(BatchEntity batch,
DeleteProcessInstanceBatchConfiguration configuration,
String deploymentId,
List<String> processIds,
int invocationsPerBatchJob) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkActivateBatch(BatchEntity batch)
Check if it is allowed to activate a batch
|
void |
CommandChecker.checkDeleteBatch(BatchEntity batch)
Check if it is allowed to delete a batch
|
void |
CommandChecker.checkSuspendBatch(BatchEntity batch)
Check if it is allowed to suspend a batch
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkActivateBatch(BatchEntity batch) |
void |
AuthorizationCommandChecker.checkDeleteBatch(BatchEntity batch) |
void |
AuthorizationCommandChecker.checkSuspendBatch(BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkActivateBatch(BatchEntity batch) |
void |
TenantCommandChecker.checkDeleteBatch(BatchEntity batch) |
void |
TenantCommandChecker.checkSuspendBatch(BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
protected void |
SuspendBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected abstract void |
AbstractSetBatchStateCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected void |
ActivateBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected void |
AbstractSetBatchStateCmd.checkAccess(CommandContext commandContext,
BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType) |
protected HistoricBatchEntity |
DefaultHistoryEventProducer.loadBatchEntity(BatchEntity batch) |
protected HistoricBatchEntity |
CacheAwareHistoryEventProducer.loadBatchEntity(BatchEntity batch) |
protected HistoricBatchEntity |
DefaultHistoryEventProducer.newBatchEventEntity(BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
BatchEntity |
BatchManager.findBatchById(String id) |
Modifier and Type | Method and Description |
---|---|
void |
HistoricBatchManager.completeHistoricBatch(BatchEntity batch) |
void |
HistoricBatchManager.createHistoricBatch(BatchEntity batch) |
void |
BatchManager.insertBatch(BatchEntity batch) |
Copyright © 2022. All rights reserved.