Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.exception.InvalidHintException

Packages that use InvalidHintException
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util   
 

Uses of InvalidHintException in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl that throw InvalidHintException
 StorageHint[] SMSPortType1.iternalAssociateRawContent(FileTransferParameters params)
           
 

Uses of InvalidHintException in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util with parameters of type InvalidHintException
static GCUBEUnrecoverableValueNotValidFault ConversionUtil.convertToGCUBEFault(InvalidHintException e)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util that throw InvalidHintException
static BasicStorageHints ConversionUtil.convertHints(java.util.List<StorageHint> hints)
           
static BasicStorageHints ConversionUtil.convertHints(StorageHint[] hints)