Uses of Interface
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property.PropertyCondition

Packages that use PropertyCondition
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content   
 

Uses of PropertyCondition in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter with parameters of type PropertyCondition
static PropertiesFilter FilterChainComposer.convertToPropertyFilter(PropertyCondition condition)
           
 

Uses of PropertyCondition in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property
 

Classes in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property that implement PropertyCondition
 class AndCondition
           
 class BooleanPropertyValueCondition
           
 class NotCondition
           
 class OrCondition
           
 class PropertyExistenceCondition
           
 class StringPropertyValueCondition
           
 class TimeInMillisecondsPropertyValueBetweenCondition
           
 class TimeInMillisecondsPropertyValueCondition
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property that return PropertyCondition
 PropertyCondition NotCondition.getCondition()
           
 PropertyCondition OrCondition.getLeftCondition()
           
 PropertyCondition AndCondition.getLeftCondition()
           
 PropertyCondition PropertyFilter.getPropertyCondition()
           
 PropertyCondition OrCondition.getRightCondition()
           
 PropertyCondition AndCondition.getRightCondition()
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property with parameters of type PropertyCondition
 boolean TimeInMillisecondsPropertyValueBetweenCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean NotCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean OrCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean BooleanPropertyValueCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean PropertyExistenceCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean StringPropertyValueCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean TimeInMillisecondsPropertyValueCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean AndCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 boolean PropertyCondition.contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property with parameters of type PropertyCondition
AndCondition(PropertyCondition leftCondition, PropertyCondition rightCondition)
           
NotCondition(PropertyCondition condition)
           
OrCondition(PropertyCondition leftCondition, PropertyCondition rightCondition)
           
PropertyFilter(PropertyCondition propertyCondition)
           
 

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

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util that return PropertyCondition
static PropertyCondition WSToObjectConditionsConverter.convertToPropertyCondition(WSPropertyCondition condition)
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.util with parameters of type PropertyCondition
static WSPropertyCondition ObjectToWSConditionsConverter.convertToWsPropertyCondition(PropertyCondition condition)
           
 

Uses of PropertyCondition in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content that return PropertyCondition
 PropertyCondition RawContentInMessageConditional.getPropertyCondition()
           
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content with parameters of type PropertyCondition
RawContentInMessageConditional(PropertyCondition propertyCondition)