@Component public class AccessCertificationCampaignCreationTaskHandler extends Object implements TaskHandler
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_DOT |
static String |
HANDLER_URI |
Constructor and Description |
---|
AccessCertificationCampaignCreationTaskHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryName(Task task)
Returns a category name for a given task.
|
List<String> |
getCategoryNames()
Returns names of task categories provided by this handler.
|
Long |
heartbeat(Task task) |
void |
refreshStatus(Task task) |
TaskRunResult |
run(Task task) |
public static final String HANDLER_URI
public static final String CLASS_DOT
public AccessCertificationCampaignCreationTaskHandler()
public TaskRunResult run(Task task)
run
in interface TaskHandler
public Long heartbeat(Task task)
heartbeat
in interface TaskHandler
public void refreshStatus(Task task)
refreshStatus
in interface TaskHandler
public String getCategoryName(Task task)
TaskHandler
getCategoryName
in interface TaskHandler
task
- a task, whose category is to be determined; if getCategoryNames() returns null, this method
has to accept null value as this parameter, and return the (one) category name that it gives
to all taskspublic List<String> getCategoryNames()
TaskHandler
getCategoryNames
in interface TaskHandler
Copyright © 2016 evolveum. All rights reserved.