Package | Description |
---|---|
de.innovationgate.wgpublisher |
Base package of WGA containing central functionalities.
|
de.innovationgate.wgpublisher.auth | |
de.innovationgate.wgpublisher.scheduler |
Functionality around the WGA Job Manager and implementing custom Tasks.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WGACore.runTransientTask(java.lang.String taskImplementation,
java.lang.String taskName,
java.util.Map options) |
Modifier and Type | Method and Description |
---|---|
void |
MigrateMembershipsToRelationsTask.configure(WGACore core) |
Modifier and Type | Method and Description |
---|---|
Job |
Scheduler.addCustomTaskJob(java.lang.String jobName,
Task task,
boolean istransient,
JobSchedule schedule) |
void |
Scheduler.addJob(de.innovationgate.wga.config.Job jobConfig) |
void |
Job.addSchedules(java.util.List schedulesList,
org.quartz.Scheduler quartzScheduler) |
void |
Job.addToScheduler(java.util.List schedules,
org.quartz.Scheduler quartzScheduler) |
abstract void |
Task.configure(WGACore core) |
void |
ScriptTask.configure(WGACore core) |
void |
PendingReleaseTask.configure(WGACore core) |
void |
OptimizeLuceneIndexTask.configure(WGACore core) |
void |
LoadDumpTask.configure(WGACore core) |
void |
JavaTask.configure(WGACore core) |
void |
DumpContentStoreTask.configure(WGACore core) |
void |
JavaTask.setClassName(java.lang.String taskClassName) |
Constructor and Description |
---|
Job(Scheduler scheduler,
de.innovationgate.wga.config.Job conf) |
JobSchedule(de.innovationgate.wga.config.Schedule config) |