Searched refs:workflowElementID (Results 1 - 20 of 20) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java71 private String workflowElementID = null; field in class:WorkflowElement
271 * @param workflowElementID the workflow element identifier as defined
279 String workflowElementID,
282 this.workflowElementID = workflowElementID;
395 return workflowElementID;
278 initialize( String workflowElementID, String workflowElementTypeInfo) argument
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java70 private String workflowElementID = null; field in class:WorkflowElement
270 * @param workflowElementID the workflow element identifier as defined
278 String workflowElementID,
281 this.workflowElementID = workflowElementID;
394 return workflowElementID;
277 initialize( String workflowElementID, String workflowElementTypeInfo) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java71 private String workflowElementID = null; field in class:WorkflowElement
271 * @param workflowElementID the workflow element identifier as defined
279 String workflowElementID,
282 this.workflowElementID = workflowElementID;
395 return workflowElementID;
278 initialize( String workflowElementID, String workflowElementTypeInfo) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java71 private String workflowElementID = null; field in class:WorkflowElement
271 * @param workflowElementID the workflow element identifier as defined
279 String workflowElementID,
282 this.workflowElementID = workflowElementID;
395 return workflowElementID;
278 initialize( String workflowElementID, String workflowElementTypeInfo) argument
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java70 private String workflowElementID = null; field in class:WorkflowElement
270 * @param workflowElementID the workflow element identifier as defined
278 String workflowElementID,
281 this.workflowElementID = workflowElementID;
394 return workflowElementID;
277 initialize( String workflowElementID, String workflowElementTypeInfo) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java106 * @param workflowElementID the workflow element identifier
109 private void initialize(String workflowElementID, Backend backend) argument
112 super.initialize(workflowElementID, BACKEND_WORKFLOW_ELEMENT);
268 * @param workflowElementID the identifier of the workflow element to create
277 String workflowElementID,
282 registeredLocalBackends.get(workflowElementID);
286 localBackend.initialize(workflowElementID, backend);
300 * @param workflowElementID the identifier of the workflow element to remove
302 public static void remove(String workflowElementID) argument
304 deregisterLocalBackend(workflowElementID);
276 createAndRegister( String workflowElementID, Backend backend) argument
497 deregisterLocalBackend(String workflowElementID) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java106 * @param workflowElementID the workflow element identifier
109 private void initialize(String workflowElementID, Backend backend) argument
112 super.initialize(workflowElementID, BACKEND_WORKFLOW_ELEMENT);
268 * @param workflowElementID the identifier of the workflow element to create
277 String workflowElementID,
282 registeredLocalBackends.get(workflowElementID);
286 localBackend.initialize(workflowElementID, backend);
300 * @param workflowElementID the identifier of the workflow element to remove
302 public static void remove(String workflowElementID) argument
304 deregisterLocalBackend(workflowElementID);
276 createAndRegister( String workflowElementID, Backend backend) argument
497 deregisterLocalBackend(String workflowElementID) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java105 * @param workflowElementID the workflow element identifier
108 private void initialize(String workflowElementID, Backend<?> backend) argument
110 super.initialize(workflowElementID, BACKEND_WORKFLOW_ELEMENT);
243 * @param workflowElementID the identifier of the workflow element to create
252 String workflowElementID, Backend<?> backend)
256 registeredLocalBackends.get(workflowElementID);
260 localBackend.initialize(workflowElementID, backend);
274 * @param workflowElementID the identifier of the workflow element to remove
276 public static void remove(String workflowElementID) argument
278 deregisterLocalBackend(workflowElementID);
251 createAndRegister( String workflowElementID, Backend<?> backend) argument
621 deregisterLocalBackend(String workflowElementID) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java108 * @param workflowElementID the workflow element identifier
111 private void initialize(String workflowElementID, Backend backend) argument
114 super.initialize(workflowElementID, BACKEND_WORKFLOW_ELEMENT);
270 * @param workflowElementID the identifier of the workflow element to create
279 String workflowElementID,
284 registeredLocalBackends.get(workflowElementID);
288 localBackend.initialize(workflowElementID, backend);
302 * @param workflowElementID the identifier of the workflow element to remove
304 public static void remove(String workflowElementID) argument
306 deregisterLocalBackend(workflowElementID);
278 createAndRegister( String workflowElementID, Backend backend) argument
508 deregisterLocalBackend(String workflowElementID) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java105 * @param workflowElementID the workflow element identifier
108 private void initialize(String workflowElementID, Backend<?> backend) argument
110 super.initialize(workflowElementID, BACKEND_WORKFLOW_ELEMENT);
243 * @param workflowElementID the identifier of the workflow element to create
252 String workflowElementID, Backend<?> backend)
256 registeredLocalBackends.get(workflowElementID);
260 localBackend.initialize(workflowElementID, backend);
274 * @param workflowElementID the identifier of the workflow element to remove
276 public static void remove(String workflowElementID) argument
278 deregisterLocalBackend(workflowElementID);
251 createAndRegister( String workflowElementID, Backend<?> backend) argument
621 deregisterLocalBackend(String workflowElementID) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java295 String workflowElementID = baseDN + "#" + backendID;
297 LocalBackendWorkflowElement.createAndRegister(workflowElementID, backend);
302 workflowID, DN.decode(baseDN), workflowElementID, workflowElement);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java294 String workflowElementID = baseDN + "#" + backendID;
296 LocalBackendWorkflowElement.createAndRegister(workflowElementID, backend);
301 workflowID, DN.decode(baseDN), workflowElementID, workflowElement);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java295 String workflowElementID = baseDN + "#" + backendID;
297 LocalBackendWorkflowElement.createAndRegister(workflowElementID, backend);
302 workflowID, DN.decode(baseDN), workflowElementID, workflowElement);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java294 String workflowElementID = baseDN + "#" + backendID;
296 LocalBackendWorkflowElement.createAndRegister(workflowElementID, backend);
301 workflowID, DN.decode(baseDN), workflowElementID, workflowElement);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java295 String workflowElementID = baseDN + "#" + backendID;
297 LocalBackendWorkflowElement.createAndRegister(workflowElementID, backend);
302 workflowID, DN.decode(baseDN), workflowElementID, workflowElement);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java9943 * @param workflowElementID the name of the requested workflow element
9946 public static WorkflowElement getWorkflowElement(String workflowElementID) { argument
9947 return(directoryServer.workflowElements.get(workflowElementID));
9954 * @param workflowElementID the name of the requested workflow element
9960 String workflowElementID)
9964 workflowElementID);
9968 loadAndRegisterWorkflowElement(workflowElementID);
9987 String workflowElementID = we.getWorkflowElementID();
9988 ensureNotNull(workflowElementID);
9992 if (directoryServer.workflowElements.containsKey(workflowElementID)) {
9959 getOrCreateWorkflowElement( String workflowElementID) argument
10025 isWorkflowElementRegistered(String workflowElementID) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java9531 * @param workflowElementID the name of the requested workflow element
9534 public static WorkflowElement getWorkflowElement(String workflowElementID) { argument
9535 return directoryServer.workflowElements.get(workflowElementID);
9542 * @param workflowElementID the name of the requested workflow element
9548 String workflowElementID)
9552 workflowElementID);
9556 loadAndRegisterWorkflowElement(workflowElementID);
9575 String workflowElementID = we.getWorkflowElementID();
9576 ensureNotNull(workflowElementID);
9580 if (directoryServer.workflowElements.containsKey(workflowElementID)) {
9547 getOrCreateWorkflowElement( String workflowElementID) argument
9613 isWorkflowElementRegistered(String workflowElementID) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java9943 * @param workflowElementID the name of the requested workflow element
9946 public static WorkflowElement getWorkflowElement(String workflowElementID) { argument
9947 return(directoryServer.workflowElements.get(workflowElementID));
9954 * @param workflowElementID the name of the requested workflow element
9960 String workflowElementID)
9964 workflowElementID);
9968 loadAndRegisterWorkflowElement(workflowElementID);
9987 String workflowElementID = we.getWorkflowElementID();
9988 ensureNotNull(workflowElementID);
9992 if (directoryServer.workflowElements.containsKey(workflowElementID)) {
9959 getOrCreateWorkflowElement( String workflowElementID) argument
10025 isWorkflowElementRegistered(String workflowElementID) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java9531 * @param workflowElementID the name of the requested workflow element
9534 public static WorkflowElement getWorkflowElement(String workflowElementID) { argument
9535 return directoryServer.workflowElements.get(workflowElementID);
9542 * @param workflowElementID the name of the requested workflow element
9548 String workflowElementID)
9552 workflowElementID);
9556 loadAndRegisterWorkflowElement(workflowElementID);
9575 String workflowElementID = we.getWorkflowElementID();
9576 ensureNotNull(workflowElementID);
9580 if (directoryServer.workflowElements.containsKey(workflowElementID)) {
9547 getOrCreateWorkflowElement( String workflowElementID) argument
9613 isWorkflowElementRegistered(String workflowElementID) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java10178 * @param workflowElementID the name of the requested workflow element
10181 public static WorkflowElement getWorkflowElement(String workflowElementID) { argument
10182 return(directoryServer.workflowElements.get(workflowElementID));
10189 * @param workflowElementID the name of the requested workflow element
10195 String workflowElementID)
10199 workflowElementID);
10203 loadAndRegisterWorkflowElement(workflowElementID);
10222 String workflowElementID = we.getWorkflowElementID();
10223 ensureNotNull(workflowElementID);
10227 if (directoryServer.workflowElements.containsKey(workflowElementID)) {
10194 getOrCreateWorkflowElement( String workflowElementID) argument
10260 isWorkflowElementRegistered(String workflowElementID) argument
[all...]

Completed in 287 milliseconds