| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.bridge | |
| gr.uoa.di.madgik.grs.bridge.xml |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BridgeDowngrade.doDowngrade()
Iterate over the input, produce the output and store it in the output writer
|
abstract void |
BridgeUpgrade.doUpgrade()
Iterate over the input, produce the output and store it in the output writer
|
org.gcube.common.searchservice.searchlibrary.rsclient.elements.RSLocator |
BridgeDowngrade.downgrade()
Perform the downgrade.
|
abstract String |
GCubeRecord.downgrade()
Downgrade the record to a string serialization that is compatible to the serialization
of an "old style" ResultSet record
|
abstract org.gcube.common.searchservice.searchlibrary.rsclient.elements.RSLocator |
BridgeDowngrade.getLocator()
Retrieves the locator of the create ResultSet
|
abstract URI |
BridgeUpgrade.getLocator()
Retrieves the locator of the create
IBuffer |
protected org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBase |
BridgeDowngrade.getRecord(GCubeRecord record)
Instantiates the appropriate output record and populates it through the provided record
|
protected GCubeRecord |
BridgeUpgrade.getRecord(org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBase record)
Instantiates the appropriate output record and populates it through the provided record
|
abstract void |
BridgeDowngrade.initialize()
Perform any initialization needed before the downgrade begins
|
abstract void |
BridgeUpgrade.initialize()
Perform any initialization needed before the upgrade begins
|
URI |
BridgeUpgrade.upgrade()
Perform the upgrade.
|
abstract void |
GCubeRecord.upgrade(String record)
Upgrade from the provided "old style" ResultSet record serialization to the provided record
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDowngrade.doDowngrade()
Iterate over the input, produce the output and store it in the output writer
|
void |
XMLUpgrade.doUpgrade()
Iterate over the input, produce the output and store it in the output writer
|
String |
GCubeXMLRecord.downgrade()
Downgrade the record to a string serialization that is compatible to the serialization
of an "old style" ResultSet record
|
org.gcube.common.searchservice.searchlibrary.rsclient.elements.RSLocator |
XMLDowngrade.getLocator()
Retrieves the locator of the create ResultSet
|
URI |
XMLUpgrade.getLocator()
Retrieves the locator of the create
IBuffer |
String |
GCubeXMLRecord.getPayload()
Utility function returning the
Field payload without the client needing to locate it and get it from there |
void |
XMLDowngrade.initialize()
Perform any initialization needed before the downgrade begins
|
void |
XMLUpgrade.initialize()
Perform any initialization needed before the upgrade begins
|
void |
GCubeXMLRecord.setPayload(String payload)
Utility function setting the
Field payload without the client needing to locate it and set it there |
void |
GCubeXMLRecord.upgrade(String record)
Upgrade from the provided "old style" ResultSet record serialization to the provided record
|
Copyright © 2015. All Rights Reserved.