Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LocalBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
DirectoryServerPlugin.processSubordinateDelete(DeleteOperation deleteOperation,
Entry entry)
Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree
delete operation.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
MemoryBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
RootDSEBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
ChangelogBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
BackupBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
SchemaBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
TrustStoreBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
MonitorBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
ConfigurationBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
void |
NullBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.deleteEntry(org.forgerock.opendj.ldap.Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperationBasis
This class defines an operation that may be used to remove an entry from the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
PluginConfigManager.invokeSubordinateDeletePlugins(DeleteOperation deleteOperation,
Entry entry)
Invokes the set of subordinate delete plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
ReferentialIntegrityPlugin.processSubordinateDelete(DeleteOperation deleteOperation,
Entry entry) |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.