Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.jbpm.TaskList

Packages that use TaskList
org.nuxeo.ecm.platform.jbpm   
org.nuxeo.ecm.platform.jbpm.core.service   
org.nuxeo.ecm.platform.jbpm.web   
 

Uses of TaskList in org.nuxeo.ecm.platform.jbpm
 

Classes in org.nuxeo.ecm.platform.jbpm that implement TaskList
 class TaskListImpl
           
 

Methods in org.nuxeo.ecm.platform.jbpm that return TaskList
 TaskList JbpmTaskListService.createTaskList(CoreSession session, java.lang.String listName)
          Creates a new task list.
 TaskList JbpmTaskListService.getTaskList(CoreSession session, java.lang.String listUUId)
          Retrieves a task list from it name.
 

Methods in org.nuxeo.ecm.platform.jbpm that return types with arguments of type TaskList
 java.util.List<TaskList> JbpmTaskListService.getTaskLists(CoreSession documentManager)
          Retrieve all the task lists of the current user
 

Methods in org.nuxeo.ecm.platform.jbpm with parameters of type TaskList
 void JbpmTaskListService.saveTaskList(CoreSession session, TaskList list)
          Saves the list.
 

Uses of TaskList in org.nuxeo.ecm.platform.jbpm.core.service
 

Methods in org.nuxeo.ecm.platform.jbpm.core.service that return TaskList
 TaskList JbpmTaskListServiceImpl.createTaskList(CoreSession session, java.lang.String listName)
           
 TaskList JbpmTaskListServiceImpl.getTaskList(CoreSession session, java.lang.String listUUId)
           
 

Methods in org.nuxeo.ecm.platform.jbpm.core.service that return types with arguments of type TaskList
 java.util.List<TaskList> JbpmTaskListServiceImpl.getTaskLists(CoreSession session)
           
 

Methods in org.nuxeo.ecm.platform.jbpm.core.service with parameters of type TaskList
 void JbpmTaskListServiceImpl.saveTaskList(CoreSession session, TaskList list)
           
 

Uses of TaskList in org.nuxeo.ecm.platform.jbpm.web
 

Methods in org.nuxeo.ecm.platform.jbpm.web that return types with arguments of type TaskList
 java.util.List<TaskList> JbpmTaskListActions.availableListsFactory()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.