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

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

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

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

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

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

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

Methods in org.apache.directory.server.core.partition with parameters of type GetSuffixOperationContext
 org.apache.directory.shared.ldap.name.DN PartitionNexus.getSuffix(GetSuffixOperationContext getSuffixContext)
          Gets the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
 



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