Interface IEventFilter
-
public interface IEventFilter
Class provides a event filter logic for a transaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.eclipse.birt.report.model.activity.RecordTask>
filter(java.util.List<org.eclipse.birt.report.model.activity.RecordTask> events)
Apply filter conditions to the chain of events.
-
-
-
Method Detail
-
filter
java.util.List<org.eclipse.birt.report.model.activity.RecordTask> filter(java.util.List<org.eclipse.birt.report.model.activity.RecordTask> events)
Apply filter conditions to the chain of events. The notifications that should be filtered is flagged as "filtered"- Parameters:
events
- the event chain that is to be filtered.- Returns:
- Returns an event chain, the notifications that should be filtered is flagged as "filtered"
-
-