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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
Direct Known Subclasses:
ActivityQueryXto, BusinessObjectQueryXto, DeployedModelQueryXto, DeployedRuntimeArtifactQueryXto, DocumentQueryXto, LogEntryQueryXto, PreferenceQueryXto, ProcessDefinitionQueryXto, ProcessQueryXto, UserGroupQueryXto, UserQueryXto, VariableDefinitionQueryXto, WorklistQueryXto

public class QueryXto
extends Object

A query contains three optional elements: The 'predicate' element used for filtering contains an and-conjunction of predicates. The 'order' element used to specify a custom order. The 'policy' element used to specify policies e.g. a 'subsetPolicy' to limit results to a subset.

Java class for Query complex type.

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

 <complexType name="Query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="predicate" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AndTerm" minOccurs="0"/>
         <element name="order" type="{http://eclipse.org/stardust/ws/v2012a/api/query}OrderCriteria" minOccurs="0"/>
         <element name="policy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}Policy" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
QueryXto()
           
 
Method Summary
 OrderCriteriaXto getOrder()
          Gets the value of the order property.
 PolicyXto getPolicy()
          Gets the value of the policy property.
 AndTermXto getPredicate()
          Gets the value of the predicate property.
 void setOrder(OrderCriteriaXto value)
          Sets the value of the order property.
 void setPolicy(PolicyXto value)
          Sets the value of the policy property.
 void setPredicate(AndTermXto value)
          Sets the value of the predicate property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryXto

public QueryXto()
Method Detail

getPredicate

public AndTermXto getPredicate()
Gets the value of the predicate property.

Returns:
possible object is AndTermXto

setPredicate

public void setPredicate(AndTermXto value)
Sets the value of the predicate property.

Parameters:
value - allowed object is AndTermXto

getOrder

public OrderCriteriaXto getOrder()
Gets the value of the order property.

Returns:
possible object is OrderCriteriaXto

setOrder

public void setOrder(OrderCriteriaXto value)
Sets the value of the order property.

Parameters:
value - allowed object is OrderCriteriaXto

getPolicy

public PolicyXto getPolicy()
Gets the value of the policy property.

Returns:
possible object is PolicyXto

setPolicy

public void setPolicy(PolicyXto value)
Sets the value of the policy property.

Parameters:
value - allowed object is PolicyXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.