psdi.workflow

Class FldActionIsPositive

    • Constructor Detail

      • FldActionIsPositive

        public FldActionIsPositive(MboValue mbv)
        Construct and attach to the specified MboValue
        Parameters:
        mbv - The MboValue attach to.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate that the value chosen acceptable. It's entirely possible that no value will be found acceptable, in which case there's no recourse other than to delete this WFAction.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Once this attribute is set, the attribute becomes read-only. The owning node gets told it has a new action now
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException