|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.ActivityStateFilterXto
public class ActivityStateFilterXto
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 |
|---|
public ActivityStateFilterXto()
| Method Detail |
|---|
public ActivityStateFilterXto.StatesXto getStates()
ActivityStateFilterXto.StatesXtopublic void setStates(ActivityStateFilterXto.StatesXto value)
value - allowed object is
ActivityStateFilterXto.StatesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||