|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageExternalizeParamsFilter
A PackageExternalizeParamsFilter selects a set of instances
of class PackageExternalizeParams 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 |
forAllFormat(short operator,
Collection filterValues)
Adds a constraint for the attribute format to the filter. |
void |
forAllFormat(short operator,
String[] filterValues)
Adds a constraint for the attribute format to the filter. |
void |
orderByFormat(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsFormat(short operator,
Collection filterValues)
Adds a constraint for the attribute format to the filter. |
void |
thereExistsFormat(short operator,
String[] filterValues)
Adds a constraint for the attribute format to the filter. |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllFormat(short operator,
String[] filterValues)
format to the filter.
An instance of class PackageExternalizeParams is excluded
from the result set unless all its values of attribute
format 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 thereExistsFormat or
forAllFormat constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
format to be compared to.FilterOperators
void thereExistsFormat(short operator,
String[] filterValues)
format to the filter.
An instance of class PackageExternalizeParams is excluded
from the result set unless at least one of its values of attribute
format 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 thereExistsFormat or
forAllFormat constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
format to be compared to.FilterOperators
void forAllFormat(short operator,
Collection filterValues)
format to the filter.
An instance of class PackageExternalizeParams is excluded
from the result set unless all its values of attribute
format 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 thereExistsFormat or
forAllFormat constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
format to be compared to.FilterOperators
void thereExistsFormat(short operator,
Collection filterValues)
format to the filter.
An instance of class PackageExternalizeParams is excluded
from the result set unless at least one of its values of attribute
format 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 thereExistsFormat or
forAllFormat constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
format to be compared to.FilterOperatorsvoid orderByFormat(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 | |||||||||