|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CredentialResetParamsFilter
A CredentialResetParamsFilter selects a set of instances of
class CredentialResetParams 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 |
forAllResetValue(short operator,
byte[][] filterValues)
Adds a constraint for the attribute resetValue to the
filter. |
void |
forAllResetValue(short operator,
Collection filterValues)
Adds a constraint for the attribute resetValue to the
filter. |
void |
forAllValue(short operator,
byte[][] 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 |
orderByResetValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsResetValue(short operator,
byte[][] filterValues)
Adds a constraint for the attribute resetValue to the
filter. |
void |
thereExistsResetValue(short operator,
Collection filterValues)
Adds a constraint for the attribute resetValue to the
filter. |
void |
thereExistsValue(short operator,
byte[][] 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.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllResetValue(short operator,
byte[][] filterValues)
resetValue to the
filter. An instance of class CredentialResetParams is
excluded from the result set unless all its values of attribute
resetValue 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 thereExistsResetValue or
forAllResetValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
resetValue to be compared to.FilterOperators
void thereExistsResetValue(short operator,
byte[][] filterValues)
resetValue to the
filter. An instance of class CredentialResetParams is
excluded from the result set unless at least one of its values of
attribute resetValue 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 thereExistsResetValue or
forAllResetValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
resetValue to be compared to.FilterOperators
void forAllResetValue(short operator,
Collection filterValues)
resetValue to the
filter. An instance of class CredentialResetParams is
excluded from the result set unless all its values of attribute
resetValue 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 thereExistsResetValue or
forAllResetValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
resetValue to be compared to.FilterOperators
void thereExistsResetValue(short operator,
Collection filterValues)
resetValue to the
filter. An instance of class CredentialResetParams is
excluded from the result set unless at least one of its values of
attribute resetValue 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 thereExistsResetValue or
forAllResetValue constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
resetValue to be compared to.FilterOperatorsvoid orderByResetValue(short order)
order - The sort order for this filter.Directions
void forAllValue(short operator,
byte[][] filterValues)
value to the filter.
An instance of class CredentialResetParams is excluded
from the result set unless its value of attribute value
satisfies the given condition.
Since the multiplicity for this attribute is 0..1, the attribute can have no value 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,
byte[][] filterValues)
value to the filter.
An instance of class CredentialResetParams is excluded
from the result set unless its value of attribute value
satisfies the given condition.
Since the multiplicity for this attribute is 0..1, the attribute can have no value 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 CredentialResetParams is excluded
from the result set unless its value of attribute value
satisfies the given condition.
Since the multiplicity for this attribute is 0..1, the attribute can have no value 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 CredentialResetParams is excluded
from the result set unless its value of attribute value
satisfies the given condition.
Since the multiplicity for this attribute is 0..1, the attribute can have no value 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 | |||||||||