com.ibm.tivoli.maximo.oslc.provider

Class OslcQueryTemplateCache

    • Method Detail

      • getTemplateByOsName

        public java.util.Map getTemplateByOsName(java.lang.String owner,
                                                 java.lang.String osname)
                                          throws MXException
        Throws:
        MXException
      • getTemplateByOsAndTemplateName

        public OslcQueryTemplateInfo getTemplateByOsAndTemplateName(java.lang.String owner,
                                                                    java.lang.String osname,
                                                                    java.lang.String templatename)
                                                             throws MXException
        Throws:
        MXException
      • getTemplatesByObjectName

        public java.util.Map getTemplatesByObjectName(java.lang.String owner,
                                                      java.lang.String objectName)
                                               throws MXException
        Throws:
        MXException
      • getTemplateByObjectNameAndTemplateName

        public OslcQueryTemplateInfo getTemplateByObjectNameAndTemplateName(java.lang.String owner,
                                                                            java.lang.String objectName,
                                                                            java.lang.String templatename)
                                                                     throws MXException
        Throws:
        MXException
      • 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