Package | Description |
---|---|
org.opends.server.workflowelement.localbackend |
This package contains source for the local backend workflow element, which
are used to process operations against data stored in local backend databases
and other repositories that are considered "local".
|
Modifier and Type | Method and Description |
---|---|
static LocalBackendWorkflowElement |
LocalBackendWorkflowElement.createAndRegister(DN baseDN,
Backend<?> backend)
Creates and registers a local backend with the server.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalBackendAddOperation.processLocalAdd(LocalBackendWorkflowElement wfe)
Process this add operation against a local backend.
|
void |
LocalBackendBindOperation.processLocalBind(LocalBackendWorkflowElement wfe)
Process this bind operation in a local backend.
|
void |
LocalBackendCompareOperation.processLocalCompare(LocalBackendWorkflowElement wfe)
Process this compare operation in a local backend.
|
void |
LocalBackendDeleteOperation.processLocalDelete(LocalBackendWorkflowElement wfe)
Process this delete operation in a local backend.
|
void |
LocalBackendModifyDNOperation.processLocalModifyDN(LocalBackendWorkflowElement wfe)
Process this modify DN operation in a local backend.
|
void |
LocalBackendSearchOperation.processLocalSearch(LocalBackendWorkflowElement wfe)
Process this search operation against a local backend.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.