Searched defs:workflows (Results 1 - 5 of 5) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
H A D | WorkflowConfigManager.java | 55 * for the set of workflows defined in the Directory Server. It will perform 56 * the necessary initialization of those workflows when the server is first 67 // workflows. 68 private ConcurrentHashMap<DN, WorkflowImpl> workflows; field in class:WorkflowConfigManager 77 workflows = new ConcurrentHashMap<DN, WorkflowImpl>(); 83 * Initializes all workflows currently defined in the Directory 106 //Initialize the existing workflows. 185 WorkflowImpl existingWorkflow = workflows.get(configuration.dn()); 209 WorkflowImpl workflow = workflows.remove(configuration.dn()); 246 WorkflowImpl existingWorkflow = workflows [all...] |
/forgerock/opendj2/src/server/org/opends/server/core/ |
H A D | WorkflowConfigManager.java | 54 * for the set of workflows defined in the Directory Server. It will perform 55 * the necessary initialization of those workflows when the server is first 66 // workflows. 67 private ConcurrentHashMap<DN, WorkflowImpl> workflows; field in class:WorkflowConfigManager 76 workflows = new ConcurrentHashMap<DN, WorkflowImpl>(); 82 * Initializes all workflows currently defined in the Directory 105 //Initialize the existing workflows. 184 WorkflowImpl existingWorkflow = workflows.get(configuration.dn()); 208 WorkflowImpl workflow = workflows.remove(configuration.dn()); 245 WorkflowImpl existingWorkflow = workflows [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
H A D | WorkflowConfigManager.java | 55 * for the set of workflows defined in the Directory Server. It will perform 56 * the necessary initialization of those workflows when the server is first 67 // workflows. 68 private ConcurrentHashMap<DN, WorkflowImpl> workflows; field in class:WorkflowConfigManager 77 workflows = new ConcurrentHashMap<DN, WorkflowImpl>(); 83 * Initializes all workflows currently defined in the Directory 106 //Initialize the existing workflows. 185 WorkflowImpl existingWorkflow = workflows.get(configuration.dn()); 209 WorkflowImpl workflow = workflows.remove(configuration.dn()); 246 WorkflowImpl existingWorkflow = workflows [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
H A D | WorkflowConfigManager.java | 55 * for the set of workflows defined in the Directory Server. It will perform 56 * the necessary initialization of those workflows when the server is first 67 // workflows. 68 private ConcurrentHashMap<DN, WorkflowImpl> workflows; field in class:WorkflowConfigManager 77 workflows = new ConcurrentHashMap<DN, WorkflowImpl>(); 83 * Initializes all workflows currently defined in the Directory 106 //Initialize the existing workflows. 185 WorkflowImpl existingWorkflow = workflows.get(configuration.dn()); 209 WorkflowImpl workflow = workflows.remove(configuration.dn()); 246 WorkflowImpl existingWorkflow = workflows [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/core/ |
H A D | WorkflowConfigManager.java | 54 * for the set of workflows defined in the Directory Server. It will perform 55 * the necessary initialization of those workflows when the server is first 66 // workflows. 67 private ConcurrentHashMap<DN, WorkflowImpl> workflows; field in class:WorkflowConfigManager 76 workflows = new ConcurrentHashMap<DN, WorkflowImpl>(); 82 * Initializes all workflows currently defined in the Directory 105 //Initialize the existing workflows. 184 WorkflowImpl existingWorkflow = workflows.get(configuration.dn()); 208 WorkflowImpl workflow = workflows.remove(configuration.dn()); 245 WorkflowImpl existingWorkflow = workflows [all...] |
Completed in 70 milliseconds