public class UserWorklist extends Worklist
Worklist being owned by a
User. User worklists usually contain
sub-worklists containing work items from granted roles or organizations.| Modifier and Type | Method and Description |
|---|---|
UserInfo |
getOwner()
Retrieves the owning user of this worklist.
|
String |
getOwnerID()
The human readable ID of the worklist owner.
|
String |
getOwnerName()
The name of the owner of the worklist.
|
long |
getOwnerOID()
The OID of the owner of this worklist.
|
List |
getSubDetails() |
Iterator |
getSubWorklists()
Retrieves an iterator over all contained sub-worklists.
|
boolean |
isUserWorklist()
Indicates if the worklist is a user worklist or a participant worklist.
|
get, getCumulatedItems, getCumulatedSize, getQuery, getSubsetPolicy, getTotalCount, getTotalCountThreshold, hasMore, hasMorePrivateItems, sizeadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListpublic UserInfo getOwner()
public boolean isUserWorklist()
WorklistUser worklists may contain nested sub-worklists, while participant worklists can't.
isUserWorklist in class Worklisttrue in case of a user worklist, false in case of
a participant worklist.public long getOwnerOID()
WorklistIf the worklist belongs to a participant not existing anymore in the current
model version the OID will be 0.
getOwnerOID in class WorklistWorklist.getOwnerID()public String getOwnerID()
WorklistgetOwnerID in class WorklistWorklist.getOwnerOID()public String getOwnerName()
WorklistIf the worklist belongs to a participant not existing anymore in the current model version the name will be empty.
getOwnerName in class WorklistWorklist.getOwnerID()public Iterator getSubWorklists()
WorklistOnly user worklists may contain sub-worklists.
getSubWorklists in class WorklistWorklist.Worklist.isUserWorklist()public List getSubDetails()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.