Uses of Class
org.ow2.orchestra.b4p.TaskRuntime

Packages that use TaskRuntime
org.ow2.orchestra.b4p   
 

Uses of TaskRuntime in org.ow2.orchestra.b4p
 

Methods in org.ow2.orchestra.b4p that return TaskRuntime
 TaskRuntime TaskRepository.getTaskRuntime(String taskId)
           
 TaskRuntime DbTaskRepository.getTaskRuntime(String taskId)
           
 TaskRuntime TaskRepository.removeTaskRuntime(String taskId)
           
 TaskRuntime DbTaskRepository.removeTaskRuntime(String taskId)
           
 

Methods in org.ow2.orchestra.b4p that return types with arguments of type TaskRuntime
 List<TaskRuntime> TaskRepository.getTaskRuntimes(String user)
           
 List<TaskRuntime> DbTaskRepository.getTaskRuntimes(String user)
           
 

Methods in org.ow2.orchestra.b4p with parameters of type TaskRuntime
 void TaskRepository.addTaskRuntime(TaskRuntime taskRuntime)
           
 void DbTaskRepository.addTaskRuntime(TaskRuntime taskRuntime)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.