Modifier and Type | Method and Description |
---|---|
void |
MockInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
void |
MockOperationManager.rename(RenameOperationContext opContext) |
void |
DefaultOperationManager.rename(RenameOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.rename(RenameOperationContext opContext)
TODO document after determining if this method should be here.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthorizationInterceptor.rename(NextInterceptor nextInterceptor,
RenameOperationContext opContext) |
void |
AciAuthorizationInterceptor.rename(NextInterceptor next,
RenameOperationContext renameContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.rename(NextInterceptor next,
RenameOperationContext renameContext) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryListener.entryRenamed(RenameOperationContext opContext)
Called when an entry has been renamed.
|
void |
EventInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.rename(NextInterceptor nextInterceptor,
RenameOperationContext opContext)
Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.rename(NextInterceptor next,
RenameOperationContext opContext)
Filters
Partition.rename( RenameOperationContext ) call. |
void |
BaseInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
void |
InterceptorChain.rename(RenameOperationContext opContext) |
void |
NextInterceptor.rename(RenameOperationContext opContext)
Calls the next interceptor's
Interceptor.rename( NextInterceptor, RenameOperationContext ) . |
Modifier and Type | Class and Description |
---|---|
class |
MoveAndRenameOperationContext
A Move And Rename context used for Interceptors.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListenerAdapter.entryRenamed(RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
JournalInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext)
Filters
Partition.rename( RenameOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.rename(NextInterceptor nextInterceptor,
RenameOperationContext opContext)
Filters
Partition.rename( RenameOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAttributeInterceptor.rename(NextInterceptor nextInterceptor,
RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.rename(RenameOperationContext opContext) |
void |
Partition.rename(RenameOperationContext opContext)
Modifies an entry by changing its relative name.
|
void |
NullPartition.rename(RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BTreePartition.rename(RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
LdifPartition.rename(RenameOperationContext renameContext)
Modifies an entry by changing its relative name.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
void |
SchemaPartition.rename(RenameOperationContext opContext)
Modifies an entry by changing its relative name.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrySynchronizerAdaptor.rename(RenameOperationContext opContext,
boolean doCascadeModify)
Rename a Schema Object.
|
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.rename(NextInterceptor next,
RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.rename(NextInterceptor next,
RenameOperationContext renameContext) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchListener.entryRenamed(RenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXdbmPartition.rename(RenameOperationContext renameContext) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.