Modifier and Type | Class and Description |
---|---|
class |
BatchStatisticsEntity |
Modifier and Type | Field and Description |
---|---|
protected BatchEntity |
BatchJobContext.batch |
Modifier and Type | Method and Description |
---|---|
protected BatchEntity |
RestartProcessInstancesBatchCmd.createBatch(CommandContext commandContext,
List<AbstractProcessInstanceModificationCommand> instructions,
List<String> processInstanceIds,
ProcessDefinitionEntity processDefinition) |
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) |
boolean |
BatchJobHandler.createJobs(BatchEntity batch)
Creates batch jobs for a batch.
|
boolean |
AbstractBatchJobHandler.createJobs(BatchEntity batch) |
void |
BatchJobHandler.deleteJobs(BatchEntity batch)
Delete all jobs for a batch.
|
void |
AbstractBatchJobHandler.deleteJobs(BatchEntity batch) |
protected MessageEntity |
BatchMonitorJobDeclaration.newJobInstance(BatchEntity batch) |
protected MessageEntity |
BatchSeedJobDeclaration.newJobInstance(BatchEntity batch) |
protected ExecutionEntity |
BatchMonitorJobDeclaration.resolveExecution(BatchEntity batch) |
protected ExecutionEntity |
BatchSeedJobDeclaration.resolveExecution(BatchEntity batch) |
protected String |
BatchMonitorJobDeclaration.resolveJobDefinitionId(BatchEntity batch) |
protected String |
BatchSeedJobDeclaration.resolveJobDefinitionId(BatchEntity batch) |
protected JobHandlerConfiguration |
BatchMonitorJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch) |
protected JobHandlerConfiguration |
BatchSeedJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch) |
void |
BatchJobContext.setBatch(BatchEntity batch) |
Constructor and Description |
---|
BatchJobContext(BatchEntity batchEntity,
ByteArrayEntity configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteProcessInstancesJobHandler.createJobEntities(BatchEntity batch,
DeleteProcessInstanceBatchConfiguration configuration,
String deploymentId,
List<String> processInstancesToHandle,
int invocationsPerBatchJob) |
boolean |
DeleteProcessInstancesJobHandler.createJobs(BatchEntity batch) |
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 BatchEntity |
SetExternalTasksRetriesBatchCmd.createBatch(CommandContext commandContext,
Collection<String> processInstanceIds) |
protected BatchEntity |
UpdateProcessInstancesSuspendStateBatchCmd.createBatch(CommandContext commandContext,
Collection<String> processInstanceIds) |
protected BatchEntity |
ProcessInstanceModificationBatchCmd.createBatch(CommandContext commandContext,
List<AbstractProcessInstanceModificationCommand> instructions,
Collection<String> processInstanceIds,
ProcessDefinitionEntity processDefinition) |
protected BatchEntity |
ModifyProcessInstanceAsyncCmd.createBatch(CommandContext commandContext,
List<AbstractProcessInstanceModificationCommand> instructions,
ExecutionEntity processInstance) |
Modifier and Type | Method and Description |
---|---|
protected void |
ActivateBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected void |
SuspendBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected abstract void |
AbstractSetBatchStateCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected void |
AbstractSetBatchStateCmd.checkAccess(CommandContext commandContext,
BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
protected BatchEntity |
AbstractIDBasedBatchCmd.createBatch(CommandContext commandContext,
List<String> ids) |
Modifier and Type | Method and Description |
---|---|
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType) |
protected HistoricBatchEntity |
CacheAwareHistoryEventProducer.loadBatchEntity(BatchEntity batch) |
protected HistoricBatchEntity |
DefaultHistoryEventProducer.loadBatchEntity(BatchEntity batch) |
protected HistoricBatchEntity |
DefaultHistoryEventProducer.newBatchEventEntity(BatchEntity batch) |
Modifier and Type | Method and Description |
---|---|
protected BatchEntity |
MigrateProcessInstanceBatchCmd.createBatch(CommandContext commandContext,
MigrationPlan migrationPlan,
Collection<String> processInstanceIds,
ProcessDefinitionEntity sourceProcessDefinition) |
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 © 2019. All rights reserved.