Interface TaskUpdateActionService

All Known Implementing Classes:
TaskUpdateActionServiceImpl

public interface TaskUpdateActionService
DWR action service for task queue manipulations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels a Task_execution identified by its task_id
    Returns the PrimaryKey of a Task_execution identified by its task_id
  • Method Details

    • cancelTask

      void cancelTask(String taskId)
      Cancels a Task_execution identified by its task_id
      Parameters:
      taskId - the task_id
    • getTaskExecutionKey

      String getTaskExecutionKey(String taskId)
      Returns the PrimaryKey of a Task_execution identified by its task_id
      Parameters:
      taskId - the task_id
      Returns:
      the stringified PrimaryKey