|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CredentialValidateParamsFilter
| Method Summary | |
|---|---|
void |
forAllContext(short operator,
AuthenticationContext[] filterValues)
|
void |
forAllContext(short operator,
Collection filterValues)
|
void |
forAllState(short operator,
byte[][] filterValues)
|
void |
forAllState(short operator,
Collection filterValues)
|
void |
forAllValue(short operator,
byte[][] filterValues)
|
void |
forAllValue(short operator,
Collection filterValues)
|
void |
orderByContext(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByState(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 |
thereExistsContext(short operator,
AuthenticationContext[] filterValues)
|
void |
thereExistsContext(short operator,
Collection filterValues)
|
void |
thereExistsState(short operator,
byte[][] filterValues)
|
void |
thereExistsState(short operator,
Collection filterValues)
|
void |
thereExistsValue(short operator,
byte[][] filterValues)
|
void |
thereExistsValue(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllContext(short operator,
AuthenticationContext[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContext(short operator,
AuthenticationContext[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContext(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContext(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContext(short order)
order - The sort order for this filter.Directions
void forAllState(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsState(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void forAllState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByState(short order)
order - The sort order for this filter.Directions
void forAllValue(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsValue(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void forAllValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsValue(short operator,
Collection filterValues)
operator - The operator for this filter.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 | |||||||||