|
|||||||||
| 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.PerformingOnBehalfOfFilterXto
public class PerformingOnBehalfOfFilterXto
Restricts the resulting items to the ones that are performed on behalf of the specified user group(s) or model participant(s).
Java class for PerformingOnBehalfOfFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformingOnBehalfOfFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<choice>
<element name="modelParticipant">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo"/>
</sequence>
<attribute name="recursively" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="modelParticipants">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participants" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PerformingOnBehalfOfFilterXto.ModelParticipantsXto
Java class for anonymous complex type. |
static class |
PerformingOnBehalfOfFilterXto.ModelParticipantXto
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
PerformingOnBehalfOfFilterXto()
|
|
| Method Summary | |
|---|---|
PerformingOnBehalfOfFilterXto.ModelParticipantXto |
getModelParticipant()
Gets the value of the modelParticipant property. |
PerformingOnBehalfOfFilterXto.ModelParticipantsXto |
getModelParticipants()
Gets the value of the modelParticipants property. |
void |
setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
Sets the value of the modelParticipant property. |
void |
setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
Sets the value of the modelParticipants property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformingOnBehalfOfFilterXto()
| Method Detail |
|---|
public PerformingOnBehalfOfFilterXto.ModelParticipantXto getModelParticipant()
PerformingOnBehalfOfFilterXto.ModelParticipantXtopublic void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
value - allowed object is
PerformingOnBehalfOfFilterXto.ModelParticipantXtopublic PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
PerformingOnBehalfOfFilterXto.ModelParticipantsXtopublic void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
value - allowed object is
PerformingOnBehalfOfFilterXto.ModelParticipantsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||