org.eclipse.stardust.engine.api.ws
Class ProcessInstanceQueryResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by org.eclipse.stardust.engine.api.ws.ProcessInstanceQueryResultXto

public class ProcessInstanceQueryResultXto
extends QueryResultXto

Result of an ProcessQuery execution.

Java class for ProcessInstanceQueryResult complex type.

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

 <complexType name="ProcessInstanceQueryResult">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
       <sequence>
         <element name="processInstances" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstances" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInstanceQueryResultXto()
           
 
Method Summary
 ProcessInstancesXto getProcessInstances()
          Gets the value of the processInstances property.
 void setProcessInstances(ProcessInstancesXto value)
          Sets the value of the processInstances property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.QueryResultXto
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThreshold
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceQueryResultXto

public ProcessInstanceQueryResultXto()
Method Detail

getProcessInstances

public ProcessInstancesXto getProcessInstances()
Gets the value of the processInstances property.

Returns:
possible object is ProcessInstancesXto

setProcessInstances

public void setProcessInstances(ProcessInstancesXto value)
Sets the value of the processInstances property.

Parameters:
value - allowed object is ProcessInstancesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.