|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalBackendWorkflowElementCfgClient
A client-side interface for reading and modifying Local Backend Workflow Element settings.
The Local Backend Workflow Element provides access to a backend.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends LocalBackendWorkflowElementCfgClient,? extends LocalBackendWorkflowElementCfg> |
definition()
Get the configuration definition associated with this Local Backend Workflow Element. |
java.lang.String |
getBackend()
Gets the "backend" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setBackend(java.lang.String value)
Sets the "backend" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
Methods inherited from interface org.opends.server.admin.std.client.WorkflowElementCfgClient |
---|
getWorkflowElementId, isEnabled, setEnabled, setWorkflowElementId |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends LocalBackendWorkflowElementCfgClient,? extends LocalBackendWorkflowElementCfg> definition()
definition
in interface ConfigurationClient
definition
in interface WorkflowElementCfgClient
java.lang.String getBackend()
Identifies the backend accessed by the workflow element.
void setBackend(java.lang.String value) throws IllegalPropertyValueException, PropertyIsReadOnlyException
Identifies the backend accessed by the workflow element.
This property is read-only and can only be modified during creation of a Local Backend Workflow Element.
value
- The value of the "backend" property.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- If this Local Backend Workflow Element is not being initialized.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Local Backend Workflow Element implementation.
getJavaClass
in interface WorkflowElementCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Local Backend Workflow Element implementation.
setJavaClass
in interface WorkflowElementCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |