Searched defs:workflowName (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java107 for (String workflowName : rootConfiguration.listWorkflowElements())
109 loadAndRegisterWorkflowElement(workflowName);
117 * @param workflowName workflow identifier
118 * @return workflowelement associated with the workflowName of null
124 public WorkflowElement<?> loadAndRegisterWorkflowElement(String workflowName) argument
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java106 for (String workflowName : rootConfiguration.listWorkflowElements())
108 loadAndRegisterWorkflowElement(workflowName);
116 * @param workflowName workflow identifier
117 * @return workflowelement associated with the workflowName of null
123 public WorkflowElement<?> loadAndRegisterWorkflowElement(String workflowName) argument
130 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java107 for (String workflowName : rootConfiguration.listWorkflowElements())
109 loadAndRegisterWorkflowElement(workflowName);
117 * @param workflowName workflow identifier
118 * @return workflowelement associated with the workflowName of null
124 public WorkflowElement<?> loadAndRegisterWorkflowElement(String workflowName) argument
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java107 for (String workflowName : rootConfiguration.listWorkflowElements())
109 loadAndRegisterWorkflowElement(workflowName);
117 * @param workflowName workflow identifier
118 * @return workflowelement associated with the workflowName of null
124 public WorkflowElement<?> loadAndRegisterWorkflowElement(String workflowName) argument
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java106 for (String workflowName : rootConfiguration.listWorkflowElements())
108 loadAndRegisterWorkflowElement(workflowName);
116 * @param workflowName workflow identifier
117 * @return workflowelement associated with the workflowName of null
123 public WorkflowElement<?> loadAndRegisterWorkflowElement(String workflowName) argument
130 rootConfiguration.getWorkflowElement(workflowName);

Completed in 55 milliseconds