Modifier and Type | Method and Description |
---|---|
void |
MockOperationManager.move(MoveOperationContext opContext) |
void |
DefaultOperationManager.move(MoveOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.move(MoveOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
MockInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthorizationInterceptor.move(NextInterceptor nextInterceptor,
MoveOperationContext opContext) |
void |
AciAuthorizationInterceptor.move(NextInterceptor next,
MoveOperationContext moveContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.move(NextInterceptor next,
MoveOperationContext opCtx) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryListener.entryMoved(MoveOperationContext opContext)
Called when an entry is moved.
|
void |
EventInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.move(NextInterceptor nextInterceptor,
MoveOperationContext 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 |
NextInterceptor.move(MoveOperationContext opContext)
Calls the next interceptor's
Interceptor.move( NextInterceptor, MoveOperationContext ) . |
void |
InterceptorChain.move(MoveOperationContext opContext) |
void |
Interceptor.move(NextInterceptor next,
MoveOperationContext opContext)
Filters
Partition.move( MoveOperationContext ) call. |
void |
BaseInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerAdapter.entryMoved(MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
JournalInterceptor.move(NextInterceptor next,
MoveOperationContext opContext)
Filters
Partition.move( MoveOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.move(NextInterceptor nextInterceptor,
MoveOperationContext opContext)
Filters
Partition.move( MoveOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAttributeInterceptor.move(NextInterceptor nextInterceptor,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.move(MoveOperationContext opContext) |
void |
Partition.move(MoveOperationContext opContext)
Transplants a child entry, to a position in the namespace under a new
parent entry.
|
void |
NullPartition.move(MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BTreePartition.move(MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
LdifPartition.move(MoveOperationContext moveContext)
Transplants a child entry, to a position in the namespace under a new
parent entry.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.move(MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrySynchronizerAdaptor.move(MoveOperationContext opContext,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
boolean cascade) |
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.move(NextInterceptor next,
MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchListener.entryMoved(MoveOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXdbmPartition.move(MoveOperationContext moveContext) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.