Modifier and Type | Method and Description |
---|---|
void |
NoteStoringPostProcessorManager.process(Collection<Note> notes,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties)
Process the provided notes synchronously by the registered processors.
|
Modifier and Type | Method and Description |
---|---|
Long |
TaskManagement.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Class<? extends TaskHandler> handlerClass)
Add a new task.
|
Long |
TaskManagement.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Map<String,String> properties,
Class<? extends TaskHandler> handlerClass)
Add a new task.
|
Long |
TaskManagement.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Map<String,String> properties,
String handlerClass)
Add a new task.
|
Long |
TaskManagement.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
String handlerClass)
Add a new task.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteStoringPostProcessorManagerImpl.process(Collection<Note> notes,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
Long |
TaskManagementImpl.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Class<? extends TaskHandler> handlerClass) |
Long |
TaskManagementImpl.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Map<String,String> properties,
Class<? extends TaskHandler> handlerClass) |
Long |
TaskManagementImpl.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
Map<String,String> properties,
String handlerClass) |
Long |
TaskManagementImpl.addTask(String uniqueTaskName,
boolean active,
Long interval,
Date nextExecutionDate,
String handlerClass) |
Copyright © 2019 Communote team. All rights reserved.