org.opencrx.kernel.admin1.cci
Interface ImportLoginPrincipalsParamsFilter

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

public interface ImportLoginPrincipalsParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllItem(short operator, byte[][] filterValues)
           
 void forAllItem(short operator, Collection filterValues)
           
 void forAllItemMimeType(short operator, Collection filterValues)
           
 void forAllItemMimeType(short operator, String[] filterValues)
           
 void forAllItemName(short operator, Collection filterValues)
           
 void forAllItemName(short operator, String[] filterValues)
           
 void orderByItem(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByItemMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByItemName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsItem(short operator, byte[][] filterValues)
           
 void thereExistsItem(short operator, Collection filterValues)
           
 void thereExistsItemMimeType(short operator, Collection filterValues)
           
 void thereExistsItemMimeType(short operator, String[] filterValues)
           
 void thereExistsItemName(short operator, Collection filterValues)
           
 void thereExistsItemName(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

forAllItem

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

thereExistsItem

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

forAllItem

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

thereExistsItem

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

orderByItem

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

forAllItemMimeType

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

thereExistsItemMimeType

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

forAllItemMimeType

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

thereExistsItemMimeType

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

orderByItemMimeType

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

forAllItemName

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

thereExistsItemName

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

forAllItemName

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

thereExistsItemName

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

orderByItemName

void orderByItemName(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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.