|
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.CMBWorkPackageICM
This class represents a ICM workpackage.
CMBDocRoutingQueryService
, Serialized FormConstructor Summary | |
CMBWorkPackageICM()
Default constructor |
Method Summary | |
CMBConnection |
getConnection()
Get the reference of connection bean. |
int |
getInstance()
Get instance. |
java.lang.String |
getItemPidString()
Get persistent id (pid string) for the item in this workpackage. |
boolean |
getNotifyState()
Get notify state. |
java.lang.String |
getNotifyTime()
Get notification time. |
java.lang.String |
getOwner()
Get owner for this workpackage. |
java.lang.String |
getPidString()
Get the persistent id (pid string) for this workpackage. |
int |
getPriority()
Get priority. |
java.lang.String |
getProcessName()
Get process name for this workpackage. |
java.util.Collection |
getResumeList()
Get the resume list. |
java.lang.String |
getResumeTime()
Get resume time. |
boolean |
getSuspendState()
Get suspend state. |
java.lang.String |
getTimeLastMoved()
Get time last moved. |
java.lang.String |
getUserLastMoved()
Get user last moved. |
java.lang.String |
getWorkNodeName()
Get the worknode name for this workpackage. |
void |
setConnection(CMBConnection connection)
Set the reference of connection bean. |
void |
setInstance(int instance)
Set instance state. |
void |
setItemPidString(java.lang.String itemPidString)
Set persistent id (pid string) for the item in this workpackage. |
void |
setNotifyTime(java.lang.String notifyTime)
Set notify time. |
void |
setOwner(java.lang.String owner)
Set owner for this workpackage. |
void |
setPidString(java.lang.String pidString)
Set persistent id (pid string) for this workpackage. |
void |
setPriority(int priority)
Set priority. |
void |
setProcessName(java.lang.String processName)
Set process name for this workpackage. |
void |
setResumeList(java.util.Collection resumeList)
Set the resume list. |
void |
setResumeTime(java.lang.String resumeTime)
Set resume time. |
void |
setTimeLastMoved(java.lang.String timeLastMoved)
Set time last moved. |
void |
setUserLastMoved(java.lang.String userLastMoved)
Set user last moved. |
void |
setWorkNodeName(java.lang.String workNodeName)
Sets the worknode name for this workpackage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBWorkPackageICM() throws java.lang.Exception
Method Detail |
public java.util.Collection getResumeList()
public void setResumeList(java.util.Collection resumeList)
resumeList.
- A collection of CMBResumeListEntryICM objects.public java.lang.String getProcessName()
public void setProcessName(java.lang.String processName)
processName
- the process namepublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the ownerpublic java.lang.String getWorkNodeName()
public void setWorkNodeName(java.lang.String workNodeName)
workNodeName
- the worknode namepublic java.lang.String getPidString()
public void setPidString(java.lang.String pidString)
pidString
- the persistent id (pid string)public java.lang.String getItemPidString()
public void setItemPidString(java.lang.String itemPidString)
itemPidString
- the items persistent id (pid string)public java.lang.String getUserLastMoved()
public void setUserLastMoved(java.lang.String userLastMoved)
userLastMoved
- the user who last routed the workpackage.public int getPriority()
public void setPriority(int priority)
priority
- the prioritypublic boolean getNotifyState()
public int getInstance()
public void setInstance(int instance)
instance
- the instancepublic boolean getSuspendState()
public java.lang.String getResumeTime()
public void setResumeTime(java.lang.String resumeTime)
resumeTime
- the resume timepublic java.lang.String getNotifyTime()
public void setNotifyTime(java.lang.String notifyTime)
notifyTime
- the notification timepublic java.lang.String getTimeLastMoved()
public void setTimeLastMoved(java.lang.String timeLastMoved)
timeLastMoved
- the last time the workpackage was moved.public 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 |