public class RecordFilterHelper
extends java.lang.Object
| Constructor and Description |
|---|
RecordFilterHelper(java.io.InputStream inputStream)
Instantiates a new record filter helper.
|
RecordFilterHelper(RecordFilters filters)
Instantiates a new record filter helper.
|
public RecordFilterHelper(java.io.InputStream inputStream)
throws RecordFilterLoadSaveException
inputStream - the input streamRecordFilterLoadSaveException - the record filter load exceptionpublic RecordFilterHelper(RecordFilters filters)
filters - the filterspublic Record filter(Record record, java.lang.String filterName) throws RecordFilterNotFoundException
record - the recordfilterName - the filter nameRecordFilterNotFoundException - the record filter not found exceptionpublic AnyMap filter(AnyMap metadataObject, java.lang.String filterName, DataFactory factory) throws RecordFilterNotFoundException
metadataObject - the AnyMap object golding the metadata.filterName - the filter namefactory - the factoryRecordFilterNotFoundException - the record filter not found exception