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 TypeMethodDescriptionvoid
cancelTask
(EntityExplorerActionSelection selection) Deprecated.void
cancelTask
(String taskId) Deprecated.void
deleteTask
(EntityExplorerActionSelection selection) Deprecated.getTaskExecutionKey
(String taskId) org.joda.time.DateTime
getTaskInfo
(EntityExplorerActionSelection selection) void
updateDueTime
(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_execution
identified by itstask_id
- Parameters:
taskId
- thetask_id
-
getTaskExecutionKey
- Parameters:
taskId
- thetask_id
- Returns:
- the stringified
PrimaryKey
-