psdi.workflow

Class WorkflowWakeup

  • java.lang.Object
    • psdi.workflow.WorkflowWakeup
  • All Implemented Interfaces:
    ActionCustomClass


    public class WorkflowWakeup
    extends java.lang.Object
    implements ActionCustomClass
    This action is used to wake up a workflow instance that stopped at a wait node.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WorkflowWakeup()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      Apply the single action out of the wait node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowWakeup

        public WorkflowWakeup()
        Constructor.
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Apply the single action out of the wait node.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - This is the WFInstance.
        memo - This is probably blank.
        actiondate - Date when the wait node reactivated.
        Throws:
        MXException
        java.rmi.RemoteException