Class PropertyExistenceImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.ConstraintImpl
org.apache.jackrabbit.spi.commons.query.qom.PropertyExistenceImpl
- All Implemented Interfaces:
Constraint,PropertyExistence
PropertyExistenceImpl...-
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the name of the property.Gets the name of the property.Gets the name of the selector against which to apply this constraint.Gets the name of the selector against which to apply this constraint.toString()
-
Method Details
-
getSelectorQName
Gets the name of the selector against which to apply this constraint.- Returns:
- the selector name; non-null
-
getPropertyQName
Gets the name of the property.- Returns:
- the property name; non-null
-
getSelectorName
Gets the name of the selector against which to apply this constraint.- Specified by:
getSelectorNamein interfacePropertyExistence- Returns:
- the selector name; non-null
-
getPropertyName
Gets the name of the property.- Specified by:
getPropertyNamein interfacePropertyExistence- Returns:
- the property name; non-null
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-