org.eclipse.stardust.engine.api.ws
Class WorklistXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.WorklistXto

public class WorklistXto
extends Object

Result of an WorklistQuery execution. Containing 'userWorklist' and 'sharedWorklists' according to the user and participants contribution specified in the query.

Java class for Worklist complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Worklist">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userWorklist">
           <complexType>
             <complexContent>
               <extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
                 <sequence>
                   <element name="owner" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
                   <element name="workItems" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstances"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="sharedWorklists">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="sharedWorklist" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
                           <sequence>
                             <element name="owner" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
                             <element name="workItems" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstances"/>
                           </sequence>
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class WorklistXto.SharedWorklistsXto
          Java class for anonymous complex type.
static class WorklistXto.UserWorklistXto
          Java class for anonymous complex type.
 
Constructor Summary
WorklistXto()
           
 
Method Summary
 WorklistXto.SharedWorklistsXto getSharedWorklists()
          Gets the value of the sharedWorklists property.
 WorklistXto.UserWorklistXto getUserWorklist()
          Gets the value of the userWorklist property.
 void setSharedWorklists(WorklistXto.SharedWorklistsXto value)
          Sets the value of the sharedWorklists property.
 void setUserWorklist(WorklistXto.UserWorklistXto value)
          Sets the value of the userWorklist property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorklistXto

public WorklistXto()
Method Detail

getUserWorklist

public WorklistXto.UserWorklistXto getUserWorklist()
Gets the value of the userWorklist property.

Returns:
possible object is WorklistXto.UserWorklistXto

setUserWorklist

public void setUserWorklist(WorklistXto.UserWorklistXto value)
Sets the value of the userWorklist property.

Parameters:
value - allowed object is WorklistXto.UserWorklistXto

getSharedWorklists

public WorklistXto.SharedWorklistsXto getSharedWorklists()
Gets the value of the sharedWorklists property.

Returns:
possible object is WorklistXto.SharedWorklistsXto

setSharedWorklists

public void setSharedWorklists(WorklistXto.SharedWorklistsXto value)
Sets the value of the sharedWorklists property.

Parameters:
value - allowed object is WorklistXto.SharedWorklistsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.