org.openmdx.base.cci
Interface BasicObjectFilter
- All Superinterfaces:
- ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable
- All Known Subinterfaces:
- AbstractFieldFilter, AdditionalElementDefinitionFilter, AlternateElementDefinitionFilter, AssertableInspectorFilter, AttributePaneFilter, CheckBoxFilter, CompoundFieldFilter, ContainerFieldFilter, ContainerFilter, DateFieldFilter, DocumentBoxFilter, ElementDefinitionFilter, ElementFilter, FieldGroupFilter, InspectorFilter, LabelledFieldFilter, NonLabelledFieldFilter, NumberFieldFilter, ObjectContainerFilter, ObjectReferenceFieldFilter, OperationPaneFilter, OperationTabFilter, PaneFilter, ReferencePaneFilter, TabFilter, TextBoxFilter, TextFieldFilter, ValuedFieldFilter
- All Known Implementing Classes:
- AbstractFieldFilterImpl, AdditionalElementDefinitionFilterImpl, AlternateElementDefinitionFilterImpl, AssertableInspectorFilterImpl, AttributePaneFilterImpl, BasicObjectFilterImpl, CheckBoxFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, ContainerFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, ElementDefinitionFilterImpl, ElementFilterImpl, FieldGroupFilterImpl, InspectorFilterImpl, LabelledFieldFilterImpl, NonLabelledFieldFilterImpl, NumberFieldFilterImpl, ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, OperationPaneFilterImpl, OperationTabFilterImpl, PaneFilterImpl, ReferencePaneFilterImpl, TabFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl
public interface BasicObjectFilter
- extends ContextCapableFilter, ExtentCapableFilter
|
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)
|
forAllCreatedAt
void forAllCreatedAt(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsCreatedAt
void thereExistsCreatedAt(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllCreatedAt
void forAllCreatedAt(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsCreatedAt
void thereExistsCreatedAt(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByCreatedAt
void orderByCreatedAt(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
forAllCreatedBy
void forAllCreatedBy(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsCreatedBy
void thereExistsCreatedBy(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllCreatedBy
void forAllCreatedBy(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsCreatedBy
void thereExistsCreatedBy(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByCreatedBy
void orderByCreatedBy(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
forAllModifiedAt
void forAllModifiedAt(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsModifiedAt
void thereExistsModifiedAt(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllModifiedAt
void forAllModifiedAt(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsModifiedAt
void thereExistsModifiedAt(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByModifiedAt
void orderByModifiedAt(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
forAllModifiedBy
void forAllModifiedBy(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsModifiedBy
void thereExistsModifiedBy(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllModifiedBy
void forAllModifiedBy(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsModifiedBy
void thereExistsModifiedBy(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByModifiedBy
void orderByModifiedBy(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.