Uses of Interface
org.gcube.contentmanagement.baselayer.RawFileContentManager

Packages that use RawFileContentManager
org.gcube.contentmanagement.baselayer   
org.gcube.contentmanagement.baselayer.filesystemImpl   
org.gcube.contentmanagement.baselayer.inMessageImpl   
org.gcube.contentmanagement.baselayer.networkFileTransfer   
org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal   
org.gcube.contentmanagement.baselayer.rdbmsImpl   
org.gcube.contentmanagement.baselayer.streamutils   
org.gcube.contentmanagement.storagelayer   
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer
 

Methods in org.gcube.contentmanagement.baselayer that return RawFileContentManager
static RawFileContentManager BaseLayerUtils.getInMemoryManager()
          Returns a manager appropriate for in memory handling of content.
static RawFileContentManager BaseLayerUtils.getProtocolHandler(int position)
          Returns a protocol handler that is stored at a particular position of the list of handlers.
static RawFileContentManager BaseLayerUtils.getProtocolHandlerFor(java.lang.String fileLocation, BasicStorageHints hints)
          Returns a content manager that is able to retrieve a file from the given location.
 

Methods in org.gcube.contentmanagement.baselayer with parameters of type RawFileContentManager
static RawContentLocation BaseLayerUtils.makePseudoUniqueLocation(RawContentLocation location, RawFileContentManager manager, BasicStorageHints hints)
          Generates a location that is to best knowledge unique.
static void BaseLayerUtils.registerProtocolHandler(RawFileContentManager manager)
          Registers a content manager as protocol handler by adding it to the end of the list of registered handlers
static void BaseLayerUtils.registerProtocolHandler(RawFileContentManager manager, int position)
          Registers a content manager as protocol handler by adding it at a particular position of the list of registered handlers
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.filesystemImpl
 

Classes in org.gcube.contentmanagement.baselayer.filesystemImpl that implement RawFileContentManager
 class LocalFilesystemHandler
          Manager for fies stored on local file system.
 class LocalFilesystemStorage
          Manager for fies stored on local file system.
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.inMessageImpl
 

Classes in org.gcube.contentmanagement.baselayer.inMessageImpl that implement RawFileContentManager
 class InMemoryContentManager
          This class keeps a copy of content passed with a SOAP message (or for passing to message) in momery.
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.networkFileTransfer
 

Classes in org.gcube.contentmanagement.baselayer.networkFileTransfer that implement RawFileContentManager
 class CoGFTPContentManager
          This class provides the functionallity to retrieve and store files via FTP.
 class CommonsHTTPClientPseudeContentManager
          This class provides the basic functionallity to retrieve files via HTTP(S).
 class FTPPseudoContentManager
          This class provides the basic functionallity to retrieve and store files via FTP.
 class GridFTPContentManager
          This class provides easy-to-use access to GridFTP The implementation is backed by the Commodity Grid (CoG) Kit, that provides some assistance to bridge between gt2 and gt4 and is part of the GT4 WS-Core distribution.
 class HTTPPseudoContentManager
          This class provides the basic functionallity to retrieve files via HTTP(S).
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal
 

Classes in org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal that implement RawFileContentManager
 class GFALRawContentManager
           
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.rdbmsImpl
 

Classes in org.gcube.contentmanagement.baselayer.rdbmsImpl that implement RawFileContentManager
 class GenericJDBCDatabase
          Manager for raw file content and relationships and properties backed by a relational database.
 

Uses of RawFileContentManager in org.gcube.contentmanagement.baselayer.streamutils
 

Constructors in org.gcube.contentmanagement.baselayer.streamutils with parameters of type RawFileContentManager
DeleteContentAction(RawFileContentManager manager, RawContentLocation locationToDelete, BasicStorageHints hints, boolean deleteIfStreamUnread)
          Constructs a new action
 

Uses of RawFileContentManager in org.gcube.contentmanagement.storagelayer
 

Methods in org.gcube.contentmanagement.storagelayer that return RawFileContentManager
static RawFileContentManager StorageManager.getManagerForDataProvider(java.lang.String dataProvider)