|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuickAccessFilter
| Method Summary | |
|---|---|
void |
forAllActionName(short operator,
Collection filterValues)
|
void |
forAllActionName(short operator,
String[] filterValues)
|
void |
forAllActionParam(short operator,
Collection filterValues)
|
void |
forAllActionParam(short operator,
String[] filterValues)
|
void |
forAllActionType(short operator,
Collection filterValues)
|
void |
forAllActionType(short operator,
short[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllIconKey(short operator,
Collection filterValues)
|
void |
forAllIconKey(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllReference(short operator,
Collection filterValues)
|
void |
forAllReference(short operator,
ViewCapable[] filterValues)
|
void |
orderByActionName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByActionParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByActionType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIconKey(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsActionName(short operator,
Collection filterValues)
|
void |
thereExistsActionName(short operator,
String[] filterValues)
|
void |
thereExistsActionParam(short operator,
Collection filterValues)
|
void |
thereExistsActionParam(short operator,
String[] filterValues)
|
void |
thereExistsActionType(short operator,
Collection filterValues)
|
void |
thereExistsActionType(short operator,
short[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsIconKey(short operator,
Collection filterValues)
|
void |
thereExistsIconKey(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsReference(short operator,
Collection filterValues)
|
void |
thereExistsReference(short operator,
ViewCapable[] filterValues)
|
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
|---|
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter |
|---|
forAllContext, forAllContext, thereExistsContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter |
|---|
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllActionName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllActionName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByActionName(short order)
order - The sort order for this filter.Directions
void forAllActionParam(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionParam(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllActionParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByActionParam(short order)
order - The sort order for this filter.Directions
void forAllActionType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllActionType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsActionType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByActionType(short order)
order - The sort order for this filter.Directions
void forAllDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDescription(short order)
order - The sort order for this filter.Directions
void forAllIconKey(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIconKey(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIconKey(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIconKey(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIconKey(short order)
order - The sort order for this filter.Directions
void forAllName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByName(short order)
order - The sort order for this filter.Directions
void forAllReference(short operator,
ViewCapable[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReference(short operator,
ViewCapable[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllReference(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReference(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||