psdi.iface.migexits

Class MASGroupMapperExit



  • public class MASGroupMapperExit
    extends JSONMapperExit
    Inbound JSON Mapper
    • Field Detail

      • INTEGRATIONLOGGER

        public static final MXLogger INTEGRATIONLOGGER
        Integration logger for logging messages related to MAXIMO startup.
    • Constructor Detail

      • MASGroupMapperExit

        public MASGroupMapperExit()
                           throws MXException,
                                  java.rmi.RemoteException
        Constructor
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
    • Method Detail

      • setDataIn

        public StructureData setDataIn(StructureData erData)
                                throws MXException,
                                       java.rmi.RemoteException
        Inbound Processing Class. It will map from JSON to Maximo XML
        Overrides:
        setDataIn in class JSONMapperExit
        Parameters:
        erData - - Give reference values with external data mapped to MAXIMO format.
        Returns:
        Data after mapping
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception
      • toBeDeleted

        public boolean toBeDeleted(com.ibm.json.java.JSONObject erJo)
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getWorkSpaceID

        public java.lang.String getWorkSpaceID()
                                        throws MXException,
                                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getAppName

        public java.lang.String getAppName()