Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.InformationObjectTreeResponse

Packages that use InformationObjectTreeResponse
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util   
 

Uses of InformationObjectTreeResponse in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs with parameters of type InformationObjectTreeResponse
 InfoObjectTree StorageManagementCall.retrieveTree(java.lang.String oid, InformationObjectTreeResponse responseConfig)
           
 

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response that return InformationObjectTreeResponse
static InformationObjectTreeResponse InformationObjectTreeResponse.completeInformationObjectTree()
           
static InformationObjectTreeResponse InformationObjectTreeResponse.completeInformationObjectTree(RawContentLocationConfig contentLocation)
           
static InformationObjectTreeResponse InformationObjectTreeResponse.walkedInformationObjectTree(java.util.List<TreeWalkRule> walkRules)
           
 

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util that return InformationObjectTreeResponse
static InformationObjectTreeResponse WSToObjectResponseConverter.convertToInformationObjectTreeResponse(WSInformationObjectTreeResponse wsInformationObjectTreeResponse)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util with parameters of type InformationObjectTreeResponse
static WSInformationObjectTreeResponse ObjectToWSResponseConfigConverter.convertToInformationObjectTreeResponse(InformationObjectTreeResponse informationObjectTreeResponse)