|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.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 java.util.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 | |
---|---|
java.util.List<VariableUpdate> |
ScopeActivityInstanceImpl.getVariables()
|
Constructors in org.ow2.orchestra.facade.runtime.impl with parameters of type VariableUpdate | |
---|---|
VariableUpdateImpl(VariableUpdate record)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |