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

Packages that use MessageEntity
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.batch.deletion   
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.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 AbstractProcessInstanceBatchJobDeclaration.newJobInstance(BatchJobContext context)
           
 

Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type MessageEntity
abstract  JobDeclaration<BatchJobContext,MessageEntity> AbstractProcessInstanceBatchJobHandler.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
 JobDeclaration<BatchJobContext,MessageEntity> DeleteProcessInstancesJobHandler.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 © 2016 camunda services GmbH. All rights reserved.