org.omg.model1.cci
Interface PackageExternalizeParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
PackageExternalizeParamsFilterImpl

public interface PackageExternalizeParamsFilter
extends RefFilter_1_0

A PackageExternalizeParamsFilter selects a set of instances of class PackageExternalizeParams 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 forAllFormat(short operator, Collection filterValues)
          Adds a constraint for the attribute format to the filter.
 void forAllFormat(short operator, String[] filterValues)
          Adds a constraint for the attribute format to the filter.
 void orderByFormat(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsFormat(short operator, Collection filterValues)
          Adds a constraint for the attribute format to the filter.
 void thereExistsFormat(short operator, String[] filterValues)
          Adds a constraint for the attribute format to the filter.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllFormat

void forAllFormat(short operator,
                  String[] filterValues)
Adds a constraint for the attribute format to the filter. An instance of class PackageExternalizeParams is excluded from the result set unless all its values of attribute format 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 thereExistsFormat or forAllFormat constraint for this attribute.

Parameters:
operator - The operator for this filter.
filterValues - The values you want the attribute format to be compared to.
See Also:
FilterOperators

thereExistsFormat

void thereExistsFormat(short operator,
                       String[] filterValues)
Adds a constraint for the attribute format to the filter. An instance of class PackageExternalizeParams is excluded from the result set unless at least one of its values of attribute format 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 thereExistsFormat or forAllFormat constraint for this attribute.

Parameters:
operator - The operator for this filter.
filterValues - The values you want the attribute format to be compared to.
See Also:
FilterOperators

forAllFormat

void forAllFormat(short operator,
                  Collection filterValues)
Adds a constraint for the attribute format to the filter. An instance of class PackageExternalizeParams is excluded from the result set unless all its values of attribute format 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 thereExistsFormat or forAllFormat constraint for this attribute.

Parameters:
operator - The operator for this filter.
filterValues - The values you want the attribute format to be compared to.
See Also:
FilterOperators

thereExistsFormat

void thereExistsFormat(short operator,
                       Collection filterValues)
Adds a constraint for the attribute format to the filter. An instance of class PackageExternalizeParams is excluded from the result set unless at least one of its values of attribute format 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 thereExistsFormat or forAllFormat constraint for this attribute.

Parameters:
operator - The operator for this filter.
filterValues - The values you want the attribute format to be compared to.
See Also:
FilterOperators

orderByFormat

void orderByFormat(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 © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.