| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| de.gerdiproject.harvest.etls.adapters |
This package contains JSON (de-) serializers concerning AbstractETLs.
|
| de.gerdiproject.harvest.etls.json |
This package contains JSON objects of AbstractETLs and related classes.
|
| de.gerdiproject.harvest.etls.utils |
This package contains utility classes concerning AbstractETLs.
|
| Modifier and Type | Method and Description |
|---|---|
ETLJson |
AbstractETL.getAsJson()
Returns a simplified JSON representation of the ETL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractETL.loadFromJson(ETLJson json)
Loads the state from a JSON representation of this ETL.
|
void |
AbstractIteratorETL.loadFromJson(ETLJson json) |
| Modifier and Type | Method and Description |
|---|---|
ETLJson |
ETLJsonAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
ETLJson |
ETLInfosJson.getOverallInfo()
Returns an info summary of all registered ETLs combined.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ETLJson> |
ETLInfosJson.getEtlInfos()
Returns a map of ETL names to ETLJsons of
all registered AbstractETLs.
|
| Constructor and Description |
|---|
ETLInfosJson(ETLJson overallInfo,
List<AbstractETL<?,?>> registeredEtls)
Constructor that requires all fields.
|
| Modifier and Type | Method and Description |
|---|---|
ETLJson |
ETLManager.getETLAsJson(javax.ws.rs.core.MultivaluedMap<String,String> query)
Returns a specified ETL as JSON object.
|
Copyright © 2017–2019. All rights reserved.