psdi.iface.app.lmo

Class FldLmoMxAtt

    • Constructor Detail

      • FldLmoMxAtt

        public FldLmoMxAtt(MboValue mbv)
                    throws MXException,
                           java.rmi.RemoteException
        FldLmoMxAtt constructor
        Parameters:
        mbv -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        This validate validates logic for if we will allow attribute name depending upon 1. if input field is checked 2. If Source MBO is present 3. If Response MBO is present Datatype is only allowed if attribute name is allowed Logic implemented is as follow If input field is checked, allow attribute name only if source mbo is not present If input is not checked, allow attribute name only if response mbo is present
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Called by the mbo framework to do some stuff once this mbovalue is validated
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception