Class TaskController

java.lang.Object
org.cswteams.ms3.control.task.TaskController
All Implemented Interfaces:
ITaskController

@Service public class TaskController extends Object implements ITaskController
  • Constructor Details

    • TaskController

      public TaskController()
  • Method Details

    • createTask

      public Task createTask(TaskEnum taskType)
      Description copied from interface: ITaskController
      Create a Task with the specified task type.
      Specified by:
      createTask in interface ITaskController
      Parameters:
      taskType - task type
      Returns:
      new task, with taskType as task type.