| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DeleteActivitiesTaskHandler.checkRunTask(TaskTO task)  | 
protected void | 
DeleteActivitiesTaskHandler.runOnClient(TaskTO task)
 Collects all activities and deletes activity notes for them. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TaskTO | 
TaskManagement.findTask(String uniqueTaskName)
Get the details of a task. 
 | 
TaskTO | 
TaskManagement.getNextScheduledTask()
Return the next task to be scheduled. 
 | 
TaskTO | 
TaskManagement.getNextScheduledTask(Date upperBound)
Return the next task to be scheduled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<TaskTO> | 
TaskManagement.getNextScheduledTasks(Date upperBound,
                     int maxTasks,
                     Collection<Long> taskIdsToExclude)
Get the tasks to schedule next 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskHandler.run(TaskTO task)
Executes the Task with the given properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NotePostProcessTaskHandler.run(TaskTO task)
Executes the Task with the given properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TaskTO | 
TaskManagementImpl.findTask(String uniqueTaskName)  | 
TaskTO | 
TaskManagementImpl.getNextScheduledTask()  | 
TaskTO | 
TaskManagementImpl.getNextScheduledTask(Date upperBound)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<TaskTO> | 
TaskManagementImpl.getNextScheduledTasks(Date upperBound,
                     int maxTasks,
                     Collection<Long> taskIdsToExclude)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
ClientTaskHandler.checkRunTask(TaskTO task)
Check if the task should actually be run. 
 | 
String | 
RunScheduledTasksJob.getClientSpecificUniqueName(ClientTO client,
                           TaskTO task)
Get the unique name of the task with the name of the client 
 | 
void | 
ServiceTaskHandler.run(TaskTO task)
This method should never be called. 
 | 
void | 
ClientTaskHandler.run(TaskTO task)
Executes the Task with the given properties. 
 | 
protected void | 
DeleteOrphanedAttachmentsTaskHandler.runOnClient(TaskTO task)
Is called for each client 
 | 
protected abstract void | 
ClientTaskHandler.runOnClient(TaskTO task)
Is called for each client 
 | 
void | 
TaskSchedulingContext.scheduledTaskProcessed(TaskTO task,
                      ClientTO client)
Callback to inform the context that a previously scheduled handler was processed. 
 | 
void | 
TaskSchedulingContext.taskHandlerScheduled(TaskTO task,
                    ClientTO client)
Callback to inform the task scheduling context that the handler for a specific task has been
 scheduled 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RemindUserJob.run(TaskTO task)
Executes the Task with the given properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserGroupSynchronizationTaskHandler.run(TaskTO task)
This is the main job. 
 | 
void | 
SynchronizeExternalUserTaskHandler.run(TaskTO task)
Executes the Task with the given properties. 
 | 
Copyright © 2019 Communote team. All rights reserved.