Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkWorkFlowActionList

All Superinterfaces:
dkCheckableObject
All Known Implementing Classes:
DKWorkFlowActionListFed

public interface dkWorkFlowActionList
extends dkCheckableObject


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

getWorkFlowActions

public dkCollection getWorkFlowActions()
                                throws DKException,
                                       java.lang.Exception
gets the collection of dkAction objects in this action list
Returns:
the collection of dkAction objects

listWorkFlowActionNames

public java.lang.String[] listWorkFlowActionNames()
                                           throws DKException,
                                                  java.lang.Exception
gets the array of actions' names in this action list
Returns:
an array of action names

setWorkFlowActions

public void setWorkFlowActions(dkCollection actionColl)
                        throws DKException,
                               java.lang.Exception
sets the collecction of dkWorkFlowAction objects to this action list
Parameters:
actionColl - the collection of dkWorkFlowAction objects

addWorkFlowAction

public void addWorkFlowAction(dkWorkFlowAction actionObj)
                       throws DKException,
                              java.lang.Exception
add a new action to this action list
Parameters:
actionObj - a new dkWorkFlowAction object to be added

removeWorkFlowAction

public void removeWorkFlowAction(java.lang.String itemid)
                          throws DKException,
                                 java.lang.Exception
remove an action from this action list
Parameters:
itemid - the itemid of a dkWorkFlowAction object to be removed

removeAllWorkFlowActions

public void removeAllWorkFlowActions()
                              throws DKException,
                                     java.lang.Exception
remove all actions from this list

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.