|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.workflowelement.WorkflowElement<WorkflowElementCfg>
org.opends.server.workflowelement.LeafWorkflowElement<T>
T
- The type of configuration handled by this workflow elelemnt.public abstract class LeafWorkflowElement<T extends WorkflowElementCfg>
This class defines the super class for all the workflow elements used to wrap physical repositories. A physical repository contains data (for example, a local backend, a remote LDAP servers or an LDIF flat file). Such workflow element is a leaf in the sense that the workflow element can be used by another workflow element but cannot use an other workflow element.
Constructor Summary | |
---|---|
LeafWorkflowElement()
|
Method Summary |
---|
Methods inherited from class org.opends.server.workflowelement.WorkflowElement |
---|
deregister, execute, finalizeWorkflowElement, getWorkflowElement, getWorkflowElementID, initialize, isConfigurationAcceptable, isPrivate, register, resetConfig, setParent, setPrivate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LeafWorkflowElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |