|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListSuffixOperationContext | |
|---|---|
| org.apache.directory.server.core | |
| org.apache.directory.server.core.interceptor | |
| org.apache.directory.server.core.partition | |
| Uses of ListSuffixOperationContext in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core with parameters of type ListSuffixOperationContext | |
|---|---|
java.util.Set<java.lang.String> |
OperationManager.listSuffixes(ListSuffixOperationContext opContext)
TODO document after determining if this method should be here. |
| Uses of ListSuffixOperationContext in org.apache.directory.server.core.interceptor |
|---|
| Methods in org.apache.directory.server.core.interceptor with parameters of type ListSuffixOperationContext | |
|---|---|
java.util.Set<java.lang.String> |
InterceptorChain.listSuffixes(ListSuffixOperationContext opContext)
|
java.util.Set<java.lang.String> |
NextInterceptor.listSuffixes(ListSuffixOperationContext opContext)
Calls the next interceptor's Interceptor.listSuffixes( NextInterceptor, ListSuffixOperationContext ). |
java.util.Set<java.lang.String> |
Interceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext)
Filters DefaultPartitionNexus#listSuffixes( ListSuffixOperationContext ) call. |
java.util.Set<java.lang.String> |
BaseInterceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext)
|
| Uses of ListSuffixOperationContext in org.apache.directory.server.core.partition |
|---|
| Methods in org.apache.directory.server.core.partition with parameters of type ListSuffixOperationContext | |
|---|---|
java.util.Set<java.lang.String> |
PartitionNexus.listSuffixes(ListSuffixOperationContext emptyContext)
Gets an iteration over the Name suffixes of the partitions managed by this DefaultPartitionNexus. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||