com.ibm.tivoli.maximo.expression

Class AttrFormulaCache

    • Method Detail

      • getInstance

        public static final AttrFormulaCache getInstance()
        Returns:
        the cache instance
      • 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
      • getFormula

        public AttrFormulaInfo getFormula(java.lang.String objectName,
                                          java.lang.String attrName)
      • getAllFormulasForObject

        public java.util.Map getAllFormulasForObject(java.lang.String objectName)
      • getAllFormulas

        public java.util.Map getAllFormulas()