ilog.rules.res.session.ruleset

Interface IlrRuleEvent

    • Method Detail

      • getPriority

        int getPriority()
        Returns the rule priority.
        Returns:
        The priority of the rule executed.
      • getObjects

        java.util.List<java.lang.Object> getObjects()
        Returns all objects bound by the rule executed.
        Returns:
        All objects bound by the rule.
      • getRuleInformation

        IlrRuleInformation getRuleInformation()
        Returns the rule information.
        Returns:
        The name, business name, properties and UUID of the rule executed.
      • getAction

        IlrRuleAction getAction()
        Deprecated. This method is deprecated because a DE rule can be associated only with a single action
        Use getActionName()
        Since:
        8.5
        Returns:
        the action executed for this rule, when the decision engine (DE) is used.
      • getActionName

        java.lang.String getActionName()
        Returns the action name of the rule.
        Returns:
        the action name

© Copyright IBM Corp. 1987, 2020