|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.task.AbstractTaskManager
com.silverpeas.workflow.engine.task.TaskManagerImpl
public class TaskManagerImpl
The workflow engine services relate to task management.
Constructor Summary | |
---|---|
TaskManagerImpl()
|
Method Summary | |
---|---|
void |
assignTask(Task task,
User delegator)
Adds a new task in the user's todos. |
String |
getProcessInstanceIdFromExternalTodoId(String externalTodoId)
Get the process instance Id referred by the todo with the given todo id |
String |
getRoleNameFromExternalTodoId(String externalTodoId)
Get the role name of task referred by the todo with the given todo id |
void |
notifyActor(Task task,
User sender,
User user,
String text)
Notify user that an action has been done |
void |
unAssignTask(Task task)
Removes a task. |
Methods inherited from class com.silverpeas.workflow.engine.task.AbstractTaskManager |
---|
createTask, createTasks, getCreationTask, getTasks |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskManagerImpl()
Method Detail |
---|
public void assignTask(Task task, User delegator) throws WorkflowException
WorkflowException
public void unAssignTask(Task task) throws WorkflowException
WorkflowException
public String getProcessInstanceIdFromExternalTodoId(String externalTodoId) throws WorkflowException
WorkflowException
public String getRoleNameFromExternalTodoId(String externalTodoId) throws WorkflowException
WorkflowException
public void notifyActor(Task task, User sender, User user, String text) throws WorkflowException
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |