Configuration Reference Home
Oracle Unified Directory - Plugin Workflow Element

Plugin Workflow Element

The Plugin Workflow Element provides the plugin-api functionality.

Parent Component

The Plugin Workflow Element component inherits from the Workflow Element

Relations From this Component

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

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ next-workflow-elements
↓ plugin-class
↓ plugin-properties

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

next-workflow-elements

Description
The next workflow element(s) in the workflow. This should define none if this plugin is a leaf; one should be defined if the plugin has only one next plugin; many if the plugin routes the requests to one or more plugins.
Default Value
None
Allowed Values
The DN of any Workflow Element.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

plugin-class

Description
Specifies the fully qualified name of the class of this Plugin Workflow Element. Specifies the fully qualified name of the class of the plugin to instantiate.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

plugin-properties

Description
Specifies the properties of this Plugin Workflow Element. Specify the properties of the plugin by formatting each property with =.
Default Value
None
Allowed Values
A String
Multi-valued
Yes
Required
No
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 Plugin Workflow Element implementation.
Default Value
oracle.oud.plugin.PluginWorkflowElement
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 © 2017, 2020, Oracle and/or its affiliates. All rights reserved.