Class TaskUpdateActionServiceImpl
java.lang.Object
ch.tocco.nice2.tasks.impl.TaskUpdateActionServiceImpl
- All Implemented Interfaces:
TaskUpdateActionService
-
Constructor Summary
ConstructorsConstructorDescriptionTaskUpdateActionServiceImpl(Context context, TaskSchedulingService taskSchedulingService) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelTask(String taskId) Cancels aTask_executionidentified by itstask_idgetTaskExecutionKey(String taskId)
-
Constructor Details
-
TaskUpdateActionServiceImpl
-
-
Method Details
-
cancelTask
Description copied from interface:TaskUpdateActionServiceCancels aTask_executionidentified by itstask_id- Specified by:
cancelTaskin interfaceTaskUpdateActionService- Parameters:
taskId- thetask_id
-
getTaskExecutionKey
Description copied from interface:TaskUpdateActionService- Specified by:
getTaskExecutionKeyin interfaceTaskUpdateActionService- Parameters:
taskId- thetask_id- Returns:
- the stringified
PrimaryKey
-