com.silverpeas.workflow.engine
Class WorkflowHub

java.lang.Object
  extended by com.silverpeas.workflow.engine.WorkflowHub

public class WorkflowHub
extends Object

The workflowHub manages all the workflow components implementations. This singleton builds the several workflow components and exports them as services interfaces.


Method Summary
static ErrorManager getErrorManager()
           
static ProcessInstanceManager getProcessInstanceManager()
           
static ProcessModelManager getProcessModelManager()
           
static TaskManager getTaskManager()
           
static TimeoutManager getTimeoutManager()
           
static UserManager getUserManager()
           
static WorkflowEngine getWorkflowEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTimeoutManager

public static final TimeoutManager getTimeoutManager()
                                              throws WorkflowException
Returns:
the TimeoutManager
Throws:
WorkflowException

getProcessModelManager

public static final ProcessModelManager getProcessModelManager()
                                                        throws WorkflowException
Returns:
the ProcessModelManager
Throws:
WorkflowException

getProcessInstanceManager

public static final ProcessInstanceManager getProcessInstanceManager()
                                                              throws WorkflowException
Returns:
the ProcessInstanceManager
Throws:
WorkflowException

getUserManager

public static final UserManager getUserManager()
                                        throws WorkflowException
Returns:
the UserManager
Throws:
WorkflowException

getWorkflowEngine

public static final WorkflowEngine getWorkflowEngine()
                                              throws WorkflowException
Returns:
the WorkflowEngine
Throws:
WorkflowException

getTaskManager

public static final TaskManager getTaskManager()
                                        throws WorkflowException
Returns:
the TaskManager
Throws:
WorkflowException

getErrorManager

public static final ErrorManager getErrorManager()
                                          throws WorkflowException
Returns:
the ErrorManager
Throws:
WorkflowException


Copyright © 2016 Silverpeas. All Rights Reserved.