org.openmdx.security.authentication1.cci
Interface AuthenticationContextFilter

All Superinterfaces:
AuthenticationContextFilter, BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable, ViewCapableFilter

public interface AuthenticationContextFilter
extends BasicObjectFilter, AuthenticationContextFilter


Method Summary
 void forAllCompletion(short operator, Collection filterValues)
           
 void forAllCompletion(short operator, short[] filterValues)
           
 void orderByCompletion(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsCompletion(short operator, Collection filterValues)
           
 void thereExistsCompletion(short operator, short[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.security.realm1.cci.AuthenticationContextFilter
forAllRealm, forAllRealm, forAllSubject, forAllSubject, thereExistsRealm, thereExistsRealm, thereExistsSubject, thereExistsSubject
 

Method Detail

forAllCompletion

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

thereExistsCompletion

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

forAllCompletion

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

thereExistsCompletion

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

orderByCompletion

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