public interface IEventFilter
Modifier and Type | Method and 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.
|
java.util.List<org.eclipse.birt.report.model.activity.RecordTask> filter(java.util.List<org.eclipse.birt.report.model.activity.RecordTask> events)
events
- the event chain that is to be filtered.Copyright © 2008 Actuate Corp. All rights reserved.