Uses of Class
gr.uoa.di.madgik.grs.bridge.exceptions.GCubeBridgeException

Packages that use GCubeBridgeException
gr.uoa.di.madgik.grs.bridge   
gr.uoa.di.madgik.grs.bridge.xml   
 

Uses of GCubeBridgeException in gr.uoa.di.madgik.grs.bridge
 

Methods in gr.uoa.di.madgik.grs.bridge that throw GCubeBridgeException
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
abstract  String GCubeRecord.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 BridgeDowngrade.downgrade()
          Perform the downgrade.
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
 

Uses of GCubeBridgeException in gr.uoa.di.madgik.grs.bridge.xml
 

Methods in gr.uoa.di.madgik.grs.bridge.xml that throw GCubeBridgeException
 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
 URI XMLUpgrade.getLocator()
          Retrieves the locator of the create IBuffer
 org.gcube.common.searchservice.searchlibrary.rsclient.elements.RSLocator XMLDowngrade.getLocator()
          Retrieves the locator of the create ResultSet
 String GCubeXMLRecord.getPayload()
          Utility function returning the Field payload without the client needing to locate it and get it from there
 void XMLUpgrade.initialize()
          Perform any initialization needed before the upgrade begins
 void XMLDowngrade.initialize()
          Perform any initialization needed before the downgrade 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 © 2014. All Rights Reserved.