| Package | Description |
|---|---|
| de.gerdiproject.harvest.config.events |
This package contains sub-classes of IEvent that are related to
the harvester configuration and parameters.
|
| de.gerdiproject.harvest.etls.events |
This package contains sub-classes of IEvent that are related to
the harvesting-process.
|
| de.gerdiproject.harvest.rest |
This package contains generic classes used by HTTP requests.
|
| de.gerdiproject.harvest.scheduler.events |
This package contains events that modify the
Scheduler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetConfigurationEvent
This event aims to retrieve the singleton Configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetETLManagerEvent
This event is used to retrieve the ETLManager from the MainContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRestResource<T extends AbstractRestObject<T,?>,S extends GetRestObjectEvent<T>>
This abstract class represents the interface between HTTP requests
and a singleton object that can be manipulated by such.
|
| Constructor and Description |
|---|
AbstractRestObject(String moduleName,
Class<? extends GetRestObjectEvent<T>> getterEventClass)
Constructor that requires the moduleName for pretty printing and the class
of the GetRestObjectEvent that is used to retrieve the singleton instance of this object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetSchedulerEvent
Synchronous event for retrieving the Scheduler.
|
Copyright © 2017–2019. All rights reserved.