Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobContext
-
Packages that use BatchJobContext Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.batch.deletion org.camunda.bpm.engine.impl.batch.externaltask org.camunda.bpm.engine.impl.batch.job org.camunda.bpm.engine.impl.batch.message org.camunda.bpm.engine.impl.batch.removaltime org.camunda.bpm.engine.impl.batch.update org.camunda.bpm.engine.impl.batch.variables org.camunda.bpm.engine.impl.dmn.batch org.camunda.bpm.engine.impl.migration.batch -
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
ModificationBatchJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
RestartProcessInstancesJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type BatchJobContext Modifier and Type Method Description abstract JobDeclaration<BatchJobContext,MessageEntity>
AbstractBatchJobHandler. getJobDeclaration()
Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobContext Modifier and Type Method Description protected MessageEntity
BatchJobDeclaration. newJobInstance(BatchJobContext context)
protected ExecutionEntity
BatchJobDeclaration. resolveExecution(BatchJobContext context)
protected String
BatchJobDeclaration. resolveJobDefinitionId(BatchJobContext context)
protected JobHandlerConfiguration
BatchJobDeclaration. resolveJobHandlerConfiguration(BatchJobContext context)
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
DeleteHistoricProcessInstancesJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
DeleteProcessInstancesJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.externaltask
Methods in org.camunda.bpm.engine.impl.batch.externaltask that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
SetExternalTaskRetriesJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
SetJobRetriesJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.message
Methods in org.camunda.bpm.engine.impl.batch.message that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
MessageCorrelationBatchJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
BatchSetRemovalTimeJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
DecisionSetRemovalTimeJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
ProcessSetRemovalTimeJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.update
Methods in org.camunda.bpm.engine.impl.batch.update that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
UpdateProcessInstancesSuspendStateJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
BatchSetVariablesHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
DeleteHistoricDecisionInstancesJobHandler. getJobDeclaration()
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch that return types with arguments of type BatchJobContext Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
MigrationBatchJobHandler. getJobDeclaration()
-