psdi.webclient.beans.wfdesign

Class PickToNodeBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class PickToNodeBean
    extends LookupBean
    This bean supports the pick list for the To Node column in the Action table, in the WFDesigner Process tab.
    • Constructor Detail

      • PickToNodeBean

        public PickToNodeBean()
    • Method Detail

      • selectedToNode

        public int selectedToNode()
                           throws java.rmi.RemoteException,
                                  MXException
        Called when the user selects a node to be pointed to by the action.
        Throws:
        java.rmi.RemoteException
        MXException
      • validateRow

        protected void validateRow()
                            throws MXException,
                                   java.rmi.RemoteException
        This here to skip row validation, it's not needed here and is causing the dialog to fail.
        Overrides:
        validateRow in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException