public class UpdateAnnotationsTask extends java.lang.Object implements TaskImplementation, TitledTaskImplementation
| Constructor and Description |
|---|
UpdateAnnotationsTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobContext jobContext)
Method called to execute the tasks operations.
|
java.lang.String |
getTitle(java.util.Locale locale,
java.util.Map<java.lang.String,java.lang.String> options) |
public void execute(JobContext jobContext) throws JobFailedException
TaskImplementationexecute in interface TaskImplementationjobContext - The context of the current jobJobFailedExceptionpublic java.lang.String getTitle(java.util.Locale locale,
java.util.Map<java.lang.String,java.lang.String> options)
getTitle in interface TitledTaskImplementation