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

Class JSONMappingPropsSet

  • java.lang.Object
    • Constructor Detail

      • JSONMappingPropsSet

        public JSONMappingPropsSet(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 JSONMappingProps object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The JSONMappingPropsSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • getExistingAttributes

        public java.util.Set getExistingAttributes(MboRemote thisMbo)
                                            throws MXException,
                                                   java.rmi.RemoteException
        Return set of existsing attributes.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Commit the transaction. Refresh the JSONMapperCache
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception