Uses of Class
org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
Packages that use PropertyExistenceImpl
-
Uses of PropertyExistenceImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return PropertyExistenceImplModifier and TypeMethodDescriptionCoalesceImpl.getPropertyExistence()
abstract PropertyExistenceImpl
DynamicOperandImpl.getPropertyExistence()
Get the property existence condition for this operand, if this operand is used as part of a condition.FirstImpl.getPropertyExistence()
FullTextSearchScoreImpl.getPropertyExistence()
LengthImpl.getPropertyExistence()
LowerCaseImpl.getPropertyExistence()
NodeLocalNameImpl.getPropertyExistence()
NodeNameImpl.getPropertyExistence()
PathImpl.getPropertyExistence()
PropertyValueImpl.getPropertyExistence()
UpperCaseImpl.getPropertyExistence()
AstElementFactory.propertyExistence
(String selectorName, String propertyName) Methods in org.apache.jackrabbit.oak.query.ast that return types with arguments of type PropertyExistenceImplModifier and TypeMethodDescriptionAndImpl.getPropertyExistenceConditions()
ChildNodeImpl.getPropertyExistenceConditions()
ComparisonImpl.getPropertyExistenceConditions()
abstract Set<PropertyExistenceImpl>
ConstraintImpl.getPropertyExistenceConditions()
Get the set of property existence conditions that can be derived for this condition.DescendantNodeImpl.getPropertyExistenceConditions()
FullTextSearchImpl.getPropertyExistenceConditions()
InImpl.getPropertyExistenceConditions()
NativeFunctionImpl.getPropertyExistenceConditions()
NotImpl.getPropertyExistenceConditions()
OrImpl.getPropertyExistenceConditions()
PropertyExistenceImpl.getPropertyExistenceConditions()
PropertyInexistenceImpl.getPropertyExistenceConditions()
SameNodeImpl.getPropertyExistenceConditions()
SimilarImpl.getPropertyExistenceConditions()
SpellcheckImpl.getPropertyExistenceConditions()
SuggestImpl.getPropertyExistenceConditions()
Methods in org.apache.jackrabbit.oak.query.ast with parameters of type PropertyExistenceImpl