Uses of Class
org.camunda.bpm.engine.impl.batch.BatchEntity
-
-
Uses of BatchEntity in org.camunda.bpm.engine.impl.batch
Subclasses of BatchEntity in org.camunda.bpm.engine.impl.batch Modifier and Type Class Description classBatchStatisticsEntityFields in org.camunda.bpm.engine.impl.batch declared as BatchEntity Modifier and Type Field Description protected BatchEntityBatchJobContext. batchMethods in org.camunda.bpm.engine.impl.batch that return BatchEntity Modifier and Type Method Description BatchEntityBatchJobContext. getBatch()Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchEntity Modifier and Type Method Description protected voidDeleteBatchCmd. checkAccess(CommandContext commandContext, BatchEntity batch)protected JobEntityAbstractBatchJobHandler. createBatchJob(BatchEntity batch, ByteArrayEntity configuration)protected voidAbstractBatchJobHandler. createJobEntities(BatchEntity batch, T configuration, java.lang.String deploymentId, java.util.List<java.lang.String> processIds, int invocationsPerBatchJob)booleanAbstractBatchJobHandler. createJobs(BatchEntity batch)booleanBatchJobHandler. createJobs(BatchEntity batch)Creates batch jobs for a batch.voidAbstractBatchJobHandler. deleteJobs(BatchEntity batch)voidBatchJobHandler. deleteJobs(BatchEntity batch)Delete all jobs for a batch.protected MessageEntityBatchMonitorJobDeclaration. newJobInstance(BatchEntity batch)protected MessageEntityBatchSeedJobDeclaration. newJobInstance(BatchEntity batch)protected ExecutionEntityBatchMonitorJobDeclaration. resolveExecution(BatchEntity batch)protected ExecutionEntityBatchSeedJobDeclaration. resolveExecution(BatchEntity batch)protected java.lang.StringBatchMonitorJobDeclaration. resolveJobDefinitionId(BatchEntity batch)protected java.lang.StringBatchSeedJobDeclaration. resolveJobDefinitionId(BatchEntity batch)protected JobHandlerConfigurationBatchMonitorJobDeclaration. resolveJobHandlerConfiguration(BatchEntity batch)protected JobHandlerConfigurationBatchSeedJobDeclaration. resolveJobHandlerConfiguration(BatchEntity batch)voidBatchJobContext. setBatch(BatchEntity batch)Constructors in org.camunda.bpm.engine.impl.batch with parameters of type BatchEntity Constructor Description BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.batch.builder
Methods in org.camunda.bpm.engine.impl.batch.builder that return BatchEntity Modifier and Type Method Description protected BatchEntityBatchBuilder. configure(BatchEntity batch)Methods in org.camunda.bpm.engine.impl.batch.builder with parameters of type BatchEntity Modifier and Type Method Description protected BatchEntityBatchBuilder. configure(BatchEntity batch)protected voidBatchBuilder. save(BatchEntity batch)protected voidBatchBuilder. setTotalJobs(BatchEntity batch, int invocationPerBatchJobCount) -
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 Modifier and Type Method Description protected voidDeleteProcessInstancesJobHandler. createJobEntities(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, java.lang.String deploymentId, java.util.List<java.lang.String> processIds, int invocationsPerBatchJob) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type BatchEntity Modifier and Type Method Description voidCommandChecker. checkActivateBatch(BatchEntity batch)Check if it is allowed to activate a batchvoidCommandChecker. checkDeleteBatch(BatchEntity batch)Check if it is allowed to delete a batchvoidCommandChecker. 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 Modifier and Type Method Description voidAuthorizationCommandChecker. checkActivateBatch(BatchEntity batch)voidAuthorizationCommandChecker. checkDeleteBatch(BatchEntity batch)voidAuthorizationCommandChecker. 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 Modifier and Type Method Description voidTenantCommandChecker. checkActivateBatch(BatchEntity batch)voidTenantCommandChecker. checkDeleteBatch(BatchEntity batch)voidTenantCommandChecker. 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 Modifier and Type Method Description protected abstract voidAbstractSetBatchStateCmd. checkAccess(CommandChecker checker, BatchEntity batch)protected voidAbstractSetBatchStateCmd. checkAccess(CommandContext commandContext, BatchEntity batch)protected voidActivateBatchCmd. checkAccess(CommandChecker checker, BatchEntity batch)protected voidSuspendBatchCmd. checkAccess(CommandChecker checker, BatchEntity batch) -
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 Modifier and Type Method Description protected HistoryEventDefaultHistoryEventProducer. createBatchEvent(BatchEntity batch, HistoryEventTypes eventType)protected HistoricBatchEntityCacheAwareHistoryEventProducer. loadBatchEntity(BatchEntity batch)protected HistoricBatchEntityDefaultHistoryEventProducer. loadBatchEntity(BatchEntity batch)protected HistoricBatchEntityDefaultHistoryEventProducer. newBatchEventEntity(BatchEntity batch) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return BatchEntity Modifier and Type Method Description BatchEntityBatchManager. findBatchById(java.lang.String id)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type BatchEntity Modifier and Type Method Description voidHistoricBatchManager. completeHistoricBatch(BatchEntity batch)voidHistoricBatchManager. createHistoricBatch(BatchEntity batch)voidBatchManager. insertBatch(BatchEntity batch)
-