Configuration Reference Home
OpenDS - Local Backend Workflow Element

Local Backend Workflow Element

The Local Backend Workflow Element provides access to a backend.

Parent Component

The Local Backend Workflow Element component inherits from the Workflow Element

Relations From this Component

The following components have a direct AGGREGATION relation FROM Local Backend Workflow Elements :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ backend ↓ java-class
↓ enabled
↓ workflow-element-id

Basic Properties

backend

Description
Identifies the backend accessed by the workflow element.
Default Value
None
Allowed Values
The DN of any Backend.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

enabled

Description
Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

workflow-element-id

Description
Provides a name that identifies the associated Workflow Element . The name must be unique among all Workflow Elements in the server.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Local Backend Workflow Element implementation.
Default Value
org.opends.server.workflowelement.localbackend.LocalBackendWorkflowElement
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.workflowelement.WorkflowElement
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No