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 MessageEntityBatchJobDeclaration.newJobInstance(BatchJobContext context) protected MessageEntityBatchMonitorJobDeclaration.newJobInstance(BatchEntity batch) protected MessageEntityBatchSeedJobDeclaration.newJobInstance(BatchEntity batch) 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. -
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() -
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 MessageEntityEventSubscriptionJobDeclaration.newJobInstance(EventSubscriptionEntity eventSubscription) protected MessageEntityMessageJobDeclaration.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