org.eclipse.stardust.engine.api.ws.query
Class VariableReferenceXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.OperandXto
      extended by 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>
 


Constructor Summary
VariableReferenceXto()
           
 
Method Summary
 VariableReferenceScopeXto getScope()
          Gets the value of the scope property.
 void setScope(VariableReferenceScopeXto value)
          Sets the value of the scope property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.OperandXto
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableReferenceXto

public VariableReferenceXto()
Method Detail

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.