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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DWorkflowImpl.java53 public class WorkflowImpl implements Workflow, Observer class in inherits:Workflow,Observer
106 public WorkflowImpl( method in class:WorkflowImpl
272 public WorkflowImpl deregister(String workflowID)
274 WorkflowImpl workflowToDeregister = null;
281 (WorkflowImpl) registeredWorkflows.get(workflowID);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DWorkflowImpl.java52 public class WorkflowImpl implements Workflow, Observer class in inherits:Workflow,Observer
105 public WorkflowImpl( method in class:WorkflowImpl
271 public WorkflowImpl deregister(String workflowID)
273 WorkflowImpl workflowToDeregister = null;
280 (WorkflowImpl) registeredWorkflows.get(workflowID);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DWorkflowImpl.java53 public class WorkflowImpl implements Workflow, Observer class in inherits:Workflow,Observer
106 public WorkflowImpl( method in class:WorkflowImpl
272 public WorkflowImpl deregister(String workflowID)
274 WorkflowImpl workflowToDeregister = null;
281 (WorkflowImpl) registeredWorkflows.get(workflowID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DWorkflowImpl.java53 public class WorkflowImpl implements Workflow, Observer class in inherits:Workflow,Observer
106 public WorkflowImpl( method in class:WorkflowImpl
272 public WorkflowImpl deregister(String workflowID)
274 WorkflowImpl workflowToDeregister = null;
281 (WorkflowImpl) registeredWorkflows.get(workflowID);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DWorkflowImpl.java52 public class WorkflowImpl implements Workflow, Observer class in inherits:Workflow,Observer
105 public WorkflowImpl( method in class:WorkflowImpl
271 public WorkflowImpl deregister(String workflowID)
273 WorkflowImpl workflowToDeregister = null;
280 (WorkflowImpl) registeredWorkflows.get(workflowID);

Completed in 112 milliseconds