Configuration Reference Home
Oracle Unified Directory - Transformations Workflow Element

Transformations Workflow Element

The Transformations Workflow Element applies transformations to requests and entries under certain conditions.

Parent Component

The Transformations Workflow Element component inherits from the Simple Workflow Element

Relations From this Component

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

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ entry-match-filter
↓ entry-parent-suffix
↓ excluded-operation
↓ next-workflow-element
↓ transformation

Basic Properties

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

entry-match-filter

Description
Specifies the filters that the entry must match for the transformations to apply. When not defined, all entries (that match other potential conditions) are transformed.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

entry-parent-suffix

Description
Specifies an parent DN of the operation DN for the transformations to apply. When several values are specified, the entry is transformed when at least one parent DN specified is a parent DN of the entry DN. When not specified, all entries (that match other potential conditions) are transformed.
Default Value
None
Allowed Values
A valid DN.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

excluded-operation

Description
Specifies operations on which transformations never apply. Example: When one transformation type normally processes ADD and MODIFY operation, it is possible to exclude MODIFY and thus to make the transformation only process ADD operation. When the list is empty, the operation processed depend on each type of transformation with no restriction.
Default Value
None
Allowed Values
add - Specifies LDAP ADD operation.

bind - Specifies LDAP BIND operation.

compare - Specifies LDAP COMPARE operation.

delete - Specifies LDAP DELETE operation.

extended - Specifies LDAP EXTENDED operation.

modify - Specifies LDAP MODIFY operation.

modifydn - Specifies LDAP MODIFYDN operation.

search - Specifies LDAP SEARCH operation.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

next-workflow-element

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

transformation

Description
Specifies the transformations that are applied.
Default Value
None
Allowed Values
The DN of any Transformation.
Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Transformations Workflow Element implementation.
Default Value
org.opends.server.workflowelement.transformations.TransformationsWorkflowElement
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

Copyright © 2011,2013, Oracle and/or its affiliates. All rights reserved.