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

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

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return NotCondition
static NotCondition WSToObjectConditionsConverter.convertToNotCondition(WSNotCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type NotCondition
static WSNotCondition ObjectToWSConditionsConverter.convertToWsNotCondition(NotCondition condition)