|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssertableInspectorFilter
| Method Summary | |
|---|---|
void |
forAllBackColor(short operator,
Collection filterValues)
|
void |
forAllBackColor(short operator,
String[] filterValues)
|
void |
forAllChangeable(short operator,
boolean[] filterValues)
|
void |
forAllChangeable(short operator,
Collection filterValues)
|
void |
forAllColor(short operator,
Collection filterValues)
|
void |
forAllColor(short operator,
String[] filterValues)
|
void |
forAllFilterable(short operator,
boolean[] filterValues)
|
void |
forAllFilterable(short operator,
Collection filterValues)
|
void |
forAllForClass(short operator,
Collection filterValues)
|
void |
forAllForClass(short operator,
String[] filterValues)
|
void |
forAllIconKey(short operator,
Collection filterValues)
|
void |
forAllIconKey(short operator,
String[] filterValues)
|
void |
forAllLabel(short operator,
Collection filterValues)
|
void |
forAllLabel(short operator,
String[] filterValues)
|
void |
forAllOrder(short operator,
Collection filterValues)
|
void |
forAllOrder(short operator,
int[] filterValues)
|
void |
forAllSortable(short operator,
boolean[] filterValues)
|
void |
forAllSortable(short operator,
Collection filterValues)
|
void |
forAllToolTip(short operator,
Collection filterValues)
|
void |
forAllToolTip(short operator,
String[] filterValues)
|
void |
orderByBackColor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByChangeable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByColor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFilterable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByForClass(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 |
orderByLabel(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOrder(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySortable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByToolTip(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsBackColor(short operator,
Collection filterValues)
|
void |
thereExistsBackColor(short operator,
String[] filterValues)
|
void |
thereExistsChangeable(short operator,
boolean[] filterValues)
|
void |
thereExistsChangeable(short operator,
Collection filterValues)
|
void |
thereExistsColor(short operator,
Collection filterValues)
|
void |
thereExistsColor(short operator,
String[] filterValues)
|
void |
thereExistsFilterable(short operator,
boolean[] filterValues)
|
void |
thereExistsFilterable(short operator,
Collection filterValues)
|
void |
thereExistsForClass(short operator,
Collection filterValues)
|
void |
thereExistsForClass(short operator,
String[] filterValues)
|
void |
thereExistsIconKey(short operator,
Collection filterValues)
|
void |
thereExistsIconKey(short operator,
String[] filterValues)
|
void |
thereExistsLabel(short operator,
Collection filterValues)
|
void |
thereExistsLabel(short operator,
String[] filterValues)
|
void |
thereExistsOrder(short operator,
Collection filterValues)
|
void |
thereExistsOrder(short operator,
int[] filterValues)
|
void |
thereExistsSortable(short operator,
boolean[] filterValues)
|
void |
thereExistsSortable(short operator,
Collection filterValues)
|
void |
thereExistsToolTip(short operator,
Collection filterValues)
|
void |
thereExistsToolTip(short operator,
String[] 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 forAllBackColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBackColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBackColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBackColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBackColor(short order)
order - The sort order for this filter.Directions
void forAllChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByChangeable(short order)
order - The sort order for this filter.Directions
void forAllColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByColor(short order)
order - The sort order for this filter.Directions
void forAllFilterable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFilterable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFilterable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFilterable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFilterable(short order)
order - The sort order for this filter.Directions
void forAllForClass(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsForClass(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllForClass(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsForClass(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByForClass(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 forAllLabel(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLabel(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLabel(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLabel(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLabel(short order)
order - The sort order for this filter.Directions
void forAllOrder(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOrder(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOrder(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOrder(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOrder(short order)
order - The sort order for this filter.Directions
void forAllSortable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSortable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSortable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSortable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySortable(short order)
order - The sort order for this filter.Directions
void forAllToolTip(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsToolTip(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllToolTip(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsToolTip(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByToolTip(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 | |||||||||