psdi.workflow

Class FldActionOwnerID

    • Constructor Detail

      • FldActionOwnerID

        public FldActionOwnerID(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
        Check the node to see if it can take another action of this type. This method assumes that the IsPositive attribute has already been set.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - Thrown with "workflow", "NodeNoOwner" if the Node cannot take this type of action.
        MXException
        java.rmi.RemoteException
        See Also:
        Throws additional exceptions.