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

Packages that use ExecutionStartContext
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
 

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

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ExecutionStartContext
protected  ExecutionStartContext ExecutionEntity.executionStartContext
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return ExecutionStartContext
 ExecutionStartContext ExecutionEntity.getExecutionStartContext()
           
 

Uses of ExecutionStartContext in org.camunda.bpm.engine.impl.pvm.runtime
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ExecutionStartContext
protected  ExecutionStartContext ExecutionImpl.executionStartContext
          only available until the execution is started
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ExecutionStartContext
 ExecutionStartContext ExecutionImpl.getExecutionStartContext()
           
 ExecutionStartContext InterpretableExecution.getExecutionStartContext()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.