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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.PredicateTermXto
Direct Known Subclasses:
AndTermXto, OrTermXto

public abstract class PredicateTermXto
extends PredicateBaseXto

Contains various elements which work as filters for a query. The elements 'and' and 'or' can contain a nested PredicateTerm for more complex filtering.

Java class for PredicateTerm complex type.

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

 <complexType name="PredicateTerm">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="and" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AndTerm"/>
           <element name="or" type="{http://eclipse.org/stardust/ws/v2012a/api/query}OrTerm"/>
           <element name="isNull" type="{http://eclipse.org/stardust/ws/v2012a/api/query}IsNullPredicate"/>
           <element name="notNull" type="{http://eclipse.org/stardust/ws/v2012a/api/query}NotNullPredicate"/>
           <element name="isEqual" type="{http://eclipse.org/stardust/ws/v2012a/api/query}IsEqualPredicate"/>
           <element name="notEqual" type="{http://eclipse.org/stardust/ws/v2012a/api/query}NotEqualPredicate"/>
           <element name="lessThan" type="{http://eclipse.org/stardust/ws/v2012a/api/query}LessThanPredicate"/>
           <element name="lessOrEqual" type="{http://eclipse.org/stardust/ws/v2012a/api/query}LessOrEqualPredicate"/>
           <element name="greaterOrEqual" type="{http://eclipse.org/stardust/ws/v2012a/api/query}GreaterOrEqualPredicate"/>
           <element name="greaterThan" type="{http://eclipse.org/stardust/ws/v2012a/api/query}GreaterThanPredicate"/>
           <element name="isLike" type="{http://eclipse.org/stardust/ws/v2012a/api/query}IsLikePredicate"/>
           <element name="inList" type="{http://eclipse.org/stardust/ws/v2012a/api/query}InListPredicate"/>
           <element name="notInList" type="{http://eclipse.org/stardust/ws/v2012a/api/query}NotInListPredicate"/>
           <element name="notAnyOf" type="{http://eclipse.org/stardust/ws/v2012a/api/query}NotAnyOfPredicate"/>
           <element name="between" type="{http://eclipse.org/stardust/ws/v2012a/api/query}BetweenPredicate"/>
           <element name="forProcessDefinition" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessDefinitionFilter"/>
           <element name="forProcess" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceFilter"/>
           <element name="processesInState" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessStateFilter"/>
           <element name="processesInHierarchy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceHierarchyFilter"/>
           <element name="processesHavingLink" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceLinkFilter"/>
           <element name="forActivityDefinition" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ActivityDefinitionFilter"/>
           <element name="forActivity" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ActivityInstanceFilter"/>
           <element name="activitiesInState" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ActivityStateFilter"/>
           <element name="performingUser" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformingUserFilter"/>
           <element name="performedByUser" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformedByUserFilter"/>
           <element name="performingParticipant" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformingParticipantFilter"/>
           <element name="performingOnBehalfOf" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformingOnBehalfOfFilter"/>
           <element name="startingUser" type="{http://eclipse.org/stardust/ws/v2012a/api/query}StartingUserFilter"/>
           <element name="userState" type="{http://eclipse.org/stardust/ws/v2012a/api/query}UserStateFilter"/>
           <element name="participantAssociation" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ParticipantAssociationFilter"/>
           <element name="havingDocument" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HavingDocumentFilter"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
PredicateTermXto()
           
 
Method Summary
 List<PredicateBaseXto> getAndOrOrOrIsNull()
          Gets the value of the andOrOrOrIsNull property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateTermXto

public PredicateTermXto()
Method Detail

getAndOrOrOrIsNull

public List<PredicateBaseXto> getAndOrOrOrIsNull()
Gets the value of the andOrOrOrIsNull property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the andOrOrOrIsNull property.

For example, to add a new item, do as follows:

    getAndOrOrOrIsNull().add(newItem);
 

Objects of the following type(s) are allowed in the list AndTermXto OrTermXto IsNullPredicateXto NotNullPredicateXto IsEqualPredicateXto NotEqualPredicateXto LessThanPredicateXto LessOrEqualPredicateXto GreaterOrEqualPredicateXto GreaterThanPredicateXto IsLikePredicateXto InListPredicateXto NotInListPredicateXto NotAnyOfPredicateXto BetweenPredicateXto ProcessDefinitionFilterXto ProcessInstanceFilterXto ProcessStateFilterXto ProcessInstanceHierarchyFilterXto ProcessInstanceLinkFilterXto ActivityDefinitionFilterXto ActivityInstanceFilterXto ActivityStateFilterXto PerformingUserFilterXto PerformedByUserFilterXto PerformingParticipantFilterXto PerformingOnBehalfOfFilterXto StartingUserFilterXto UserStateFilterXto ParticipantAssociationFilterXto HavingDocumentFilterXto



Copyright © 2017 Eclipse Stardust. All Rights Reserved.