com.ibm.tivoli.maximo.oslc.provider.app

Class FldErrorMessageGroup

    • Constructor Detail

      • FldErrorMessageGroup

        public FldErrorMessageGroup(MboValue mbv)
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate relationship name.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException - throws MXApplicationException if it doesn't find the relationship name in maxrelationship table.
        java.rmi.RemoteException - throws RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Called to perform an action when field set to a value
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException - throws RemoteException
      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        Return list of mbos for from the maxintobject table. This will be used by the UI lookup to get all the Object Structures.
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Returns:
        List MboSet
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException - throws RemoteException