psdi.app.rcncmprule

Class ReconAttrClause

    • Constructor Detail

      • ReconAttrClause

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

      • delete

        public void delete(long modifier)
                    throws MXException,
                           java.rmi.RemoteException
        Delete this ReconAttrClause and any references to it.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        modifier - the 'accessModifier' flag
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • save

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