|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.datamodel.tools.record.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 | |
|---|---|
MObject |
filter(MObject mObject,
java.lang.String filterName,
RecordFactory 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 MObject filter(MObject mObject,
java.lang.String filterName,
RecordFactory factory)
throws RecordFilterNotFoundException
mObject - the m objectfilterName - the filter namefactory - the factory
RecordFilterNotFoundException - the record filter not found exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||