|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicObjectFilter
A BasicObjectFilter selects a set of instances of class
BasicObject based on conditions to be met by their
attributes. For each attribute there can be set at most one constraint
using either its thereExists or forAll clause. An instance must meet all
constraints to be member of this set.
| Method Summary | |
|---|---|
void |
forAllCreatedAt(short operator,
Collection filterValues)
Adds a constraint for the attribute createdAt to the
filter. |
void |
forAllCreatedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute createdAt to the
filter. |
void |
forAllCreatedBy(short operator,
Collection filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
forAllCreatedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
forAllModifiedAt(short operator,
Collection filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
forAllModifiedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
forAllModifiedBy(short operator,
Collection filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
void |
forAllModifiedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
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)
Adds a constraint for the attribute createdAt to the
filter. |
void |
thereExistsCreatedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute createdAt to the
filter. |
void |
thereExistsCreatedBy(short operator,
Collection filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
thereExistsCreatedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
thereExistsModifiedAt(short operator,
Collection filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
thereExistsModifiedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
thereExistsModifiedBy(short operator,
Collection filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
void |
thereExistsModifiedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
| 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)
createdAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperators
void thereExistsCreatedAt(short operator,
Date[] filterValues)
createdAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperators
void forAllCreatedAt(short operator,
Collection filterValues)
createdAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperators
void thereExistsCreatedAt(short operator,
Collection filterValues)
createdAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperatorsvoid orderByCreatedAt(short order)
order - The sort order for this filter.Directions
void forAllCreatedBy(short operator,
String[] filterValues)
createdBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
createdBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperators
void thereExistsCreatedBy(short operator,
String[] filterValues)
createdBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
createdBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperators
void forAllCreatedBy(short operator,
Collection filterValues)
createdBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
createdBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperators
void thereExistsCreatedBy(short operator,
Collection filterValues)
createdBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
createdBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperatorsvoid orderByCreatedBy(short order)
order - The sort order for this filter.Directions
void forAllModifiedAt(short operator,
Date[] filterValues)
modifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperators
void thereExistsModifiedAt(short operator,
Date[] filterValues)
modifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperators
void forAllModifiedAt(short operator,
Collection filterValues)
modifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperators
void thereExistsModifiedAt(short operator,
Collection filterValues)
modifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperatorsvoid orderByModifiedAt(short order)
order - The sort order for this filter.Directions
void forAllModifiedBy(short operator,
String[] filterValues)
modifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
modifiedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.FilterOperators
void thereExistsModifiedBy(short operator,
String[] filterValues)
modifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
modifiedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.FilterOperators
void forAllModifiedBy(short operator,
Collection filterValues)
modifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
modifiedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.FilterOperators
void thereExistsModifiedBy(short operator,
Collection filterValues)
modifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
modifiedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
operator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.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 | |||||||||