Uses of Interface
org.jbpm.api.task.Task

Packages that use Task
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.api.task   
 

Uses of Task in org.jbpm.api
 

Methods in org.jbpm.api that return Task
 Task TaskService.getTask(long taskDbid)
          Retrieves the task with the given identifier from persistent storage.
 Task TaskService.newTask()
          Creates a task.
 Task TaskService.newTask(long parentTaskDbid)
          Creates a new subtask for the given task.
 Task TaskQuery.uniqueResult()
           
 

Methods in org.jbpm.api that return types with arguments of type Task
 java.util.List<Task> TaskService.findGroupTasks(java.lang.String userId)
          list of tasks that can be taken by the given user.
 java.util.List<Task> TaskService.findPersonalTasks(java.lang.String userId)
          list of tasks that are assigned to the given user.
 java.util.List<Task> TaskService.getSubTasks(long taskDbid)
          get the subtasks for this task.
 java.util.List<Task> TaskQuery.list()
           
 

Methods in org.jbpm.api with parameters of type Task
 long TaskService.saveTask(Task task)
          Saves the given task to persistent storage.
 

Uses of Task in org.jbpm.api.task
 

Subinterfaces of Task in org.jbpm.api.task
 interface OpenTask
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.