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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
      extended by org.eclipse.stardust.engine.api.ws.query.ProcessQueryXto

public class ProcessQueryXto
extends QueryXto

Query container for building complex queries for process instances.

Java class for ProcessQuery complex type.

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

 <complexType name="ProcessQuery">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessQueryXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.QueryXto
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessQueryXto

public ProcessQueryXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.