The Get Rid Of Duplicate Workflow Element provides the get rid of duplicate functionality.
This workflowElement allows to drop all the entries whose DN have already been returned to the client application for the current search operation.
The Get Rid Of Duplicate Workflow Element component inherits from the Simple Workflow Element
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ cache-size | ↓ java-class |
| ↓ enabled | |
| ↓ next-workflow-element |
| Description | Specifies the maximum number of entries that can be returned to the client during a single search operation. Note that this limit only impacts the workflow element. A value of 0 or a negative value indicates that no limit is enforced. However, the server resource limits (size limit) still apply. |
|---|---|
| Default Value | 10000 |
| Allowed Values | An integer value. Lower value is 0. |
| Multi-valued | No |
| Required | No |
| 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 | 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 Get Rid Of Duplicate Workflow Element implementation. |
|---|---|
| Default Value | org.opends.server.workflowelement.ovdplugin.getridofduplicate.GetRidOfDuplicateWorkflowElement |
| 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 |