Modifier and Type | Method and Description |
---|---|
void |
MockOperationManager.delete(DeleteOperationContext opContext) |
void |
DefaultOperationManager.delete(DeleteOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.delete(DeleteOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
MockInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthorizationInterceptor.delete(NextInterceptor nextInterceptor,
DeleteOperationContext opContext) |
void |
AciAuthorizationInterceptor.delete(NextInterceptor next,
DeleteOperationContext deleteContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
The delete operation has to be stored with a way to restore the deleted element.
|
Modifier and Type | Method and Description |
---|---|
void |
EventInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext) |
void |
DirectoryListener.entryDeleted(DeleteOperationContext opContext)
Called when an entry has been deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.delete(NextInterceptor nextInterceptor,
DeleteOperationContext opContext)
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate
LdapException.
|
Modifier and Type | Method and Description |
---|---|
void |
NextInterceptor.delete(DeleteOperationContext opContext)
Calls the next interceptor's
Interceptor.delete(NextInterceptor, DeleteOperationContext ) . |
void |
InterceptorChain.delete(DeleteOperationContext opContext) |
void |
BaseInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext) |
void |
Interceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
Filters
Partition.delete( DeleteOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerAdapter.entryDeleted(DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
JournalInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
Filters
Partition.delete( DeleteOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.delete(NextInterceptor nextInterceptor,
DeleteOperationContext opContext)
Filters
Partition.delete( DeleteOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.delete(DeleteOperationContext deleteContext) |
void |
Partition.delete(DeleteOperationContext opContext)
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be
deleted until this operation has been applied to their children.
|
void |
NullPartition.delete(DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
BTreePartition.delete(DeleteOperationContext opContext)
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be
deleted until this operation has been applied to their children.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
Delete an entry in the server.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.delete(DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrySynchronizerAdaptor.delete(DeleteOperationContext opContext,
boolean doCascadeDelete) |
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.delete(NextInterceptor next,
DeleteOperationContext deleteContext) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchListener.entryDeleted(DeleteOperationContext opContext) |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.