Package | Description |
---|---|
de.innovationgate.wgpublisher.auth | |
de.innovationgate.wgpublisher.scheduler |
Functionality around the WGA Job Manager and implementing custom Tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrateMembershipsToRelationsTask |
Modifier and Type | Class and Description |
---|---|
class |
DumpContentStoreTask |
class |
JavaTask |
class |
LoadDumpTask |
class |
OptimizeLuceneIndexTask |
class |
PendingReleaseTask |
class |
ScriptTask |
Modifier and Type | Method and Description |
---|---|
Task |
JobContext.getCurrentTask()
Returns the object representing the current task
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Task> |
Job.getTasks() |
Modifier and Type | Method and Description |
---|---|
Job |
Scheduler.addCustomTaskJob(java.lang.String jobName,
Task task,
boolean istransient,
JobSchedule schedule) |
void |
Job.addTask(Task task) |