com.ibm.tivoli.maximo.oslc.provider

Class OSTemplateCache

    • Method Detail

      • getInstance

        public static final OSTemplateCache getInstance()
        Returns:
        the cache instance
      • getTemplateInfo

        public OSTemplateInfo getTemplateInfo(java.lang.String osName,
                                              java.lang.String templateName)
      • getListTemplateInfo

        public OSTemplateInfo getListTemplateInfo(java.lang.String osName,
                                                  java.lang.String userid)
      • 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
      • getTemplates

        public java.util.Map getTemplates(java.lang.String osName)