org.openmdx.ui1.cci
Interface ObjectReferenceFilter

All Superinterfaces:
org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Subinterfaces:
ObjectContainerFilter, ObjectReferenceFieldFilter
All Known Implementing Classes:
ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, ObjectReferenceFilterImpl

public interface ObjectReferenceFilter
extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0


Method Summary
 void forAllQualifierLabel(short operator, Collection filterValues)
           
 void forAllQualifierLabel(short operator, String[] filterValues)
           
 void forAllReferencedTypeName(short operator, Collection filterValues)
           
 void forAllReferencedTypeName(short operator, String[] filterValues)
           
 void forAllReferenceIsStoredAsAttribute(short operator, boolean[] filterValues)
           
 void forAllReferenceIsStoredAsAttribute(short operator, Collection filterValues)
           
 void forAllReferenceName(short operator, Collection filterValues)
           
 void forAllReferenceName(short operator, String[] filterValues)
           
 void forAllUserDefinedQualifier(short operator, boolean[] filterValues)
           
 void forAllUserDefinedQualifier(short operator, Collection filterValues)
           
 void orderByQualifierLabel(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByReferencedTypeName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByReferenceIsStoredAsAttribute(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByReferenceName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByUserDefinedQualifier(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsQualifierLabel(short operator, Collection filterValues)
           
 void thereExistsQualifierLabel(short operator, String[] filterValues)
           
 void thereExistsReferencedTypeName(short operator, Collection filterValues)
           
 void thereExistsReferencedTypeName(short operator, String[] filterValues)
           
 void thereExistsReferenceIsStoredAsAttribute(short operator, boolean[] filterValues)
           
 void thereExistsReferenceIsStoredAsAttribute(short operator, Collection filterValues)
           
 void thereExistsReferenceName(short operator, Collection filterValues)
           
 void thereExistsReferenceName(short operator, String[] filterValues)
           
 void thereExistsUserDefinedQualifier(short operator, boolean[] filterValues)
           
 void thereExistsUserDefinedQualifier(short operator, Collection filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllQualifierLabel

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

thereExistsQualifierLabel

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

forAllQualifierLabel

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

thereExistsQualifierLabel

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

orderByQualifierLabel

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

forAllReferenceIsStoredAsAttribute

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

thereExistsReferenceIsStoredAsAttribute

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

forAllReferenceIsStoredAsAttribute

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

thereExistsReferenceIsStoredAsAttribute

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

orderByReferenceIsStoredAsAttribute

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

forAllReferenceName

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

thereExistsReferenceName

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

forAllReferenceName

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

thereExistsReferenceName

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

orderByReferenceName

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

forAllReferencedTypeName

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

thereExistsReferencedTypeName

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

forAllReferencedTypeName

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

thereExistsReferencedTypeName

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

orderByReferencedTypeName

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

forAllUserDefinedQualifier

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

thereExistsUserDefinedQualifier

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

forAllUserDefinedQualifier

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

thereExistsUserDefinedQualifier

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

orderByUserDefinedQualifier

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