org.eclipse.stardust.engine.api.ws.query
Class WorklistQueryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
      extended by org.eclipse.stardust.engine.api.ws.query.WorklistQueryXto

public class WorklistQueryXto
extends QueryXto

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

WorklistQueryXto

public WorklistQueryXto()
Method Detail

getUserContribution

public UserContributionXto getUserContribution()
Gets the value of the userContribution property.

Returns:
possible object is UserContributionXto

setUserContribution

public void setUserContribution(UserContributionXto value)
Sets the value of the userContribution property.

Parameters:
value - allowed object is UserContributionXto

getParticipantContributions

public ParticipantContributionsXto getParticipantContributions()
Gets the value of the participantContributions property.

Returns:
possible object is ParticipantContributionsXto

setParticipantContributions

public void setParticipantContributions(ParticipantContributionsXto value)
Sets the value of the participantContributions property.

Parameters:
value - allowed object is ParticipantContributionsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.