public interface JbpmTaskListService
Modifier and Type | Method and Description |
---|---|
TaskList |
createTaskList(CoreSession session,
String listName)
Creates a new task list.
|
void |
deleteTaskList(CoreSession session,
String listUUId)
Delete a list of participant.
|
TaskList |
getTaskList(CoreSession session,
String listUUId)
Retrieves a task list from it name.
|
List<TaskList> |
getTaskLists(CoreSession documentManager)
Retrieve all the task lists of the current user
|
void |
saveTaskList(CoreSession session,
TaskList list)
Saves the list.
|
TaskList createTaskList(CoreSession session, String listName) throws ClientException
listName
- the name of the new listClientException
void saveTaskList(CoreSession session, TaskList list) throws ClientException
list
- to saveClientException
TaskList getTaskList(CoreSession session, String listUUId) throws ClientException
Name
- of the list to loadClientException
void deleteTaskList(CoreSession session, String listUUId) throws ClientException
session
- listName
- The name of the list to deleteClientException
List<TaskList> getTaskLists(CoreSession documentManager) throws ClientException
session
- ClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.