psdi.workflow

Interface CustomActionInterface


  • Deprecated. 
    Replaced by interface psdi.common.action.ActionCustomClass

    public interface CustomActionInterface
    This is the interface for classes defined as custom actions.
    See Also:
    Calling method., Interface for custom action for 6.0
    • Method Detail

      • applyCustomAction

        void applyCustomAction(MboRemote mbo,
                               java.lang.String memo,
                               java.util.Date actiondate)
                        throws MXException,
                               java.rmi.RemoteException
        Deprecated. 
        This is the method which is called when the class is used a custom action.
        Parameters:
        mbo - The Mbo controlled by workflow.
        memo - Memo entered when the action was chosen.
        actiondate - The current date/time when the action was chosen.
        Throws:
        Any - exception thrown will be passed up from the action calling on this object.
        MXException
        java.rmi.RemoteException