|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.core.WorkflowTopology
public abstract class WorkflowTopology
This class is the base class used to build the workflow topology. A workflow topology is a tree of workflows. Each node in the tree is attached to a WorkflowImpl which contains the task tree (ie. the processing). There are two types of workflow nodes. The first one is used to build nodes in the workflow topology (WorkflowTopologyNode) and the second one is used to implement the root DSE node (RootDseWorkflowTopology).
Constructor Summary | |
---|---|
protected |
WorkflowTopology(WorkflowImpl workflowImpl)
Create a new instance of the workflow topology base class. |
Method Summary | |
---|---|
protected SearchScope |
elaborateScopeForSearchInSubordinates(SearchScope currentScope)
Elaborates a new search scope according to the current search scope. |
DN |
getBaseDN()
Gets the base DN of the workflow node. |
WorkflowImpl |
getWorkflowImpl()
Returns the workflow implementation which contains the task tree (ie. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opends.server.core.Workflow |
---|
execute |
Constructor Detail |
---|
protected WorkflowTopology(WorkflowImpl workflowImpl)
workflowImpl
- the workflow which contains the processingMethod Detail |
---|
public WorkflowImpl getWorkflowImpl()
public DN getBaseDN()
getBaseDN
in interface Workflow
protected SearchScope elaborateScopeForSearchInSubordinates(SearchScope currentScope)
currentScope
- the current search scope
null
when current scope is 'base'
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |