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

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

public class ProcessInstanceFilterXto
extends PredicateBaseXto

Filter criterion for matching specific process instances.

Java class for ProcessInstanceFilter complex type.

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

 <complexType name="ProcessInstanceFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
       <attribute name="includingSubprocesses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInstanceFilterXto()
           
 
Method Summary
 long getProcessOid()
          Gets the value of the processOid property.
 boolean isIncludingSubprocesses()
          Gets the value of the includingSubprocesses property.
 void setIncludingSubprocesses(Boolean value)
          Sets the value of the includingSubprocesses property.
 void setProcessOid(long value)
          Sets the value of the processOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceFilterXto

public ProcessInstanceFilterXto()
Method Detail

getProcessOid

public long getProcessOid()
Gets the value of the processOid property.


setProcessOid

public void setProcessOid(long value)
Sets the value of the processOid property.


isIncludingSubprocesses

public boolean isIncludingSubprocesses()
Gets the value of the includingSubprocesses property.

Returns:
possible object is Boolean

setIncludingSubprocesses

public void setIncludingSubprocesses(Boolean value)
Sets the value of the includingSubprocesses property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.