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

Class FldIntegrationObject

    • Method Detail

      • 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
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Called to validate the data Validates object structure used with
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate 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 oslc resources.
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Returns:
        MaxIntObjectSet object
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException - throws RemoteException