Uses of Interface
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.SMSResponseConfig

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

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs with parameters of type SMSResponseConfig
 java.lang.String StorageManagementCall.retrieveFilteredIOs(SMSResponseConfig responseConfig, java.util.List<SMSFilter> filters)
           
 

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

Classes in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response that implement SMSResponseConfig
 class AbstractSMSResponseConfig
           
 class InformationObjectResponse
           
 class InformationObjectTreeResponse
           
 class OIDResponse
           
 

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util that return SMSResponseConfig
static SMSResponseConfig WSToObjectResponseConverter.convertToResponseConfig(WSResponseConfig wsResponseConfig)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.util with parameters of type SMSResponseConfig
static WSResponseConfig ObjectToWSResponseConfigConverter.convertToWsResponseConfig(SMSResponseConfig responseConfig)