org.eclipse.stardust.engine.api.ws.query
Class VariableReferenceXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.query.OperandXto
org.eclipse.stardust.engine.api.ws.query.VariableReferenceXto
public class VariableReferenceXto
- extends OperandXto
Used to reference workflow data by assigning an dataId to the 'operand' element.
Different scopes are available:
'Local' (default) scope is used for finding activity instances belonging to process instances with same scope process instance containing specific workflow data.
'AnyParent' scope is used for finding activity instances belonging to process instances and its subprocess instances containing specific workflow data.
'AnyParentOrChild' scope is used for for finding activity instances belonging to the complete hierarchy of process instances containing specific workflow data.
Java class for VariableReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableReference">
<simpleContent>
<extension base="<http://eclipse.org/stardust/ws/v2012a/api/query>Operand">
<attribute name="scope" type="{http://eclipse.org/stardust/ws/v2012a/api/query}VariableReferenceScope" default="Local" />
</extension>
</simpleContent>
</complexType>
VariableReferenceXto
public VariableReferenceXto()
getScope
public VariableReferenceScopeXto getScope()
- Gets the value of the scope property.
- Returns:
- possible object is
VariableReferenceScopeXto
setScope
public void setScope(VariableReferenceScopeXto value)
- Sets the value of the scope property.
- Parameters:
value - allowed object is
VariableReferenceScopeXto
Copyright © 2017 Eclipse Stardust. All Rights Reserved.