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

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

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

Methods in org.ow2.orchestra.facade.runtime that return types with arguments of type ScopeStateUpdate
 List<ScopeStateUpdate> ScopeActivityInstance.getScopeState()
          List of scope state updates.
 

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

Classes in org.ow2.orchestra.facade.runtime.impl that implement ScopeStateUpdate
 class ScopeStateUpdateImpl
           
 

Fields in org.ow2.orchestra.facade.runtime.impl with type parameters of type ScopeStateUpdate
protected  List<ScopeStateUpdate> ScopeActivityInstanceImpl.scopeState
           
 

Methods in org.ow2.orchestra.facade.runtime.impl that return ScopeStateUpdate
 ScopeStateUpdate ScopeStateUpdateImpl.copy()
           
 

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

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



Copyright © 2011 OW2 Consortium. All Rights Reserved.