Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobContext
Packages that use BatchJobContext
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchJobContext in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type BatchJobContextModifier and TypeMethodDescriptionModificationBatchJobHandler.getJobDeclaration()
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 BatchJobContextModifier and TypeMethodDescriptionabstract JobDeclaration<BatchJobContext,
MessageEntity> AbstractBatchJobHandler.getJobDeclaration()
Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobContextModifier and TypeMethodDescriptionprotected MessageEntity
BatchJobDeclaration.newJobInstance
(BatchJobContext context) BatchJobDeclaration.reconfigure
(BatchJobContext context, MessageEntity job) 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 BatchJobContextModifier and TypeMethodDescriptionDeleteHistoricProcessInstancesJobHandler.getJobDeclaration()
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 -
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 -
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 -
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 BatchJobContextModifier and TypeMethodDescriptionBatchSetRemovalTimeJobHandler.getJobDeclaration()
DecisionSetRemovalTimeJobHandler.getJobDeclaration()
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 BatchJobContextModifier and TypeMethodDescriptionUpdateProcessInstancesSuspendStateJobHandler.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 -
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 -
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