| javax.jcr.query.qom.PropertyExistence
PropertyExistence | public interface PropertyExistence extends Constraint(Code) | | Tests the existence of a property.
A node-tuple satisfies the constraint if the selector node has a property
named
PropertyExistence.getPropertyName property .
The query is invalid if:
since: JCR 2.0 |
getPropertyName | public String getPropertyName()(Code) | | Gets the name of the property.
the property name; non-null |
getSelectorName | public String getSelectorName()(Code) | | Gets the name of the selector against which to apply this constraint.
the selector name; non-null |
|
|