Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
-
-
Uses of MessageEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type MessageEntity Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
ModificationBatchJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
RestartProcessInstancesJobHandler. getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return MessageEntity Modifier and Type Method Description protected MessageEntity
BatchJobDeclaration. newJobInstance(BatchJobContext context)
protected MessageEntity
BatchMonitorJobDeclaration. newJobInstance(BatchEntity batch)
protected MessageEntity
BatchSeedJobDeclaration. newJobInstance(BatchEntity batch)
Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type MessageEntity Modifier and Type Method Description abstract JobDeclaration<BatchJobContext,MessageEntity>
AbstractBatchJobHandler. getJobDeclaration()
JobDeclaration<?,MessageEntity>
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 MessageEntity Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
DeleteHistoricProcessInstancesJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
SetExternalTaskRetriesJobHandler. getJobDeclaration()
-
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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
SetJobRetriesJobHandler. getJobDeclaration()
-
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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
MessageCorrelationBatchJobHandler. getJobDeclaration()
-
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 MessageEntity Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
BatchSetRemovalTimeJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
DecisionSetRemovalTimeJobHandler. getJobDeclaration()
JobDeclaration<BatchJobContext,MessageEntity>
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 MessageEntity Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
UpdateProcessInstancesSuspendStateJobHandler. 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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
BatchSetVariablesHandler. getJobDeclaration()
-
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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
DeleteHistoricDecisionInstancesJobHandler. getJobDeclaration()
-
Uses of MessageEntity in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return MessageEntity Modifier and Type Method Description protected 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 Modifier and Type Method Description JobDeclaration<BatchJobContext,MessageEntity>
MigrationBatchJobHandler. getJobDeclaration()
-
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 Modifier and Type Method Description void
JobManager. send(MessageEntity message)
-