|
|||||||||
| 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 class for WorklistQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the participantContributions property. |
UserContributionXto |
getUserContribution()
Gets the value of the userContribution property. |
void |
setParticipantContributions(ParticipantContributionsXto value)
Sets the value of the participantContributions property. |
void |
setUserContribution(UserContributionXto value)
Sets the value of the userContribution property. |
| 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 | ||||||||