public class NotePostProcessTaskHandler extends Object implements TaskHandler
| Constructor and Description |
|---|
NotePostProcessTaskHandler() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getRescheduleDate(Date now)
Return the time a task should run again.
|
void |
run(TaskTO task)
Executes the Task with the given properties.
|
public Date getRescheduleDate(Date now)
getRescheduleDate in interface TaskHandlernow - The date to use for any calculations.public void run(TaskTO task) throws TaskHandlerException
run in interface TaskHandlertask - The task.TaskHandlerException - Exception.Copyright © 2019 Communote team. All rights reserved.