org.openmdx.ui1.cci
Interface StructuralFeatureDefinitionFilter

All Superinterfaces:
FeatureDefinitionFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Implementing Classes:
StructuralFeatureDefinitionFilterImpl

public interface StructuralFeatureDefinitionFilter
extends FeatureDefinitionFilter


Method Summary
 void forAllChangeable(short operator, boolean[] filterValues)
           
 void forAllChangeable(short operator, Collection filterValues)
           
 void forAllMultiplicity(short operator, Collection filterValues)
           
 void forAllMultiplicity(short operator, String[] filterValues)
           
 void forAllType(short operator, Collection filterValues)
           
 void forAllType(short operator, String[] filterValues)
           
 void orderByChangeable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMultiplicity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsChangeable(short operator, boolean[] filterValues)
           
 void thereExistsChangeable(short operator, Collection filterValues)
           
 void thereExistsMultiplicity(short operator, Collection filterValues)
           
 void thereExistsMultiplicity(short operator, String[] filterValues)
           
 void thereExistsType(short operator, Collection filterValues)
           
 void thereExistsType(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllChangeable

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

thereExistsChangeable

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

forAllChangeable

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

thereExistsChangeable

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

orderByChangeable

void orderByChangeable(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

forAllMultiplicity

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

thereExistsMultiplicity

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

forAllMultiplicity

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

thereExistsMultiplicity

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

orderByMultiplicity

void orderByMultiplicity(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

forAllType

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

thereExistsType

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

forAllType

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

thereExistsType

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

orderByType

void orderByType(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.