org.openmdx.ui1.cci
Interface ContainerFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
AttributePaneFilter, CompoundFieldFilter, ContainerFieldFilter, FieldGroupFilter, InspectorFilter, ObjectContainerFilter, OperationPaneFilter, OperationTabFilter, PaneFilter, ReferencePaneFilter, TabFilter
All Known Implementing Classes:
AttributePaneFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, ContainerFilterImpl, FieldGroupFilterImpl, InspectorFilterImpl, ObjectContainerFilterImpl, OperationPaneFilterImpl, OperationTabFilterImpl, PaneFilterImpl, ReferencePaneFilterImpl, TabFilterImpl

public interface ContainerFilter
extends ElementFilter


Method Summary
 void forAllMember(short operator, Collection filterValues)
           
 void forAllMember(short operator, Element[] filterValues)
           
 void thereExistsMember(short operator, Collection filterValues)
           
 void thereExistsMember(short operator, Element[] filterValues)
           
 
Methods inherited from interface org.openmdx.ui1.cci.ElementFilter
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip
 
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

forAllMember

void forAllMember(short operator,
                  Element[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMember

void thereExistsMember(short operator,
                       Element[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllMember

void forAllMember(short operator,
                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMember

void thereExistsMember(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.