|
SMILA 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.RecordFilterUtils
public final class RecordFilterUtils
The Class RecordFilterHelper.
| Method Summary | |
|---|---|
static AnyMap |
filter(Filter filter,
AnyMap source,
DataFactory anyFactory)
Filter. |
static Record |
filter(Filter filter,
Record record)
Filter. |
static Filter |
findFilter(RecordFilters filters,
java.lang.String name)
Find filter. |
static void |
marshall(RecordFilters recordFilters,
java.io.OutputStream outputStream)
Marshall. |
static RecordFilters |
unmarshall(java.io.InputStream inputStream)
Unmarshall. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RecordFilters unmarshall(java.io.InputStream inputStream)
throws RecordFilterLoadSaveException
inputStream - the input stream
RecordFilterLoadSaveException - the record filter load exception
public static void marshall(RecordFilters recordFilters,
java.io.OutputStream outputStream)
throws RecordFilterLoadSaveException
recordFilters - the record filtersoutputStream - the output stream
RecordFilterLoadSaveException - the record filter load save exception
public static Filter findFilter(RecordFilters filters,
java.lang.String name)
throws RecordFilterNotFoundException
filters - the filtersname - the name
RecordFilterNotFoundException - the record filter not found exception
public static Record filter(Filter filter,
Record record)
filter - the record filterrecord - the record
public static AnyMap filter(Filter filter,
AnyMap source,
DataFactory anyFactory)
filter - the record filtersource - the Any object to be filteredanyFactory - the Any factory
|
SMILA API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||