|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core with parameters of type MoveAndRenameOperationContext | |
---|---|
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)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
AuthenticationInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
DefaultAuthorizationInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
|
void |
AciAuthorizationInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext moveAndRenameContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.changelog |
---|
Methods in org.apache.directory.server.core.changelog with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
ChangeLogInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opCtx)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.event |
---|
Methods in org.apache.directory.server.core.event with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
DirectoryListener.entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
Called when an entry is moved and renamed at the same time. |
void |
EventInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception with parameters of type MoveAndRenameOperationContext | |
---|---|
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. |
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type MoveAndRenameOperationContext | |
---|---|
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)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.jndi |
---|
Methods in org.apache.directory.server.core.jndi with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
EventListenerAdapter.entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.journal |
---|
Methods in org.apache.directory.server.core.journal with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
JournalInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
Filters Partition.moveAndRename( MoveAndRenameOperationContext) call. |
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
NormalizationInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
Filters Partition.moveAndRename( MoveAndRenameOperationContext) call. |
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
OperationalAttributeInterceptor.moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.partition |
---|
Methods in org.apache.directory.server.core.partition with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
DefaultPartitionNexus.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. |
void |
NullPartition.moveAndRename(MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.partition.impl.btree |
---|
Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type MoveAndRenameOperationContext | |
---|---|
abstract void |
BTreePartition.moveAndRename(MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.partition.ldif |
---|
Methods in org.apache.directory.server.core.partition.ldif with parameters of type MoveAndRenameOperationContext | |
---|---|
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. |
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.referral |
---|
Methods in org.apache.directory.server.core.referral with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
ReferralInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
SchemaPartition.moveAndRename(MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.schema.registries.synchronizers |
---|
Methods in org.apache.directory.server.core.schema.registries.synchronizers with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
RegistrySynchronizerAdaptor.moveAndRename(MoveAndRenameOperationContext opContext,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
boolean cascade)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
SubentryInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.core.trigger |
---|
Methods in org.apache.directory.server.core.trigger with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
TriggerInterceptor.moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.ldap.handlers |
---|
Methods in org.apache.directory.server.ldap.handlers with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
PersistentSearchListener.entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
|
Uses of MoveAndRenameOperationContext in org.apache.directory.server.xdbm |
---|
Methods in org.apache.directory.server.xdbm with parameters of type MoveAndRenameOperationContext | |
---|---|
void |
AbstractXdbmPartition.moveAndRename(MoveAndRenameOperationContext moveAndRenameContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |