org.openmdx.security.authentication1.cci
Interface CredentialResetParamsFilter

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

public interface CredentialResetParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllResetValue(short operator, byte[][] filterValues)
           
 void forAllResetValue(short operator, Collection filterValues)
           
 void forAllValue(short operator, byte[][] filterValues)
           
 void forAllValue(short operator, Collection filterValues)
           
 void orderByResetValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsResetValue(short operator, byte[][] filterValues)
           
 void thereExistsResetValue(short operator, Collection filterValues)
           
 void thereExistsValue(short operator, byte[][] filterValues)
           
 void thereExistsValue(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

forAllResetValue

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

thereExistsResetValue

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

forAllResetValue

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

thereExistsResetValue

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

orderByResetValue

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

forAllValue

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

thereExistsValue

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

forAllValue

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

thereExistsValue

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

orderByValue

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