psdi.common.condition

Class MaxConditionCache

  • java.lang.Object
    • psdi.common.condition.MaxConditionCache
    • Method Detail

      • getExpressionEvaluator

        public static ExpressionCondition getExpressionEvaluator()
        Obtain the default expression evaluator object. This is an singleton object per server.
        Returns:
      • getName

        public java.lang.String getName()
        Description copied from interface: MaximoCache
        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"
        Specified by:
        getName in interface MaximoCache
        Returns:
      • reload

        public void reload(java.lang.String key)
                    throws MXException
        Reload an individual condition by the condition number. The key is conditionnum.
        Specified by:
        reload in interface MaximoCache
        Throws:
        MXException
      • get

        public MaxCondition get(java.lang.String key)
        Get the condition by the number.
        Parameters:
        condition - number
        Returns:
        MaxCondition object.