|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowElementCfg
A server-side interface for querying Workflow Element settings.
Workflow Elements implement a single processing step in a Work Flow.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<WorkflowElementCfg> listener)
Register to be notified when this Workflow Element is changed. |
java.lang.Class<? extends WorkflowElementCfg> |
configurationClass()
Gets the configuration class associated with this Workflow Element. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.String |
getWorkflowElementId()
Gets the "workflow-element-id" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<WorkflowElementCfg> listener)
Deregister an existing Workflow Element configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends WorkflowElementCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<WorkflowElementCfg> listener)
listener
- The Workflow Element configuration change listener.void removeChangeListener(ConfigurationChangeListener<WorkflowElementCfg> listener)
listener
- The Workflow Element configuration change listener.boolean isEnabled()
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.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Workflow Element implementation.
java.lang.String getWorkflowElementId()
Provides a name that identifies the associated Workflow Element .
The name must be unique among all Workflow Elements in the server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |