com.ibm.tivoli.maximo.oslc.provider

Class OslcNsPrefixCache

    • Method Detail

      • getInstance

        public static final OslcNsPrefixCache getInstance()
        Returns:
        the cache instance
      • getOsNsPrefixMap

        public java.util.Map getOsNsPrefixMap()
      • getOsNsPrefixMap

        public java.util.Map getOsNsPrefixMap(java.lang.String osName)
      • getOsPrefixNsMap

        public java.util.Map getOsPrefixNsMap(java.lang.String osName)
      • getPrefixForNs

        public java.lang.String getPrefixForNs(java.lang.String nsURI)
      • getNsForPrefix

        public java.lang.String getNsForPrefix(java.lang.String prefix)
      • 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