com.ibm.tivoli.maximo.oslc.provider

Class OslcUITextCache

    • Method Detail

      • getInstance

        public static final OslcUITextCache getInstance()
        Returns:
        the cache instance
      • getUITextForAppPropertyID

        public java.lang.String getUITextForAppPropertyID(java.lang.String app,
                                                          java.lang.String property,
                                                          java.lang.String id,
                                                          UserInfo userInfo,
                                                          java.lang.String langcode)
                                                   throws MXException,
                                                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUITextForAppProperty

        public java.util.Map getUITextForAppProperty(java.lang.String app,
                                                     java.lang.String property,
                                                     UserInfo userInfo,
                                                     java.lang.String langcode)
                                              throws MXException,
                                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUITextForApp

        public java.util.Map getUITextForApp(java.lang.String app,
                                             UserInfo userInfo,
                                             java.lang.String langcode)
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUITextForAppPropertyID

        public java.lang.String getUITextForAppPropertyID(java.lang.String app,
                                                          java.lang.String property,
                                                          java.lang.String id,
                                                          UserInfo userInfo)
                                                   throws MXException,
                                                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUITextForAppProperty

        public java.util.Map getUITextForAppProperty(java.lang.String app,
                                                     java.lang.String property,
                                                     UserInfo userInfo)
                                              throws MXException,
                                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUITextForApp

        public java.util.Map getUITextForApp(java.lang.String app,
                                             UserInfo userInfo)
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns:
        name of the cache