Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property.StringPropertyValueCondition

Packages that use StringPropertyValueCondition
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util   
 

Uses of StringPropertyValueCondition in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return StringPropertyValueCondition
static StringPropertyValueCondition WSToObjectConditionsConverter.convertToStringPropertyValueCondition(WSStringPropertyValueCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type StringPropertyValueCondition
static WSStringPropertyValueCondition ObjectToWSConditionsConverter.convertToWsStringPropertyValueCondition(StringPropertyValueCondition condition)