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

Class MaxApiKeyProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class MaxApiKeyProcess
    extends MicSetIn
    Integration point processing class for Asset transactions coming into Maximo from an external system.
    • Constructor Detail

      • MaxApiKeyProcess

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

      • encApiKey

        public java.lang.String encApiKey(java.lang.String apikey)
                                   throws java.rmi.RemoteException,
                                          MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • checkBusinessRules

        public int checkBusinessRules()
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call back and find out can we process data. This method will return always PROCESS and can be overridden in MicSet
        Overrides:
        checkBusinessRules in class MosProcessImpl
        Returns:
        PROCESS (means continue to process)
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception