org.openmdx.security.realm1.cci
Interface ValidationResultFilter

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

public interface ValidationResultFilter
extends RefFilter_1_0


Method Summary
 void forAllAccepted(short operator, boolean[] filterValues)
           
 void forAllAccepted(short operator, Collection filterValues)
           
 void forAllChallenge(short operator, Collection filterValues)
           
 void forAllChallenge(short operator, String[] filterValues)
           
 void forAllCode(short operator, Collection filterValues)
           
 void forAllCode(short operator, short[] filterValues)
           
 void forAllState(short operator, byte[][] filterValues)
           
 void forAllState(short operator, Collection filterValues)
           
 void orderByAccepted(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByChallenge(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByCode(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAccepted(short operator, boolean[] filterValues)
           
 void thereExistsAccepted(short operator, Collection filterValues)
           
 void thereExistsChallenge(short operator, Collection filterValues)
           
 void thereExistsChallenge(short operator, String[] filterValues)
           
 void thereExistsCode(short operator, Collection filterValues)
           
 void thereExistsCode(short operator, short[] filterValues)
           
 void thereExistsState(short operator, byte[][] filterValues)
           
 void thereExistsState(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

forAllAccepted

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

thereExistsAccepted

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

forAllAccepted

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

thereExistsAccepted

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

orderByAccepted

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

forAllChallenge

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

thereExistsChallenge

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

forAllChallenge

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

thereExistsChallenge

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

orderByChallenge

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

forAllCode

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

thereExistsCode

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

forAllCode

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

thereExistsCode

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

orderByCode

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

forAllState

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

thereExistsState

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

forAllState

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

thereExistsState

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

orderByState

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