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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.ProcessInstanceHierarchyFilterXto

public class ProcessInstanceHierarchyFilterXto
extends PredicateBaseXto

Filter criterion for finding root or sub process instances.

Java class for ProcessInstanceHierarchyFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessInstanceHierarchyFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="mode" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HierarchyMode"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInstanceHierarchyFilterXto()
           
 
Method Summary
 HierarchyModeXto getMode()
          Gets the value of the mode property.
 void setMode(HierarchyModeXto value)
          Sets the value of the mode property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceHierarchyFilterXto

public ProcessInstanceHierarchyFilterXto()
Method Detail

getMode

public HierarchyModeXto getMode()
Gets the value of the mode property.

Returns:
possible object is HierarchyModeXto

setMode

public void setMode(HierarchyModeXto value)
Sets the value of the mode property.

Parameters:
value - allowed object is HierarchyModeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.