psdi.workflow

Class FldWFProcessName

    • Constructor Detail

      • FldWFProcessName

        public FldWFProcessName(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 overwritten to always allow. The ProcessRev attribute is part of the key and will be changed so that the combined key is always unique.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class FldMboKey
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If given the name of an existing Process, set the revision number to the next available number.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class FldMboKey
        Throws:
        MXException
        java.rmi.RemoteException