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

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

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return BooleanPropertyValueCondition
static BooleanPropertyValueCondition WSToObjectConditionsConverter.convertToBooleanPropertyValueCondition(WSBooleanPropertyValueCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type BooleanPropertyValueCondition
static WSBooleanPropertyValueCondition ObjectToWSConditionsConverter.convertToWsBooleanPropertyValueCondition(BooleanPropertyValueCondition condition)