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 BatchJobDeclarationModificationBatchJobHandler. JOB_DECLARATIONstatic BatchJobDeclarationRestartProcessInstancesJobHandler. 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 BatchJobDeclarationDeleteHistoricProcessInstancesJobHandler. JOB_DECLARATIONstatic BatchJobDeclarationDeleteProcessInstancesJobHandler. 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 BatchJobDeclarationSetExternalTaskRetriesJobHandler. 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 BatchJobDeclarationSetJobRetriesJobHandler. 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 BatchJobDeclarationMessageCorrelationBatchJobHandler. 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 BatchJobDeclarationBatchSetRemovalTimeJobHandler. JOB_DECLARATIONstatic BatchJobDeclarationDecisionSetRemovalTimeJobHandler. JOB_DECLARATIONstatic BatchJobDeclarationProcessSetRemovalTimeJobHandler. 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 BatchJobDeclarationUpdateProcessInstancesSuspendStateJobHandler. 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 BatchJobDeclarationBatchSetVariablesHandler. 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 BatchJobDeclarationDeleteHistoricDecisionInstancesJobHandler. 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 BatchJobDeclarationMigrationBatchJobHandler. JOB_DECLARATION
-