psdi.app.jobplan

Class FldJobTaskConditionNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldJobTaskConditionNum
    extends FldConditionNum
    JobTask.conditionnum validation class: The base class FldConditionNum checks if the entered condition is valid. This class checks if there are any existing predecessors for the tasks on this job plan so the user can be warned and set up there Job Plan tasks accordingly.
    See Also:
    FldConditionNum
    • Constructor Detail

      • FldJobTaskConditionNum

        public FldJobTaskConditionNum(MboValue mbv)
        Construct and attach to the mbo value.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        The base class checks if the entered condition entered is valid. A check is done here to see if there are any existing predecessors for the tasks on this job plan so the user can be warned and set up there Job Plan tasks accordingly.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException