|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationResultFilter
| Method Summary | |
|---|---|
void |
forAllAccepted(short operator,
boolean[] filterValues)
|
void |
forAllAccepted(short operator,
Collection filterValues)
|
void |
forAllChallenge(short operator,
Collection filterValues)
|
void |
forAllChallenge(short operator,
String[] filterValues)
|
void |
forAllCode(short operator,
Collection filterValues)
|
void |
forAllCode(short operator,
short[] filterValues)
|
void |
forAllState(short operator,
byte[][] filterValues)
|
void |
forAllState(short operator,
Collection filterValues)
|
void |
orderByAccepted(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByChallenge(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByCode(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 |
thereExistsAccepted(short operator,
boolean[] filterValues)
|
void |
thereExistsAccepted(short operator,
Collection filterValues)
|
void |
thereExistsChallenge(short operator,
Collection filterValues)
|
void |
thereExistsChallenge(short operator,
String[] filterValues)
|
void |
thereExistsCode(short operator,
Collection filterValues)
|
void |
thereExistsCode(short operator,
short[] filterValues)
|
void |
thereExistsState(short operator,
byte[][] filterValues)
|
void |
thereExistsState(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 forAllAccepted(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAccepted(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAccepted(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAccepted(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAccepted(short order)
order - The sort order for this filter.Directions
void forAllChallenge(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChallenge(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllChallenge(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChallenge(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByChallenge(short order)
order - The sort order for this filter.Directions
void forAllCode(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCode(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCode(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCode(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByCode(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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||