Uses of Interface
org.camunda.bpm.engine.runtime.Execution

Packages that use Execution
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

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

Methods in org.camunda.bpm.engine.impl that return types with arguments of type Execution
 List<Execution> NativeExecutionQueryImpl.executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<Execution> ExecutionQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of Execution in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Execution
 class ExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Execution
 List<Execution> ExecutionManager.findExecutionsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 

Uses of Execution in org.camunda.bpm.engine.runtime
 

Subinterfaces of Execution in org.camunda.bpm.engine.runtime
 interface ProcessInstance
          Represents one execution of a ProcessDefinition.
 



Copyright © 2016 camunda services GmbH. All rights reserved.