|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructuralFeatureDefinitionFilter
| Method Summary | |
|---|---|
void |
forAllChangeable(short operator,
boolean[] filterValues)
|
void |
forAllChangeable(short operator,
Collection filterValues)
|
void |
forAllMultiplicity(short operator,
Collection filterValues)
|
void |
forAllMultiplicity(short operator,
String[] filterValues)
|
void |
forAllType(short operator,
Collection filterValues)
|
void |
forAllType(short operator,
String[] filterValues)
|
void |
orderByChangeable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMultiplicity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsChangeable(short operator,
boolean[] filterValues)
|
void |
thereExistsChangeable(short operator,
Collection filterValues)
|
void |
thereExistsMultiplicity(short operator,
Collection filterValues)
|
void |
thereExistsMultiplicity(short operator,
String[] filterValues)
|
void |
thereExistsType(short operator,
Collection filterValues)
|
void |
thereExistsType(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 forAllChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByChangeable(short order)
order - The sort order for this filter.Directions
void forAllMultiplicity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiplicity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMultiplicity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiplicity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMultiplicity(short order)
order - The sort order for this filter.Directions
void forAllType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByType(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 | |||||||||