Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobDeclaration
-
Packages that use BatchJobDeclaration 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.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 BatchJobDeclaration in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
ModificationBatchJobHandler. JOB_DECLARATION
static BatchJobDeclaration
RestartProcessInstancesJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.deletion
Fields in org.camunda.bpm.engine.impl.batch.deletion declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
DeleteHistoricProcessInstancesJobHandler. JOB_DECLARATION
static BatchJobDeclaration
DeleteProcessInstancesJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.externaltask
Fields in org.camunda.bpm.engine.impl.batch.externaltask declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
SetExternalTaskRetriesJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.job
Fields in org.camunda.bpm.engine.impl.batch.job declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
SetJobRetriesJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.message
Fields in org.camunda.bpm.engine.impl.batch.message declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
MessageCorrelationBatchJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.removaltime
Fields in org.camunda.bpm.engine.impl.batch.removaltime declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
BatchSetRemovalTimeJobHandler. JOB_DECLARATION
static BatchJobDeclaration
DecisionSetRemovalTimeJobHandler. JOB_DECLARATION
static BatchJobDeclaration
ProcessSetRemovalTimeJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.update
Fields in org.camunda.bpm.engine.impl.batch.update declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
UpdateProcessInstancesSuspendStateJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.variables
Fields in org.camunda.bpm.engine.impl.batch.variables declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
BatchSetVariablesHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.dmn.batch
Fields in org.camunda.bpm.engine.impl.dmn.batch declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
DeleteHistoricDecisionInstancesJobHandler. JOB_DECLARATION
-
Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.migration.batch
Fields in org.camunda.bpm.engine.impl.migration.batch declared as BatchJobDeclaration Modifier and Type Field Description static BatchJobDeclaration
MigrationBatchJobHandler. JOB_DECLARATION
-