Uses of Class
fr.cnes.sitools.tasks.business.Task

Packages that use Task
fr.cnes.sitools.tasks   
fr.cnes.sitools.tasks.business   
 

Uses of Task in fr.cnes.sitools.tasks
 

Methods in fr.cnes.sitools.tasks that return Task
static Task TaskUtils.getTask(org.restlet.Context context)
          Gets the Task contained in the Context
 

Uses of Task in fr.cnes.sitools.tasks.business
 

Methods in fr.cnes.sitools.tasks.business that return Task
 Task TaskManager.createTask(org.restlet.Context context, org.restlet.Request request, org.restlet.Response response, ResourceModel model, org.restlet.security.User user, java.util.logging.Level loggerLvl, boolean persist)
          Create a new Task
 Task TaskManager.getById(java.lang.String taskId)
          Get a Task for the specified taskId
 

Methods in fr.cnes.sitools.tasks.business that return types with arguments of type Task
 java.util.List<Task> TaskManager.getByResourceModel(java.lang.String resourceModelId)
          Gets all the tasks with the same resourceModel specified by the given resourceModelId
 java.util.List<Task> TaskManager.getTasks()
          Return the list of persisted tasks
 

Methods in fr.cnes.sitools.tasks.business with parameters of type Task
 void TaskManager.runAsynchrone(Task task, org.restlet.Context context)
          Run the given Task synchronously
 void TaskManager.runSynchrone(Task task)
          Run the given Task synchronously
 void TaskManager.updateTask(Task task)
          Persist the Task
 



Copyright © 2010-2013 CNES. All Rights Reserved.