Uses of Class
org.apache.directory.server.core.interceptor.context.GetMatchedNameOperationContext

Packages that use GetMatchedNameOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.DN OperationManager.getMatchedName(GetMatchedNameOperationContext opContext)
          TODO document after determining if this method should be here.
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.DN InterceptorChain.getMatchedName(GetMatchedNameOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.DN NextInterceptor.getMatchedName(GetMatchedNameOperationContext opContext)
          Calls the next interceptor's Interceptor.getMatchedName( NextInterceptor, GetMatchedNameOperationContext ).
 org.apache.directory.shared.ldap.name.DN Interceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
          Filters DefaultPartitionNexus#getMatchedName( GetMatchedNameOperationContext ) call.
 org.apache.directory.shared.ldap.name.DN BaseInterceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
           
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.DN PartitionNexus.getMatchedName(GetMatchedNameOperationContext matchedNameContext)
          Gets the most significant Dn that exists within the server for any Dn.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.