Searched refs:rootWorkflowElement (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DWorkflowImpl.java59 private WorkflowElement<?> rootWorkflowElement = null; field in class:WorkflowImpl
76 // rootWorkflowElement is handling a private local backend, the isPrivate
96 * one needs to provide a task tree root node (the rootWorkflowElement) and
99 * The rootWorkflowElement must not be null.
104 * @param rootWorkflowElement the root node of the workflow task tree
110 WorkflowElement<?> rootWorkflowElement
115 this.rootWorkflowElement = rootWorkflowElement;
116 if (this.rootWorkflowElement != null)
118 this.isPrivate = rootWorkflowElement
[all...]
H A DWorkflowConfigManager.java356 WorkflowElement<?> rootWorkflowElement =
365 workflowId, baseDN, rootWorkflowElementID, rootWorkflowElement);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DWorkflowImpl.java58 private WorkflowElement<?> rootWorkflowElement = null; field in class:WorkflowImpl
75 // rootWorkflowElement is handling a private local backend, the isPrivate
95 * one needs to provide a task tree root node (the rootWorkflowElement) and
98 * The rootWorkflowElement must not be null.
103 * @param rootWorkflowElement the root node of the workflow task tree
109 WorkflowElement<?> rootWorkflowElement
114 this.rootWorkflowElement = rootWorkflowElement;
115 if (this.rootWorkflowElement != null)
117 this.isPrivate = rootWorkflowElement
[all...]
H A DWorkflowConfigManager.java355 WorkflowElement<?> rootWorkflowElement =
364 workflowId, baseDN, rootWorkflowElementID, rootWorkflowElement);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DWorkflowImpl.java59 private WorkflowElement<?> rootWorkflowElement = null; field in class:WorkflowImpl
76 // rootWorkflowElement is handling a private local backend, the isPrivate
96 * one needs to provide a task tree root node (the rootWorkflowElement) and
99 * The rootWorkflowElement must not be null.
104 * @param rootWorkflowElement the root node of the workflow task tree
110 WorkflowElement<?> rootWorkflowElement
115 this.rootWorkflowElement = rootWorkflowElement;
116 if (this.rootWorkflowElement != null)
118 this.isPrivate = rootWorkflowElement
[all...]
H A DWorkflowConfigManager.java356 WorkflowElement<?> rootWorkflowElement =
365 workflowId, baseDN, rootWorkflowElementID, rootWorkflowElement);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DWorkflowImpl.java59 private WorkflowElement<?> rootWorkflowElement = null; field in class:WorkflowImpl
76 // rootWorkflowElement is handling a private local backend, the isPrivate
96 * one needs to provide a task tree root node (the rootWorkflowElement) and
99 * The rootWorkflowElement must not be null.
104 * @param rootWorkflowElement the root node of the workflow task tree
110 WorkflowElement<?> rootWorkflowElement
115 this.rootWorkflowElement = rootWorkflowElement;
116 if (this.rootWorkflowElement != null)
118 this.isPrivate = rootWorkflowElement
[all...]
H A DWorkflowConfigManager.java356 WorkflowElement<?> rootWorkflowElement =
365 workflowId, baseDN, rootWorkflowElementID, rootWorkflowElement);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DWorkflowImpl.java58 private WorkflowElement<?> rootWorkflowElement = null; field in class:WorkflowImpl
75 // rootWorkflowElement is handling a private local backend, the isPrivate
95 * one needs to provide a task tree root node (the rootWorkflowElement) and
98 * The rootWorkflowElement must not be null.
103 * @param rootWorkflowElement the root node of the workflow task tree
109 WorkflowElement<?> rootWorkflowElement
114 this.rootWorkflowElement = rootWorkflowElement;
115 if (this.rootWorkflowElement != null)
117 this.isPrivate = rootWorkflowElement
[all...]
H A DWorkflowConfigManager.java355 WorkflowElement<?> rootWorkflowElement =
364 workflowId, baseDN, rootWorkflowElementID, rootWorkflowElement);

Completed in 434 milliseconds