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-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

WorklistQueryXto

public WorklistQueryXto()
Method Detail

getUserContribution

public UserContributionXto getUserContribution()
Ruft den Wert der userContribution-Eigenschaft ab.

Returns:
possible object is UserContributionXto

setUserContribution

public void setUserContribution(UserContributionXto value)
Legt den Wert der userContribution-Eigenschaft fest.

Parameters:
value - allowed object is UserContributionXto

getParticipantContributions

public ParticipantContributionsXto getParticipantContributions()
Ruft den Wert der participantContributions-Eigenschaft ab.

Returns:
possible object is ParticipantContributionsXto

setParticipantContributions

public void setParticipantContributions(ParticipantContributionsXto value)
Legt den Wert der participantContributions-Eigenschaft fest.

Parameters:
value - allowed object is ParticipantContributionsXto


Copyright © 2015 Eclipse Stardust. All Rights Reserved.