Uses of Interface
org.ow2.orchestra.facade.runtime.VariableUpdate

Packages that use VariableUpdate
org.ow2.orchestra.facade.runtime   
org.ow2.orchestra.facade.runtime.impl   
 

Uses of VariableUpdate in org.ow2.orchestra.facade.runtime
 

Methods in org.ow2.orchestra.facade.runtime that return types with arguments of type VariableUpdate
 List<VariableUpdate> ScopeActivityInstance.getVariables()
          Scope is a subtype of activity
 

Uses of VariableUpdate in org.ow2.orchestra.facade.runtime.impl
 

Classes in org.ow2.orchestra.facade.runtime.impl that implement VariableUpdate
 class VariableUpdateImpl
           
 

Fields in org.ow2.orchestra.facade.runtime.impl with type parameters of type VariableUpdate
protected  List<VariableUpdate> ScopeActivityInstanceImpl.variables
          all runtime variables of this scope.
 

Methods in org.ow2.orchestra.facade.runtime.impl that return VariableUpdate
 VariableUpdate VariableUpdateImpl.copy()
           
 

Methods in org.ow2.orchestra.facade.runtime.impl that return types with arguments of type VariableUpdate
 List<VariableUpdate> ScopeActivityInstanceImpl.getVariables()
           
 

Constructors in org.ow2.orchestra.facade.runtime.impl with parameters of type VariableUpdate
VariableUpdateImpl(VariableUpdate record)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.