public interface CustomActionInterface
Calling method.
,
Interface for custom action for 6.0
Modifier and Type | Method and Description |
---|---|
void |
applyCustomAction(MboRemote mbo,
java.lang.String memo,
java.util.Date actiondate)
Deprecated.
This is the method which is called when the class is used a custom action.
|
void applyCustomAction(MboRemote mbo, java.lang.String memo, java.util.Date actiondate) throws MXException, java.rmi.RemoteException
mbo
- The Mbo controlled by workflow.memo
- Memo entered when the action was chosen.actiondate
- The current date/time when the action was chosen.Any
- exception thrown will be passed up from the action calling on this object.MXException
java.rmi.RemoteException