Decision Center API

ilog.rules.teamserver.model.reporting
Interface IlrReportFilter

All Known Implementing Classes:
IlrDefaultReportFilter

public interface IlrReportFilter

An IlrReportFilter lets you filter out elements and properties in a report.


Method Summary
 boolean accept(IlrReportContext reportContext, IlrElementDetails element)
          Indicates if an element must be filtered out in the report.
 boolean accept(IlrReportContext reportContext, IlrElementDetails element, Object property)
          Indicates if a property of an element must be filtered out in the report.
 

Method Detail

accept

boolean accept(IlrReportContext reportContext,
               IlrElementDetails element)
Indicates if an element must be filtered out in the report.

Parameters:
reportContext - The context in which the report is executed.
element - The element to filter out.
Returns:
true if the element is part of the report, and false otherwise.

accept

boolean accept(IlrReportContext reportContext,
               IlrElementDetails element,
               Object property)
Indicates if a property of an element must be filtered out in the report.

Parameters:
reportContext - The context in which the report is executed.
element - The element to filter out.
property - The property to filter out.
Returns:
true if the property is part of the report, and false otherwise.

Decision Center API

© Copyright IBM Corp. 1987, 2013