Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of MessageEntity in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionModificationBatchJobHandler.getJobDeclaration()
RestartProcessInstancesJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch
Modifier and TypeMethodDescriptionprotected MessageEntity
BatchJobDeclaration.newJobInstance
(BatchJobContext context) protected MessageEntity
BatchMonitorJobDeclaration.newJobInstance
(BatchEntity batch) protected MessageEntity
BatchSeedJobDeclaration.newJobInstance
(BatchEntity batch) BatchJobDeclaration.reconfigure
(BatchJobContext context, MessageEntity job) Modifier and TypeMethodDescriptionabstract JobDeclaration<BatchJobContext,
MessageEntity> AbstractBatchJobHandler.getJobDeclaration()
BatchJobHandler.getJobDeclaration()
Get the job declaration for batch jobs.Modifier and TypeMethodDescriptionBatchJobDeclaration.reconfigure
(BatchJobContext context, MessageEntity job) -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeMethodDescriptionDeleteHistoricProcessInstancesJobHandler.getJobDeclaration()
DeleteProcessInstancesJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.externaltask
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.job
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.message
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeMethodDescriptionBatchSetRemovalTimeJobHandler.getJobDeclaration()
DecisionSetRemovalTimeJobHandler.getJobDeclaration()
ProcessSetRemovalTimeJobHandler.getJobDeclaration()
Modifier and TypeMethodDescriptionprotected TransactionListener
ProcessSetRemovalTimeJobHandler.createTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandExecutor newCommandExecutor) protected void
ProcessSetRemovalTimeJobHandler.registerTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandContext commandContext) -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.update
Modifier and TypeMethodDescriptionUpdateProcessInstancesSuspendStateJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.variables
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.dmn.batch
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.jobexecutor
Modifier and TypeMethodDescriptionprotected MessageEntity
EventSubscriptionJobDeclaration.newJobInstance
(EventSubscriptionEntity eventSubscription) protected MessageEntity
MessageJobDeclaration.newJobInstance
(AtomicOperationInvocation context) -
Uses of MessageEntity in org.camunda.bpm.engine.impl.migration.batch
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.persistence.entity