|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicObjectFilter
| Method Summary | |
|---|---|
void |
forAllCreatedAt(short operator,
Collection filterValues)
|
void |
forAllCreatedAt(short operator,
Date[] filterValues)
|
void |
forAllCreatedBy(short operator,
Collection filterValues)
|
void |
forAllCreatedBy(short operator,
String[] filterValues)
|
void |
forAllModifiedAt(short operator,
Collection filterValues)
|
void |
forAllModifiedAt(short operator,
Date[] filterValues)
|
void |
forAllModifiedBy(short operator,
Collection filterValues)
|
void |
forAllModifiedBy(short operator,
String[] filterValues)
|
void |
orderByCreatedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByCreatedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByModifiedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByModifiedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsCreatedAt(short operator,
Collection filterValues)
|
void |
thereExistsCreatedAt(short operator,
Date[] filterValues)
|
void |
thereExistsCreatedBy(short operator,
Collection filterValues)
|
void |
thereExistsCreatedBy(short operator,
String[] filterValues)
|
void |
thereExistsModifiedAt(short operator,
Collection filterValues)
|
void |
thereExistsModifiedAt(short operator,
Date[] filterValues)
|
void |
thereExistsModifiedBy(short operator,
Collection filterValues)
|
void |
thereExistsModifiedBy(short operator,
String[] filterValues)
|
| 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 forAllCreatedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCreatedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCreatedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCreatedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByCreatedAt(short order)
order - The sort order for this filter.Directions
void forAllCreatedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCreatedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCreatedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCreatedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByCreatedBy(short order)
order - The sort order for this filter.Directions
void forAllModifiedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsModifiedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllModifiedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsModifiedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByModifiedAt(short order)
order - The sort order for this filter.Directions
void forAllModifiedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsModifiedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllModifiedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsModifiedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByModifiedBy(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 | |||||||||