com.ibm.tivoli.maximo.fdmbo.map.app

Class JSONMappingDetailSet

  • java.lang.Object
    • Constructor Detail

      • JSONMappingDetailSet

        public JSONMappingDetailSet(MboServerInterface ms)
                             throws MXException,
                                    java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create JSONMappingDetailSet object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The OslcPrefillMapSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • canAdd

        public void canAdd()
                    throws MXException
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • addMoreObjects

        public void addMoreObjects(MboSetRemote detailSet)
                            throws MXException,
                                   java.rmi.RemoteException
        This method will add more detail object from list.
        Parameters:
        detailSet - Reference to MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • addMoreRelProp

        public void addMoreRelProp(MboSetRemote detailSet)
                            throws MXException,
                                   java.rmi.RemoteException
        This method will add more detail object from list.
        Parameters:
        detailSet - Reference to MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception