Configuration Reference Home
Oracle Unified Directory - Workflow Element

Workflow Element

Note: this is an abstract component, that cannot be instantiated.

Workflow Elements implement a single processing step in a Work Flow.

A Workflow Element can perform a task such as mapping DNs, renaming attributes, filtering attributes, joining data sources, proxying, or load-balancing. The simplest Workflow Element is the Local Backend Work Flow Element, which routes data to a Backend.

Direct Subcomponents

The following Workflow Elements are available in the server :

These Workflow Elements inherit from the properties described below.

Relations To this Component

The following components have a direct AGGREGATION relation TO Workflow Elements :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled  None
↓ java-class

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

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Workflow Element implementation.
Default Value
None
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
No
Read-only
No


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