public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
Filter(FilterFunction function) |
Filter(String propertyName,
ComparisonOperator comparisonOperator,
Object propertyValue) |
Filter(String propertyName,
Object propertyValue) |
public Filter(FilterFunction function)
public Filter(String propertyName, ComparisonOperator comparisonOperator, Object propertyValue)
public Filter()
public String getRelationshipDirection()
public void setRelationshipDirection(String relationshipDirection)
public String getPropertyName()
public void setPropertyName(String propertyName)
@Deprecated public Object getPropertyValue()
FilterFunction.getValue() instead.@Deprecated public void setPropertyValue(Object propertyValue)
FilterFunction.setValue(Object) ()} instead.@Deprecated public Integer getPropertyPosition()
@Deprecated public void setPropertyPosition(Integer propertyPosition)
public ComparisonOperator getComparisonOperator()
public void setComparisonOperator(ComparisonOperator comparisonOperator)
public BooleanOperator getBooleanOperator()
public void setBooleanOperator(BooleanOperator booleanOperator)
public boolean isNegated()
true if this filter expression is to be negated when it's appended to the query, false
if notpublic void setNegated(boolean negated)
negated - Whether or not the filter expression is to be negatedpublic Class<?> getOwnerEntityType()
public void setOwnerEntityType(Class<?> ownerEntityType)
public String getNestedPropertyName()
public void setNestedPropertyName(String nestedPropertyName)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public boolean isNested()
public Class<?> getNestedPropertyType()
public void setNestedPropertyType(Class<?> nestedPropertyType)
public String getNestedEntityTypeLabel()
public void setNestedEntityTypeLabel(String nestedEntityTypeLabel)
public boolean isNestedRelationshipEntity()
public void setNestedRelationshipEntity(boolean nestedRelationshipEntity)
public String uniqueParameterName()
public AttributeConverter getPropertyConverter()
public void setPropertyConverter(AttributeConverter propertyConverter)
public CompositeAttributeConverter getCompositeAttributeConverter()
public void setCompositeConverter(CompositeAttributeConverter compositeAttributeConverter)
public Object getTransformedPropertyValue()
Filter.public FilterFunction getFunction()
public void setFunction(FilterFunction function)
public String toCypher(String nodeIdentifier, boolean addWhereClause)
nodeIdentifier - addWhereClause - Copyright © 2016 Neo Technology, Inc.. All rights reserved.