|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowElementCfgClient
A client-side interface for reading and modifying Workflow Element settings.
Workflow Elements implement a single processing step in a Work Flow.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends WorkflowElementCfgClient,? extends WorkflowElementCfg> |
definition()
Get the configuration definition associated with this Workflow Element. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.String |
getWorkflowElementId()
Gets the "workflow-element-id" property. |
java.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setWorkflowElementId(java.lang.String value)
Sets the "workflow-element-id" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends WorkflowElementCfgClient,? extends WorkflowElementCfg> definition()
definition
in interface ConfigurationClient
java.lang.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.
void setEnabled(boolean value) throws IllegalPropertyValueException
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.
value
- The value of the "enabled" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Workflow Element implementation.
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Workflow Element implementation.
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.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.
void setWorkflowElementId(java.lang.String value) throws IllegalPropertyValueException, PropertyIsReadOnlyException
Provides a name that identifies the associated Workflow Element .
The name must be unique among all Workflow Elements in the server.
This property is read-only and can only be modified during creation of a Workflow Element.
value
- The value of the "workflow-element-id" property.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- If this Workflow Element is not being initialized.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |