Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.MessageEntity

Packages that use MessageEntity
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.batch   
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.update   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.migration.batch   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of MessageEntity in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type MessageEntity
 JobDeclaration<BatchJobContext,MessageEntity> RestartProcessInstancesJobHandler.getJobDeclaration()
           
 JobDeclaration<BatchJobContext,MessageEntity> ModificationBatchJobHandler.getJobDeclaration()
           
 

Uses of MessageEntity in org.camunda.bpm.engine.impl.batch
 

Methods in org.camunda.bpm.engine.impl.batch that return MessageEntity
protected  MessageEntity BatchSeedJobDeclaration.newJobInstance(BatchEntity batch)
           
protected  MessageEntity BatchMonitorJobDeclaration.newJobInstance(BatchEntity batch)
           
protected  MessageEntity BatchJobDeclaration.newJobInstance(BatchJobContext context)
           
 

Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type MessageEntity
 JobDeclaration<?,MessageEntity> BatchJobHandler.getJobDeclaration()
          Get the job declaration for batch jobs.
abstract  JobDeclaration<BatchJobContext,MessageEntity> AbstractBatchJobHandler.getJobDeclaration()
           
 

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
 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
 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
 JobDeclaration<BatchJobContext,MessageEntity> SetJobRetriesJobHandler.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
 JobDeclaration<BatchJobContext,MessageEntity> UpdateProcessInstancesSuspendStateJobHandler.getJobDeclaration()
           
 

Uses of MessageEntity in org.camunda.bpm.engine.impl.jobexecutor
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return MessageEntity
protected  MessageEntity MessageJobDeclaration.newJobInstance(AtomicOperationInvocation context)
           
protected  MessageEntity EventSubscriptionJobDeclaration.newJobInstance(EventSubscriptionEntity eventSubscription)
           
 

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
 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
 void JobManager.send(MessageEntity message)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.