ilog.rules.res.session.ruleset

Interface IlrTaskEvent

    • Method Detail

      • getSubExecutionEvents

        java.util.List<IlrExecutionEvent> getSubExecutionEvents()
        Returns all events fired by this task.
        Returns:
        All events fired by this task.
      • getRuleEvents

        java.util.List<IlrRuleEvent> getRuleEvents()
        Returns all rules fired by this task.
        Returns:
        All rules fired by this task.
      • getTaskEvents

        java.util.List<IlrTaskEvent> getTaskEvents()
        Returns all sub tasks executed by this task.
        Returns:
        All sub tasks executed by this task.
      • getTaskInformation

        IlrTaskInformation getTaskInformation()
        Returns task information.
        Returns:
        The task information.

© Copyright IBM Corp. 1987, 2020