com.ibm.mm.sdk.common
Interface dkWorkFlowUserExit
- All Known Implementing Classes:
- dkAbstractWorkFlowUserExit
- public interface dkWorkFlowUserExit
This interface provides the basic methods for the user
exit class associated with a user-defined action.
When you create your own action for EIP workflow, your
class must implement this interface and you must supply
the doAction method.
Method Summary |
void |
doAction(java.lang.Object object)
performs the action |
doAction
public void doAction(java.lang.Object object)
- performs the action
- Parameters:
anObject
- the object on which to perform the action
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.