|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.datamodel.filter.RecordFilterHelper
public class RecordFilterHelper
The Class RecordFilterHelper.
| Constructor Summary | |
|---|---|
RecordFilterHelper(java.io.InputStream inputStream)
Instantiates a new record filter helper. |
|
RecordFilterHelper(RecordFilters filters)
Instantiates a new record filter helper. |
|
| Method Summary | |
|---|---|
AnyMap |
filter(AnyMap metadataObject,
java.lang.String filterName,
DataFactory factory)
Filter. |
Record |
filter(Record record,
java.lang.String filterName)
Filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordFilterHelper(java.io.InputStream inputStream)
throws RecordFilterLoadSaveException
inputStream - the input stream
RecordFilterLoadSaveException - the record filter load exceptionpublic RecordFilterHelper(RecordFilters filters)
filters - the filters| Method Detail |
|---|
public Record filter(Record record,
java.lang.String filterName)
throws RecordFilterNotFoundException
record - the recordfilterName - the filter name
RecordFilterNotFoundException - the record filter not found exception
public AnyMap filter(AnyMap metadataObject,
java.lang.String filterName,
DataFactory factory)
throws RecordFilterNotFoundException
metadataObject - the AnyMap object golding the metadata.filterName - the filter namefactory - the factory
RecordFilterNotFoundException - the record filter not found exception
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||