Uses of Class
org.camunda.bpm.engine.impl.core.variable.CorePersistentVariableScope

Packages that use CorePersistentVariableScope
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.core.instance   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Subclasses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 class CaseExecutionEntity
           
 

Uses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 

Subclasses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 class CaseExecutionImpl
           
 class CmmnExecution
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CorePersistentVariableScope
 CorePersistentVariableScope CmmnExecution.getParentVariableScope()
           
 

Uses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.core.instance
 

Subclasses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.core.instance
 class CoreExecution
          Defines the base API for the execution of an activity.
 

Uses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.core.variable
 

Methods in org.camunda.bpm.engine.impl.core.variable that return CorePersistentVariableScope
abstract  CorePersistentVariableScope CorePersistentVariableScope.getParentVariableScope()
           
 

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

Subclasses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.persistence.entity
 class ExecutionEntity
           
 class TaskEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return CorePersistentVariableScope
 CorePersistentVariableScope TaskEntity.getParentVariableScope()
           
 

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

Subclasses of CorePersistentVariableScope in org.camunda.bpm.engine.impl.pvm.runtime
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return CorePersistentVariableScope
 CorePersistentVariableScope PvmExecutionImpl.getParentVariableScope()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.