|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowCfg
A server-side interface for querying Workflow settings.
The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the Directory Server.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<WorkflowCfg> listener)
Register to be notified when this Workflow is changed. |
java.lang.Class<? extends WorkflowCfg> |
configurationClass()
Gets the configuration class associated with this Workflow. |
DN |
getBaseDN()
Gets the "base-dn" property. |
java.lang.String |
getWorkflowElement()
Gets the "workflow-element" property. |
DN |
getWorkflowElementDN()
Gets the "workflow-element" property as a DN. |
java.lang.String |
getWorkflowId()
Gets the "workflow-id" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<WorkflowCfg> listener)
Deregister an existing Workflow configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends WorkflowCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<WorkflowCfg> listener)
listener
- The Workflow configuration change listener.void removeChangeListener(ConfigurationChangeListener<WorkflowCfg> listener)
listener
- The Workflow configuration change listener.DN getBaseDN()
Specifies the base DN of the data targeted by the Workflow .
boolean isEnabled()
Indicates whether the Workflow is enabled for use in the server.
If a Workflow is not enabled, then its contents are not accessible when processing operations.
java.lang.String getWorkflowElement()
Specifies the root Work Flow Element in the Workflow .
DN getWorkflowElementDN()
Specifies the root Work Flow Element in the Workflow .
java.lang.String getWorkflowId()
Provides a name that identifies the Workflow.
The name must be unique among all Workflows in the server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |