|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addItem(DKPid pid)
adds new item to this work packet - memory function only |
void |
addItem(java.lang.String pidString)
adds new item to this work packet - memory function only |
java.lang.String[] |
getItemIDs()
returns an array of pidString from this work packet |
dkCollection |
getItems()
returns a collection DKDDO from this work packet, not yet retrieved contents - shell only |
int |
getPriority()
gets the priority |
DKTimestamp |
getTimestamp()
gets the timestamp |
java.lang.String |
getUserid()
gets userid that created this work packet |
java.lang.String |
getWFTemplateName()
gets the workflow template name |
void |
removeItem(DKPid pid)
removes item from this work packet - memory function only |
void |
removeItem(java.lang.String pidString)
removes item from this work packet - memory function only |
void |
setPriority(int priority)
sets the priority |
void |
setTimestamp(DKTimestamp ts)
sets the timestamp |
void |
setUserid(java.lang.String uid)
sets the userid who created this work packet |
void |
setWFTemplateName(java.lang.String name)
sets the workflow template name |
Methods inherited from interface com.ibm.mm.sdk.common.dkCheckableObject |
checkin, checkout, getCheckedOutUserid, unlockCheckedOut |
Method Detail |
public java.lang.String getUserid() throws DKException, java.lang.Exception
public void setUserid(java.lang.String uid) throws DKException, java.lang.Exception
uid
- the user id of the work packetpublic DKTimestamp getTimestamp() throws DKException, java.lang.Exception
public void setTimestamp(DKTimestamp ts) throws DKException, java.lang.Exception
the
- time stamp of the work packetpublic int getPriority() throws DKException, java.lang.Exception
public void setPriority(int priority) throws DKException, java.lang.Exception
the
- priority of the work packetpublic java.lang.String getWFTemplateName() throws DKException, java.lang.Exception
public void setWFTemplateName(java.lang.String name) throws DKException, java.lang.Exception
name
- the name of the work flow template associated with the work packetpublic void addItem(DKPid pid) throws DKException, java.lang.Exception
public void addItem(java.lang.String pidString) throws DKException, java.lang.Exception
public void removeItem(DKPid pid) throws DKException, java.lang.Exception
public void removeItem(java.lang.String pidString) throws DKException, java.lang.Exception
public java.lang.String[] getItemIDs() throws DKException, java.lang.Exception
public dkCollection getItems() throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |