|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeleteOperationContext in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core with parameters of type DeleteOperationContext | |
|---|---|
void |
OperationManager.delete(DeleteOperationContext opContext)
TODO document after determining if this method should be here. |
| Uses of DeleteOperationContext in org.apache.directory.server.core.event |
|---|
| Methods in org.apache.directory.server.core.event with parameters of type DeleteOperationContext | |
|---|---|
void |
DirectoryListener.entryDeleted(DeleteOperationContext opContext)
Called when an entry has been deleted. |
| Uses of DeleteOperationContext in org.apache.directory.server.core.interceptor |
|---|
| Methods in org.apache.directory.server.core.interceptor with parameters of type DeleteOperationContext | |
|---|---|
void |
InterceptorChain.delete(DeleteOperationContext opContext)
|
void |
NextInterceptor.delete(DeleteOperationContext opContext)
Calls the next interceptor's Interceptor.delete(NextInterceptor, DeleteOperationContext ). |
void |
Interceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
Filters Partition.delete( DeleteOperationContext ) call. |
void |
BaseInterceptor.delete(NextInterceptor next,
DeleteOperationContext opContext)
|
| Uses of DeleteOperationContext in org.apache.directory.server.core.partition |
|---|
| Methods in org.apache.directory.server.core.partition with parameters of type DeleteOperationContext | |
|---|---|
void |
NullPartition.delete(DeleteOperationContext opContext)
|
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. |
| Uses of DeleteOperationContext in org.apache.directory.server.core.schema |
|---|
| Methods in org.apache.directory.server.core.schema with parameters of type DeleteOperationContext | |
|---|---|
void |
SchemaPartition.delete(DeleteOperationContext opContext)
|
| Uses of DeleteOperationContext in org.apache.directory.server.core.schema.registries.synchronizers |
|---|
| Methods in org.apache.directory.server.core.schema.registries.synchronizers with parameters of type DeleteOperationContext | |
|---|---|
void |
RegistrySynchronizerAdaptor.delete(DeleteOperationContext opContext,
boolean doCascadeDelete)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||