Uses of Interface
org.camunda.bpm.engine.delegate.PersistentVariableScope

Packages that use PersistentVariableScope
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.impl.cmd   
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.delegate   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of PersistentVariableScope in org.camunda.bpm.engine.delegate
 

Subinterfaces of PersistentVariableScope in org.camunda.bpm.engine.delegate
 interface BaseDelegateExecution
           
 interface DelegateCaseExecution
           
 interface DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 

Uses of PersistentVariableScope in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd that return PersistentVariableScope
protected  PersistentVariableScope SetTaskVariableFromSerializedCmd.getPersistentVariableScope(CommandContext commandContext)
           
protected abstract  PersistentVariableScope SetScopeVariableFromSerializedCmd.getPersistentVariableScope(CommandContext commandContext)
           
protected  PersistentVariableScope SetExecutionVariableFromSerializedCmd.getPersistentVariableScope(CommandContext commandContext)
           
 

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

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement PersistentVariableScope
 class CaseExecutionEntity
           
 

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

Subinterfaces of PersistentVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 interface CmmnActivityExecution
           
 interface CmmnCaseInstance
           
 

Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement PersistentVariableScope
 class CaseExecutionImpl
           
 class CmmnExecution
           
 

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

Classes in org.camunda.bpm.engine.impl.core.instance that implement PersistentVariableScope
 class CoreExecution
          Defines the base API for the execution of an activity.
 

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

Classes in org.camunda.bpm.engine.impl.core.variable that implement PersistentVariableScope
 class CorePersistentVariableScope
           
 

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

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

Uses of PersistentVariableScope in org.camunda.bpm.engine.impl.pvm.delegate
 

Subinterfaces of PersistentVariableScope in org.camunda.bpm.engine.impl.pvm.delegate
 interface ActivityExecution
           
 

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

Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement PersistentVariableScope
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.