psdi.app.recontask

Class ReconTaskLink

  • java.lang.Object
    • Constructor Detail

      • ReconTaskLink

        public ReconTaskLink(MboSet ms)
                      throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new ReconTaskLink, setting any field defaults.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        issue#83268 - (ReconTask) save() method is called ONLY when there are changes to the ReconTask set. Therefore, changes to child set of ReconTask should trigger the parent save validation
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException