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

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

public class ProcessStateFilterXto
extends PredicateBaseXto

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

Java class for ProcessStateFilter complex type.

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

 <complexType name="ProcessStateFilter">
   <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}ProcessInstanceState" 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 ProcessStateFilterXto.StatesXto
          Java class for anonymous complex type.
 
Constructor Summary
ProcessStateFilterXto()
           
 
Method Summary
 ProcessStateFilterXto.StatesXto getStates()
          Gets the value of the states property.
 void setStates(ProcessStateFilterXto.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

ProcessStateFilterXto

public ProcessStateFilterXto()
Method Detail

getStates

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

Returns:
possible object is ProcessStateFilterXto.StatesXto

setStates

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

Parameters:
value - allowed object is ProcessStateFilterXto.StatesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.