The Flat Tree Workflow Element provides the Flat Tree functionality.
This workflow element is able to compress a directory information tree to make it appear as if all the entries were directly below the root base DN.
The Flat Tree Workflow Element component inherits from the Simple Workflow Element
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ base-dn | ↓ java-class |
| ↓ enabled | |
| ↓ filter | |
| ↓ next-workflow-element |
| Description | Identifies the root base DN of the virtual flat tree. |
|---|---|
| Default Value | None |
| Allowed Values | A valid DN. |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| 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 |
| Description | Specifies a filter used to determine the entries that will be visible. If an entry below the root base DN does not meet the filter criteria, then this entry is not returned. |
|---|---|
| Default Value | All the sub entries are returned. |
| Allowed Values | A String |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Defines the next workflow element in the chain of workflow elements. |
|---|---|
| Default Value | None |
| Allowed Values | The DN of any Workflow Element. |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Specifies the fully-qualified name of the Java class that provides the Flat Tree Workflow Element implementation. |
|---|---|
| Default Value | org.opends.server.workflowelement.ovdplugin.flattree.FlatTreeWorkflowElement |
| 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 |