|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyFilter
| Method Summary | |
|---|---|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllOperator(short operator,
Collection filterValues)
|
void |
forAllOperator(short operator,
short[] filterValues)
|
void |
forAllQuantor(short operator,
Collection filterValues)
|
void |
forAllQuantor(short operator,
short[] filterValues)
|
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOperator(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByQuantor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsOperator(short operator,
Collection filterValues)
|
void |
thereExistsOperator(short operator,
short[] filterValues)
|
void |
thereExistsQuantor(short operator,
Collection filterValues)
|
void |
thereExistsQuantor(short operator,
short[] filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByName(short order)
order - The sort order for this filter.Directions
void forAllOperator(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOperator(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOperator(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOperator(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOperator(short order)
order - The sort order for this filter.Directions
void forAllQuantor(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQuantor(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllQuantor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQuantor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByQuantor(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 | |||||||||