|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.workflow.CMBWorkList
This class represents a worklist.
CMBWorkFlowQueryService
, Serialized FormConstructor Summary | |
CMBWorkList()
constructor |
Method Summary | |
java.lang.String |
getACLName()
Gets access control list name. |
boolean |
getCheckOutFlag(boolean checkOutFlag)
Gets checkOutFlag. |
CMBConnection |
getConnection()
Get the reference of connection bean. |
java.lang.String |
getDescription()
Gets description. |
java.lang.String |
getFilter()
Gets filter name |
java.lang.String |
getName()
Gets worklist name. |
java.lang.String |
getOwner()
Gets owner of the worklist. |
java.lang.String |
getSortCriteria()
Gets sort criteria. |
int |
getThreshold()
Gets threshold. |
java.util.Collection |
getWorkItems()
Gets a collection of CMBWorkItems for this worklist. |
int |
getWorkItemsSize()
Gets the number of work items in this worklist. |
java.util.Collection |
getWorkNotifications()
Gets a collection of CMBWorkNotification objects. |
int |
getWorkNotificationsSize()
Gets the number of work notifications in this worklist. |
boolean |
isWorkItemsRetrieved()
Checks if the work item data has been retrieved |
boolean |
isWorkNotificationsRetrieved()
Checks if data has been retrieved |
void |
setACLName(java.lang.String aclName)
Sets access control list name. |
void |
setCheckOutFlag(boolean checkOutFlag)
Sets checkOutFlag. |
void |
setConnection(CMBConnection connection)
Sets connection bean reference. |
void |
setDescription(java.lang.String description)
Sets description. |
void |
setFilter(java.lang.String filter)
Sets filter name. |
void |
setName(java.lang.String name)
Sets worklist name. |
void |
setOwner(java.lang.String owner)
Sets owner of the worklist. |
void |
setSortCriteria(java.lang.String sortCriteria)
Sets sort criteria. |
void |
setThreshold(int threshold)
Sets threshold. |
void |
setWorkItemsRetrieved(boolean isWorkItemsRetrieved)
Reset the property value back to not retrieved in order to clear out cache information and retrieve updated data from the server. |
void |
setWorkNotifications(java.util.Collection workNotificationList)
Sets a collection of CMBWorkNotification objects. |
void |
setWorkNotificationsRetrieved(boolean isWorkNotificationsRetrieved)
Reset the property value back to not retrieved in order to clear out cache information and retrieve updated data from the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBWorkList()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- worklist namepublic java.lang.String getACLName()
public void setACLName(java.lang.String aclName)
aclName
- the access control list namepublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- worklist ownerpublic int getThreshold()
public void setThreshold(int threshold)
threshold
- worklist thresholdpublic java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter
- worklist filterpublic java.lang.String getSortCriteria()
public void setSortCriteria(java.lang.String sortCriteria)
sortCriteria
- worklist sort criteriaspublic void setDescription(java.lang.String description)
description
- the description of this worklistspublic java.lang.String getDescription()
public java.util.Collection getWorkItems() throws CMBException
public java.util.Collection getWorkNotifications() throws CMBException
public int getWorkItemsSize() throws CMBException
public int getWorkNotificationsSize() throws CMBException
public void setWorkNotifications(java.util.Collection workNotificationList)
workNotificationList
- a collection of CMBWorkNotification objects. A null is returned if there are no
work notifications.public void setCheckOutFlag(boolean checkOutFlag)
public boolean getCheckOutFlag(boolean checkOutFlag)
public void setWorkNotificationsRetrieved(boolean isWorkNotificationsRetrieved)
isWorkNotificationsRetrieved
- false if want to retrieve fresh data from server.public boolean isWorkNotificationsRetrieved()
public void setWorkItemsRetrieved(boolean isWorkItemsRetrieved)
isWorkItemsRetrieved
- false if want to retrieve fresh data from server.public boolean isWorkItemsRetrieved()
public void setConnection(CMBConnection connection)
conn
- reference of connection beanpublic CMBConnection getConnection()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |