com.ibm.tivoli.maximo.fdmbo.app.createres

Class JSONProcessNPMbo

    • Constructor Detail

      • JSONProcessNPMbo

        public JSONProcessNPMbo(MboSet ms)
                         throws MXException,
                                java.rmi.RemoteException
        Constructor
        Parameters:
        ms - the mboset to which this record belongs
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new JSONAttributeMap table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • fill

        public void fill(byte[] jsonData)
                  throws MXException,
                         java.rmi.RemoteException
        Populate Non-persistent set.
        Parameters:
        jsonData - JSON Data
        Throws:
        MXException
        java.rmi.RemoteException
      • fill

        public void fill(byte[] jsonData,
                         byte[] jsonSchema)
                  throws MXException,
                         java.rmi.RemoteException
        Populate Non-persistent set.
        Parameters:
        jsonData - JSON Data
        Throws:
        MXException
        java.rmi.RemoteException
      • populateObjectInfo

        public void populateObjectInfo()
                                throws MXException,
                                       java.rmi.RemoteException
        Will check mapping object when it changed param colsRelation relationship from mapping to attributes
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception