|
|||||||||
| 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.QueryXto
org.eclipse.stardust.engine.api.ws.query.WorklistQueryXto
public class WorklistQueryXto
Additionally supports optional elements: A 'userContribution' which enables or disables the retrieval of the user's private worklist with an optional 'subsetPolicy'. A list of 'participantContributions' limiting the result to specified participants. One 'subsetPolicy' per 'participantContribution' can be set.
Java-Klasse für WorklistQuery complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="WorklistQuery">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
<sequence>
<element name="userContribution" type="{http://eclipse.org/stardust/ws/v2012a/api/query}UserContribution" minOccurs="0"/>
<element name="participantContributions" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ParticipantContributions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
WorklistQueryXto()
|
|
| Method Summary | |
|---|---|
ParticipantContributionsXto |
getParticipantContributions()
Ruft den Wert der participantContributions-Eigenschaft ab. |
UserContributionXto |
getUserContribution()
Ruft den Wert der userContribution-Eigenschaft ab. |
void |
setParticipantContributions(ParticipantContributionsXto value)
Legt den Wert der participantContributions-Eigenschaft fest. |
void |
setUserContribution(UserContributionXto value)
Legt den Wert der userContribution-Eigenschaft fest. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.query.QueryXto |
|---|
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorklistQueryXto()
| Method Detail |
|---|
public UserContributionXto getUserContribution()
UserContributionXtopublic void setUserContribution(UserContributionXto value)
value - allowed object is
UserContributionXtopublic ParticipantContributionsXto getParticipantContributions()
ParticipantContributionsXtopublic void setParticipantContributions(ParticipantContributionsXto value)
value - allowed object is
ParticipantContributionsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||