Modifier and Type | Method and Description |
---|---|
void |
MockOperationManager.moveAndRename(MoveAndRenameOperationContext opContext) |
void |
DefaultOperationManager.moveAndRename(MoveAndRenameOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.moveAndRename(MoveAndRenameOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
MockInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthorizationInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext) |
void |
AciAuthorizationInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext moveAndRenameContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opCtx) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryListener.entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
Called when an entry is moved and renamed at the same time.
|
void |
EventInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate
LdapException.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.moveAndRename(MoveAndRenameOperationContext opContext) |
void |
NextInterceptor.moveAndRename(MoveAndRenameOperationContext opContext)
Calls the next interceptor's
Interceptor.moveAndRename( NextInterceptor, MoveAndRenameOperationContext ) . |
void |
Interceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
Filters
Partition.moveAndRename( MoveAndRenameOperationContext) call. |
void |
BaseInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerAdapter.entryMovedAndRenamed(MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
JournalInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
Filters
Partition.moveAndRename( MoveAndRenameOperationContext) call. |
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
Filters
Partition.moveAndRename( MoveAndRenameOperationContext) call. |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAttributeInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.moveAndRename(MoveAndRenameOperationContext opContext) |
void |
NullPartition.moveAndRename(MoveAndRenameOperationContext opContext) |
void |
Partition.moveAndRename(MoveAndRenameOperationContext opContext)
Transplants a child entry, to a position in the namespace under a new
parent entry and changes the RN of the child entry which can optionally
have its old RN attributes removed.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BTreePartition.moveAndRename(MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
LdifPartition.moveAndRename(MoveAndRenameOperationContext moveAndRenameContext)
Transplants a child entry, to a position in the namespace under a new
parent entry and changes the RN of the child entry which can optionally
have its old RN attributes removed.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.moveAndRename(MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrySynchronizerAdaptor.moveAndRename(MoveAndRenameOperationContext opContext,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
boolean cascade) |
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchListener.entryMovedAndRenamed(MoveAndRenameOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXdbmPartition.moveAndRename(MoveAndRenameOperationContext moveAndRenameContext) |
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.