Package ch.tocco.nice2.tasks.impl
Interface TaskUpdateActionService
- All Known Implementing Classes:
TaskUpdateActionServiceImpl
public interface TaskUpdateActionService
DWR action service for task queue manipulations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancelTask(EntityExplorerActionSelection selection) Deprecated.voidcancelTask(String taskId) Deprecated.voiddeleteTask(EntityExplorerActionSelection selection) Deprecated.getTaskExecutionKey(String taskId) org.joda.time.DateTimegetTaskInfo(EntityExplorerActionSelection selection) voidupdateDueTime(EntityExplorerActionSelection selection, org.joda.time.DateTime newDueTime) Deprecated.
-
Method Details
-
updateDueTime
@Deprecated void updateDueTime(EntityExplorerActionSelection selection, org.joda.time.DateTime newDueTime) Deprecated. -
getTaskInfo
-
deleteTask
Deprecated. -
cancelTask
Deprecated. -
cancelTask
Deprecated.Cancels aTask_executionidentified by itstask_id- Parameters:
taskId- thetask_id
-
getTaskExecutionKey
- Parameters:
taskId- thetask_id- Returns:
- the stringified
PrimaryKey
-