Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
Packages that use MessageEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of MessageEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type MessageEntityModifier and TypeMethodDescriptionModificationBatchJobHandler.getJobDeclaration()
RestartProcessInstancesJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return MessageEntityModifier 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) Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type MessageEntityModifier and TypeMethodDescriptionabstract JobDeclaration<BatchJobContext,
MessageEntity> AbstractBatchJobHandler.getJobDeclaration()
BatchJobHandler.getJobDeclaration()
Get the job declaration for batch jobs.Methods in org.camunda.bpm.engine.impl.batch with parameters of type MessageEntityModifier and TypeMethodDescriptionBatchJobDeclaration.reconfigure
(BatchJobContext context, MessageEntity job) -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion that return types with arguments of type MessageEntityModifier and TypeMethodDescriptionDeleteHistoricProcessInstancesJobHandler.getJobDeclaration()
DeleteProcessInstancesJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.externaltask
Methods in org.camunda.bpm.engine.impl.batch.externaltask that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.message
Methods in org.camunda.bpm.engine.impl.batch.message that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return types with arguments of type MessageEntityModifier and TypeMethodDescriptionBatchSetRemovalTimeJobHandler.getJobDeclaration()
DecisionSetRemovalTimeJobHandler.getJobDeclaration()
ProcessSetRemovalTimeJobHandler.getJobDeclaration()
Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type MessageEntityModifier 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
Methods in org.camunda.bpm.engine.impl.batch.update that return types with arguments of type MessageEntityModifier and TypeMethodDescriptionUpdateProcessInstancesSuspendStateJobHandler.getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return MessageEntityModifier and TypeMethodDescriptionprotected MessageEntity
EventSubscriptionJobDeclaration.newJobInstance
(EventSubscriptionEntity eventSubscription) protected MessageEntity
MessageJobDeclaration.newJobInstance
(AtomicOperationInvocation context) -
Uses of MessageEntity in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch that return types with arguments of type MessageEntity -
Uses of MessageEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type MessageEntity