|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addWorkFlowAction(dkWorkFlowAction actionObj)
add a new action to this action list |
dkCollection |
getWorkFlowActions()
gets the collection of dkAction objects in this action list |
java.lang.String[] |
listWorkFlowActionNames()
gets the array of actions' names in this action list |
void |
removeAllWorkFlowActions()
remove all actions from this list |
void |
removeWorkFlowAction(java.lang.String itemid)
remove an action from this action list |
void |
setWorkFlowActions(dkCollection actionColl)
sets the collecction of dkWorkFlowAction objects to this action list |
Methods inherited from interface com.ibm.mm.sdk.common.dkCheckableObject |
checkin, checkout, getCheckedOutUserid, unlockCheckedOut |
Method Detail |
public dkCollection getWorkFlowActions() throws DKException, java.lang.Exception
public java.lang.String[] listWorkFlowActionNames() throws DKException, java.lang.Exception
public void setWorkFlowActions(dkCollection actionColl) throws DKException, java.lang.Exception
actionColl
- the collection of dkWorkFlowAction objectspublic void addWorkFlowAction(dkWorkFlowAction actionObj) throws DKException, java.lang.Exception
actionObj
- a new dkWorkFlowAction object to be addedpublic void removeWorkFlowAction(java.lang.String itemid) throws DKException, java.lang.Exception
itemid
- the itemid of a dkWorkFlowAction object to be removedpublic void removeAllWorkFlowActions() throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |