|
|||||||||
| 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-Klasse für PerformingOnBehalfOfFilter complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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-Klasse für anonymous complex type. |
static class |
PerformingOnBehalfOfFilterXto.ModelParticipantXto
Java-Klasse für anonymous complex type. |
| Constructor Summary | |
|---|---|
PerformingOnBehalfOfFilterXto()
|
|
| Method Summary | |
|---|---|
PerformingOnBehalfOfFilterXto.ModelParticipantXto |
getModelParticipant()
Ruft den Wert der modelParticipant-Eigenschaft ab. |
PerformingOnBehalfOfFilterXto.ModelParticipantsXto |
getModelParticipants()
Ruft den Wert der modelParticipants-Eigenschaft ab. |
void |
setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
Legt den Wert der modelParticipant-Eigenschaft fest. |
void |
setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
Legt den Wert der modelParticipants-Eigenschaft fest. |
| 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 | ||||||||