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

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

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return PropertyExistenceCondition
static PropertyExistenceCondition WSToObjectConditionsConverter.convertToPropertyExistenceCondition(WSPropertyExistenceCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type PropertyExistenceCondition
static WSPropertyExistenceCondition ObjectToWSConditionsConverter.convertToWsPropertyExistenceCondition(PropertyExistenceCondition condition)