Package | Description |
---|---|
de.innovationgate.wgpublisher |
Base package of WGA containing central functionalities.
|
de.innovationgate.wgpublisher.files | |
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 |
UpdateAnnotationsTask.execute(JobContext jobContext) |
Modifier and Type | Class and Description |
---|---|
class |
JobCancelledException |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeFileStorageTask.execute(JobContext jobContext) |
void |
TestTaskImplementation.execute(JobContext jobContext) |
void |
TaskImplementation.execute(JobContext jobContext)
Method called to execute the tasks operations.
|
static java.lang.Long |
UpgradeFileStorageTask.performUpgrade(JobContext jobContext,
de.innovationgate.webgate.api.WGDatabase db) |
void |
Scheduler.run(java.lang.String name,
java.lang.String executor,
java.util.Map<java.lang.String,java.lang.Object> customOptions,
org.quartz.JobExecutionContext quartzContext) |
void |
Scheduler.run(java.lang.String name,
java.lang.String executor,
java.util.Map<java.lang.String,java.lang.Object> customOptions,
org.quartz.JobExecutionContext quartzContext,
ApplicationEventBuilder event) |