|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtentCapableFilter
| Method Summary | |
|---|---|
void |
forAllIdentity(short operator,
Collection filterValues)
|
void |
forAllIdentity(short operator,
String[] filterValues)
|
void |
orderByIdentity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsIdentity(short operator,
Collection filterValues)
|
void |
thereExistsIdentity(short operator,
String[] filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllIdentity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIdentity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIdentity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIdentity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIdentity(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||