Uses of Class
org.camunda.bpm.engine.impl.batch.BatchEntity

Packages that use BatchEntity
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.batch.deletion   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmd.batch   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.migration.batch   
org.camunda.bpm.engine.impl.persistence.entity   
 

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
protected  BatchEntity RestartProcessInstancesBatchCmd.createBatch(CommandContext commandContext, List<AbstractProcessInstanceModificationCommand> instructions, List<String> processInstanceIds, ProcessDefinitionEntity processDefinition)
           
 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 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 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.batch.deletion
 

Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type BatchEntity
protected  void DeleteProcessInstancesJobHandler.createJobEntities(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, String deploymentId, List<String> processInstancesToHandle, int invocationsPerBatchJob)
           
 boolean DeleteProcessInstancesJobHandler.createJobs(BatchEntity batch)
           
 

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 that return BatchEntity
protected  BatchEntity UpdateProcessInstancesSuspendStateBatchCmd.createBatch(CommandContext commandContext, Collection<String> processInstanceIds)
           
protected  BatchEntity SetExternalTasksRetriesBatchCmd.createBatch(CommandContext commandContext, Collection<String> processInstanceIds)
           
protected  BatchEntity ProcessInstanceModificationBatchCmd.createBatch(CommandContext commandContext, List<AbstractProcessInstanceModificationCommand> instructions, Collection<String> processInstanceIds, ProcessDefinitionEntity processDefinition)
           
 

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 AbstractIDBasedBatchCmd.createBatch(CommandContext commandContext, List<String> ids)
           
 

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)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.