SMILA (incubation) API documentation

org.eclipse.smila.datamodel.tools.record.filter
Class RecordFilterHelper

java.lang.Object
  extended by org.eclipse.smila.datamodel.tools.record.filter.RecordFilterHelper

public class RecordFilterHelper
extends java.lang.Object

The Class RecordFilterHelper.


Constructor Summary
RecordFilterHelper(java.io.InputStream inputStream)
          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

RecordFilterHelper

public RecordFilterHelper(java.io.InputStream inputStream)
                   throws RecordFilterLoadSaveException
Instantiates a new record filter helper.

Parameters:
inputStream - the input stream
Throws:
RecordFilterLoadSaveException - the record filter load exception
Method Detail

filter

public Record filter(Record record,
                     java.lang.String filterName)
              throws RecordFilterNotFoundException
Filter.

Parameters:
record - the record
filterName - the filter name
Returns:
the record
Throws:
RecordFilterNotFoundException - the record filter not found exception

filter

public MObject filter(MObject mObject,
                      java.lang.String filterName,
                      RecordFactory factory)
               throws RecordFilterNotFoundException
Filter.

Parameters:
mObject - the m object
filterName - the filter name
factory - the factory
Returns:
the m object
Throws:
RecordFilterNotFoundException - the record filter not found exception

SMILA (incubation) API documentation