|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanPropertyFilter
A BooleanPropertyFilter selects a set of instances of class
BooleanProperty based on conditions to be met by their
attributes. For each attribute there can be set at most one constraint
using either its thereExists or forAll clause. An instance must meet all
constraints to be member of this set.
| Method Summary | |
|---|---|
void |
forAllValue(short operator,
boolean[] filterValues)
Adds a constraint for the attribute value to the filter. |
void |
forAllValue(short operator,
Collection filterValues)
Adds a constraint for the attribute value to the filter. |
void |
orderByValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsValue(short operator,
boolean[] filterValues)
Adds a constraint for the attribute value to the filter. |
void |
thereExistsValue(short operator,
Collection filterValues)
Adds a constraint for the attribute value to the filter. |
| Methods inherited from interface org.openmdx.filter1.cci.PropertyFilter |
|---|
forAllName, forAllName, forAllOperator, forAllOperator, forAllQuantor, forAllQuantor, orderByName, orderByOperator, orderByQuantor, thereExistsName, thereExistsName, thereExistsOperator, thereExistsOperator, thereExistsQuantor, thereExistsQuantor |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllValue(short operator,
boolean[] filterValues)
value to the filter.
An instance of class BooleanProperty is excluded from the
result set unless all its values of attribute value
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsValue or
forAllValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
value to be compared to.FilterOperators
void thereExistsValue(short operator,
boolean[] filterValues)
value to the filter.
An instance of class BooleanProperty is excluded from the
result set unless at least one of its values of attribute
value satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsValue or
forAllValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
value to be compared to.FilterOperators
void forAllValue(short operator,
Collection filterValues)
value to the filter.
An instance of class BooleanProperty is excluded from the
result set unless all its values of attribute value
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsValue or
forAllValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
value to be compared to.FilterOperators
void thereExistsValue(short operator,
Collection filterValues)
value to the filter.
An instance of class BooleanProperty is excluded from the
result set unless at least one of its values of attribute
value satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsValue or
forAllValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
value to be compared to.FilterOperatorsvoid orderByValue(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 | |||||||||