Uses of Class
org.gcube.contentmanagement.baselayer.exceptions.ValueNotValidException

Packages that use ValueNotValidException
org.gcube.contentmanagement.baselayer   
org.gcube.contentmanagement.baselayer.exceptions   
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   
 

Uses of ValueNotValidException in org.gcube.contentmanagement.baselayer
 

Methods in org.gcube.contentmanagement.baselayer that throw ValueNotValidException
static boolean BaseLayerUtils.consumeHint(java.lang.String hintName, BasicStorageHints hints)
          Checks if a hint has been set and if so, if the value corresponds to the boolean true
static boolean BaseLayerUtils.convertHintToBoolean(java.lang.String hintValue, java.lang.String hintName)
          Convenience method to convert the string value of a hint into a boolean value with proper (explicite) failure handling instead of runtime exceptions.
static double BaseLayerUtils.convertHintToDouble(java.lang.String hintValue, java.lang.String hintName)
          Convenience method to convert the string value of a hint into a double value with proper (explicite) failure handling instead of runtime exceptions.
static float BaseLayerUtils.convertHintToFloat(java.lang.String hintValue, java.lang.String hintName)
          Convenience method to convert the string value of a hint into a float value with proper (explicite) failure handling instead of runtime exceptions.
static int BaseLayerUtils.convertHintToInteger(java.lang.String hintValue, java.lang.String hintName)
          Convenience method to convert the string value of a hint into an integer value with proper (explicite) failure handling instead of runtime exceptions.
static long BaseLayerUtils.convertHintToLong(java.lang.String hintValue, java.lang.String hintName)
          Convenience method to convert the string value of a hint into a long value with proper (explicite) failure handling instead of runtime exceptions.
static java.net.Authenticator BaseLayerAuthenticator.getAuthenticatorFor(BasicStorageHints hints)
          Factory method to generate an authenticator based on StorageHints
static RawContentLocation BaseLayerUtils.getExternalLocation(java.lang.String fileLocation, BasicStorageHints hints)
          Generates a location that can be stored as an external location
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.
 void BaseLayerStream.handleStartOffset(BasicStorageHints hints)
          Evaluates whether a start offset has been requested by a hint and if so, performs the requested action.
 RawContentLocation RawFileContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
static boolean BaseLayerUtils.requestsFor(java.lang.String hintName, BasicStorageHints hints)
          Checks if a hint has been set and if so, if the value corresponds to the boolean true
 void BaseLayerStream.setLimit(BasicStorageHints hints)
          Sets the limit iff this has been requested within the hints.
 

Uses of ValueNotValidException in org.gcube.contentmanagement.baselayer.exceptions
 

Subclasses of ValueNotValidException in org.gcube.contentmanagement.baselayer.exceptions
 class DuplicateIDException
          Indicates that an ID was duplicated, so an object with this ID already existed.
 class ObjectNotFoundException
          Exception that indicates that an object has not been found.
 

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

Methods in org.gcube.contentmanagement.baselayer.filesystemImpl that throw ValueNotValidException
 boolean LocalFilesystemStorage.existsBinaryContent(RawContentLocation rcl, BasicStorageHints hints)
          Checks whether there is content at this location
 boolean LocalFilesystemHandler.existsBinaryContent(RawContentLocation rcl, BasicStorageHints hints)
          Checks whether there is content at this location
 BaseLayerStream LocalFilesystemStorage.getBinaryContent(java.io.File file, BasicStorageHints hints)
          Opens the content for reading and passes the input stream to the caller
 BaseLayerStream LocalFilesystemHandler.getBinaryContent(java.io.File file, BasicStorageHints hints)
          Opens the content for reading and passes the input stream to the caller
 RawContentLocation LocalFilesystemStorage.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 RawContentLocation LocalFilesystemHandler.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 

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

Methods in org.gcube.contentmanagement.baselayer.inMessageImpl that throw ValueNotValidException
 RawContentLocation InMemoryContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 

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

Methods in org.gcube.contentmanagement.baselayer.networkFileTransfer that throw ValueNotValidException
 void GridFTPContentManager.ensureResponsibleFor(RawContentLocation rcl)
           
 RawContentLocation GridFTPContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 RawContentLocation FTPPseudoContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 RawContentLocation HTTPPseudoContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 RawContentLocation CommonsHTTPClientPseudeContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 RawContentLocation CoGFTPContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.
 

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

Methods in org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal that throw ValueNotValidException
 RawContentLocation GFALRawContentManager.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
           
 

Constructors in org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal that throw ValueNotValidException
BufferedGFALInputStream(it.infn.catania.gfal.GFalFile inputFile, BasicStorageHints hints)
           
BufferedGFALOutputStream(it.infn.catania.gfal.GFalFile outputFile, BasicStorageHints hints)
           
GFALRawContentManager(java.lang.String managedURL, java.lang.String storageElementToCreateNewFiles)
           
 

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

Methods in org.gcube.contentmanagement.baselayer.rdbmsImpl that throw ValueNotValidException
 void GenericJDBCDatabase.ensureResponsibleFor(RawContentLocation rcl)
           
 RawContentLocation GenericJDBCDatabase.makePermanentLocation(RawContentLocation currentLocation, BasicStorageHints hints)
          Returns a raw location, which can be stored and retrieved later without the need to pass again all the hints.