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

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

public class ActivityStateFilterXto
extends PredicateBaseXto

Restricts the resulting items to the ones having or not having a specific activity state.

Java class for ActivityStateFilter complex type.

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

 <complexType name="ActivityStateFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="states">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="state" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="inclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ActivityStateFilterXto.StatesXto
          Java class for anonymous complex type.
 
Constructor Summary
ActivityStateFilterXto()
           
 
Method Summary
 ActivityStateFilterXto.StatesXto getStates()
          Gets the value of the states property.
 void setStates(ActivityStateFilterXto.StatesXto value)
          Sets the value of the states property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityStateFilterXto

public ActivityStateFilterXto()
Method Detail

getStates

public ActivityStateFilterXto.StatesXto getStates()
Gets the value of the states property.

Returns:
possible object is ActivityStateFilterXto.StatesXto

setStates

public void setStates(ActivityStateFilterXto.StatesXto value)
Sets the value of the states property.

Parameters:
value - allowed object is ActivityStateFilterXto.StatesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.