|
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.CMBWorkListICM
This class represents an ICM worklist.
CMBDocRoutingQueryService
, Serialized FormConstructor Summary | |
CMBWorkListICM()
constructor |
Method Summary | |
java.lang.String |
getACLName()
Get acl name. |
CMBConnection |
getConnection()
Get the reference of connection bean. |
java.lang.String |
getDescription()
Get the description. |
int |
getMaxResult()
Get max results. |
java.lang.String |
getName()
Get the worklist name. |
java.lang.String |
getPidString()
Get the worklist persistent id (pid string) |
int |
getSelectionFilterOnNotify()
Get selection filter on notify. |
int |
getSelectionFilterOnSuspend()
Get selection filter on suspend. |
int |
getSelectionOrder()
Get selection order. |
java.lang.String[] |
getWorkNodeNames()
Get the worknode names |
void |
setACLName(java.lang.String aclName)
Set acl name. |
void |
setConnection(CMBConnection connection)
Set the reference of connection bean. |
void |
setDescription(java.lang.String description)
Set the description. |
void |
setMaxResult(int maxResult)
Set maxResult. |
void |
setName(java.lang.String name)
Set the worklist name. |
void |
setPidString(java.lang.String pidString)
Set the worklist pid. |
void |
setSelectionFilterOnNotify(int selectionFilterOnNotify)
Set selection filter on notify. |
void |
setSelectionFilterOnSuspend(int selectionFilterOnSuspend)
Set selection filter on suspend. |
void |
setSelectionOrder(int selectionOrder)
Set selection order. |
void |
setWorkNodeNames(java.lang.String[] workNodeNames)
Set the worknode names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBWorkListICM()
Method Detail |
public int getSelectionOrder()
public void setSelectionOrder(int selectionOrder)
selectionOrder
- work list selection orderpublic int getSelectionFilterOnNotify()
public void setSelectionFilterOnNotify(int selectionFilterOnNotify)
selectionFilterOnNotify
- work list selection filter on notifypublic int getSelectionFilterOnSuspend()
public void setSelectionFilterOnSuspend(int selectionFilterOnSuspend)
selectionFilterOnSuspend
- work list selection filter on suspendpublic int getMaxResult()
public void setMaxResult(int maxResult)
maxResult
- work list max resultspublic java.lang.String getPidString()
public void setPidString(java.lang.String pidString)
pid
- the worklist pidpublic void setWorkNodeNames(java.lang.String[] workNodeNames)
workNodeNames
- the worknode names.public java.lang.String[] getWorkNodeNames()
public java.lang.String getACLName()
public void setACLName(java.lang.String aclName)
aclName
- the acl namepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the worklist namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the descriptionpublic void setConnection(CMBConnection connection)
connection
- reference of connection beanpublic CMBConnection getConnection()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |