public class SynchronizeExternalUserTaskHandler extends Object implements TaskHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_USER_ALIAS
Key for the users alias property.
|
Constructor and Description |
---|
SynchronizeExternalUserTaskHandler() |
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 static final String PROPERTY_USER_ALIAS
public Date getRescheduleDate(Date now)
TaskHandler
getRescheduleDate
in interface TaskHandler
now
- Not used.public void run(TaskTO task) throws TaskHandlerException
run
in interface TaskHandler
task
- The task.TaskHandlerException
- Exception.Copyright © 2019 Communote team. All rights reserved.