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

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

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return AndCondition
static AndCondition WSToObjectConditionsConverter.convertToAndCondition(WSAndCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type AndCondition
static WSAndCondition ObjectToWSConditionsConverter.convertToWsAndCondition(AndCondition condition)