|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BatchEntity in org.camunda.bpm.engine.impl.batch |
|---|
| Subclasses of BatchEntity in org.camunda.bpm.engine.impl.batch | |
|---|---|
class |
BatchStatisticsEntity
|
| Fields in org.camunda.bpm.engine.impl.batch declared as BatchEntity | |
|---|---|
protected BatchEntity |
BatchJobContext.batch
|
| Methods in org.camunda.bpm.engine.impl.batch that return BatchEntity | |
|---|---|
BatchEntity |
BatchJobContext.getBatch()
|
| Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchEntity | |
|---|---|
protected void |
DeleteBatchCmd.checkAccess(CommandContext commandContext,
BatchEntity batch)
|
protected JobEntity |
AbstractProcessInstanceBatchJobHandler.createBatchJob(BatchEntity batch,
ByteArrayEntity configuration)
|
boolean |
AbstractProcessInstanceBatchJobHandler.createJobs(BatchEntity batch)
|
boolean |
BatchJobHandler.createJobs(BatchEntity batch)
Creates batch jobs for a batch. |
void |
AbstractProcessInstanceBatchJobHandler.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)
|
| Constructors in org.camunda.bpm.engine.impl.batch with parameters of type BatchEntity | |
|---|---|
BatchJobContext(BatchEntity batchEntity,
ByteArrayEntity configuration)
|
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type BatchEntity | |
|---|---|
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 |
| Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg.auth |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type BatchEntity | |
|---|---|
void |
AuthorizationCommandChecker.checkActivateBatch(BatchEntity batch)
|
void |
AuthorizationCommandChecker.checkDeleteBatch(BatchEntity batch)
|
void |
AuthorizationCommandChecker.checkSuspendBatch(BatchEntity batch)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg.multitenancy |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type BatchEntity | |
|---|---|
void |
TenantCommandChecker.checkActivateBatch(BatchEntity batch)
|
void |
TenantCommandChecker.checkDeleteBatch(BatchEntity batch)
|
void |
TenantCommandChecker.checkSuspendBatch(BatchEntity batch)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type BatchEntity | |
|---|---|
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)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.cmd.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchEntity | |
|---|---|
protected BatchEntity |
DeleteProcessInstanceBatchCmd.createBatch(CommandContext commandContext,
List<String> processInstanceIds,
String deleteReason)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type BatchEntity | |
|---|---|
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.migration.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.migration.batch that return BatchEntity | |
|---|---|
protected BatchEntity |
MigrateProcessInstanceBatchCmd.createBatch(CommandContext commandContext,
MigrationPlan migrationPlan,
Collection<String> processInstanceIds,
ProcessDefinitionEntity sourceProcessDefinition)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return BatchEntity | |
|---|---|
BatchEntity |
BatchManager.findBatchById(String id)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type BatchEntity | |
|---|---|
void |
HistoricBatchManager.completeHistoricBatch(BatchEntity batch)
|
void |
HistoricBatchManager.createHistoricBatch(BatchEntity batch)
|
void |
BatchManager.insertBatch(BatchEntity batch)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||