|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RefFilter_1_0
The RefFilter is an extension to JMI and allows to filter the Collections returned by JMI methods. The Collections returned are FilterableCollections which allow to filter the result set. The subSet() methods takes as parameter the refFilterProperties() and the orderBy() the refAttributeSpecifiers().
FilterableCollections and RefFilter_1_0 are an extension of JMI 1.0. 100% JMI-compliant applications should not use these methods.
| Method Summary | |
|---|---|
void |
clear()
Clears the filter and removes all previously added filter values. |
void |
refAddValue(String fieldName,
short order)
Allows to specify the sort order for a field. |
void |
refAddValue(String fieldName,
short quantor,
short operator,
Collection values)
This operation allows to set a filter value with the semantics |
void |
refAddValue(String fieldName,
short quantor,
short operator,
RefFilter_1_0 filter)
Allows to construct complex/nested filters. |
Collection |
refGetAttributeSpecifiers()
Returns the collection of added attribute specifiers, i.e. |
Collection |
refGetFilterProperties()
Returns the collection of added filter properties, i.e. |
| Method Detail |
|---|
void refAddValue(String fieldName,
short quantor,
short operator,
Collection values)
void refAddValue(String fieldName,
short quantor,
short operator,
RefFilter_1_0 filter)
void refAddValue(String fieldName,
short order)
Collection refGetFilterProperties()
Collection refGetAttributeSpecifiers()
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||