|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportUsersParamsFilter
| Method Summary | |
|---|---|
void |
forAllItem(short operator,
byte[][] filterValues)
|
void |
forAllItem(short operator,
Collection filterValues)
|
void |
forAllItemMimeType(short operator,
Collection filterValues)
|
void |
forAllItemMimeType(short operator,
String[] filterValues)
|
void |
forAllItemName(short operator,
Collection filterValues)
|
void |
forAllItemName(short operator,
String[] filterValues)
|
void |
orderByItem(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByItemMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByItemName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsItem(short operator,
byte[][] filterValues)
|
void |
thereExistsItem(short operator,
Collection filterValues)
|
void |
thereExistsItemMimeType(short operator,
Collection filterValues)
|
void |
thereExistsItemMimeType(short operator,
String[] filterValues)
|
void |
thereExistsItemName(short operator,
Collection filterValues)
|
void |
thereExistsItemName(short operator,
String[] filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllItem(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItem(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void forAllItem(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItem(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByItem(short order)
order - The sort order for this filter.Directions
void forAllItemMimeType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItemMimeType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllItemMimeType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItemMimeType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByItemMimeType(short order)
order - The sort order for this filter.Directions
void forAllItemName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItemName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllItemName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsItemName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByItemName(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 | |||||||||