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

Class OslcResourceDetail

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.oslc.provider.app.OslcResourceDetail
    • Constructor Detail

      • OslcResourceDetail

        public OslcResourceDetail(MboSet ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The OslcResourceDetail MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • init

        public void init()
                  throws MXException
        Initialize the newly created mbo
        Overrides:
        init in class Mbo
        Throws:
        MXException - Maximo Exception
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        This is called whenever a change is made to the attributes of OslcResourceDetail. When any field related to OslcResourceDetail is changed parent is updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overwritten for OslcResourceDetail MBO. Delete any rows in OsOslcMap referenced by the interaction to be deleted.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - accessModifier
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Overwritten for OslcResourceDetail MBO. UnDelete any rows in OsOslcMap referenced by the interaction to be undeleted.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException