Uses of Interface
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.RawContentLocationConfig

Packages that use RawContentLocationConfig
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util   
 

Uses of RawContentLocationConfig in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs with parameters of type RawContentLocationConfig
InfoObjectDescriptionIterator(GCUBELog logger, java.util.Iterator<java.lang.String> inputIterator, RawContentLocationConfig contentLocation, BasicStorageHints hints)
           
InfoObjectDescriptionTreeIterator(GCUBELog logger, java.util.Iterator<java.lang.String> inputIterator, RawContentLocationConfig contentLocation, BasicStorageHints hints, java.util.List<TreeWalkRule> walkRules, int hops)
           
 

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util with parameters of type RawContentLocationConfig
static InfoObjectTree InfoObjectTreeUtil.getInfoObjectTree(java.lang.String oid, RawContentLocationConfig locationConfig, BasicStorageHints hints, java.util.List<TreeWalkRule> walkRules, int hops)
           
static java.lang.String RawContentUtil.getTargetFileLocation(RawContentLocationConfig contentLocation)
           
 

Uses of RawContentLocationConfig in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response that return RawContentLocationConfig
 RawContentLocationConfig InformationObjectTreeResponse.getContentLocation()
           
 RawContentLocationConfig InformationObjectResponse.getLocation()
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response with parameters of type RawContentLocationConfig
static InformationObjectTreeResponse InformationObjectTreeResponse.completeInformationObjectTree(RawContentLocationConfig contentLocation)
           
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response with parameters of type RawContentLocationConfig
InformationObjectResponse(RawContentLocationConfig location, java.util.List<StorageHint> hints)
           
InformationObjectTreeResponse(RawContentLocationConfig contentLocation, java.util.List<TreeWalkRule> walkRules, int hops, java.util.List<StorageHint> hints)
           
 

Uses of RawContentLocationConfig in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
 

Classes in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content that implement RawContentLocationConfig
 class NoRawContent
           
 class RawContentAsUrl
           
 class RawContentInLocation
           
 class RawContentInMessage
           
 class RawContentInMessageConditional
           
 

Uses of RawContentLocationConfig in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util that return RawContentLocationConfig
static RawContentLocationConfig RawContentLocationConverter.convertToRawContentLocationConfig(WSRawContentLocationConfig config)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util with parameters of type RawContentLocationConfig
static WSRawContentLocationConfig RawContentLocationConverter.convertToWSRawContentLocationConfig(RawContentLocationConfig config)