ilog.rules.res.model.trace

Interface IlrDWTraceFilter

  • All Superinterfaces:
    IlrTraceFilter, java.io.Serializable


    public interface IlrDWTraceFilter
    extends IlrTraceFilter
    Use IlrDWTraceFilter to select the information included in the Decision Warehouse.
    Since:
    7.0
    • Field Detail

      • INFO_INPUT_PARAMETERS

        static final java.lang.String INFO_INPUT_PARAMETERS
        Filter for input parameters
        See Also:
        Constant Field Values
      • INFO_OUTPUT_PARAMETERS

        static final java.lang.String INFO_OUTPUT_PARAMETERS
        Filter for output parameters
        See Also:
        Constant Field Values
      • INFO_RULESET_PROPERTIES

        static final java.lang.String INFO_RULESET_PROPERTIES
        Filter for ruleset properties
        See Also:
        Constant Field Values
      • INFO_EXECUTION_OUTPUT

        static final java.lang.String INFO_EXECUTION_OUTPUT
        Filter for execution output
        See Also:
        Constant Field Values
      • INFO_EXECUTION_TRACE_TREE

        @Deprecated
        static final java.lang.String INFO_EXECUTION_TRACE_TREE
        Deprecated. Has no effect
        Filter for the execution trace tree
        See Also:
        Constant Field Values
      • INFO_USER_DATA

        static final java.lang.String INFO_USER_DATA
        Filter for user data
        See Also:
        Constant Field Values
      • INFO_TOTAL_RULES

        static final java.lang.String INFO_TOTAL_RULES
        Filter for the total number of rules
        See Also:
        Constant Field Values
      • INFO_TOTAL_TASKS

        static final java.lang.String INFO_TOTAL_TASKS
        Filter for the total number of tasks
        See Also:
        Constant Field Values
    • Method Detail

      • isInfoInputParameters

        boolean isInfoInputParameters()
        Checks whether the trace filter on input parameters is activated.
        Returns:
        true if the execution trace contains the input parameters.
      • isInfoOutputParameters

        boolean isInfoOutputParameters()
        Checks whether the trace filter on output parameters is activated.
        Returns:
        true if the execution trace contains the output parameters.
      • isInfoRulesetProperties

        boolean isInfoRulesetProperties()
        Checks whether the trace filter on ruleset properties is activated.
        Returns:
        true if the execution trace contains the ruleset properties.
      • isInfoExecutionOutput

        boolean isInfoExecutionOutput()
        Checks whether the trace filter on the execution output is activated.
        Returns:
        true if the execution trace contains the execution output.
      • isInfoUserData

        boolean isInfoUserData()
        Checks whether the trace filter on user data is activated.
        Returns:
        true if the execution trace contains the user data.
      • isInfoExecutionTrace

        @Deprecated
        boolean isInfoExecutionTrace()
        Deprecated. Always true
        Checks whether the trace filter on the complete execution trace is activated.
        Returns:
        true if the execution trace contains the complete execution trace.
      • isInfoTotalRules

        boolean isInfoTotalRules()
        Checks whether the trace filter on the rules total count is activated.
        Returns:
        true if the execution trace contains the rules total count.
      • isInfoTotalTasks

        boolean isInfoTotalTasks()
        Checks whether the trace filter on the tasks total count is activated.
        Returns:
        true if the execution trace contains the tasks total count.
      • setInfoInputParameters

        void setInfoInputParameters(java.lang.Boolean value)
        Filter on input parameters.
        Parameters:
        value - Set to true to activate this filter.
      • setInfoOutputParameters

        void setInfoOutputParameters(java.lang.Boolean value)
        Filter on output parameters.
        Parameters:
        value - Set to true to activate this filter.
      • setInfoRulesetProperties

        void setInfoRulesetProperties(java.lang.Boolean value)
        Filter on ruleset properties.
        Parameters:
        value - Set to true to activate this filter.
      • setInfoExecutionOutput

        void setInfoExecutionOutput(java.lang.Boolean value)
        Filter on the execution output.
        Parameters:
        value - Set to true to activate this filter.
      • setInfoUserData

        void setInfoUserData(java.lang.Boolean value)
        Filter on user data.
        Parameters:
        value - Set to true to activate this filter.
      • setInfoTotalRules

        void setInfoTotalRules(java.lang.Boolean enabled)
        Filter on total rules count.
        Parameters:
        enabled - Set to true to activate this filter.
      • setInfoTotalTasks

        void setInfoTotalTasks(java.lang.Boolean enabled)
        Filter on total tasks count.
        Parameters:
        enabled - Set to true to activate this filter.

© Copyright IBM Corp. 1987, 2020