| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.jcr.query.qom |
| Modifier and Type | Class and Description |
|---|---|
class |
AndImpl
The implementation of the corresponding JCR interface.
|
class |
ChildNodeImpl
The implementation of the corresponding JCR interface.
|
class |
ComparisonImpl
The implementation of the corresponding JCR interface.
|
class |
DescendantNodeImpl
The implementation of the corresponding JCR interface.
|
class |
FullTextSearchImpl
The implementation of the corresponding JCR interface.
|
class |
NotImpl
The implementation of the corresponding JCR interface.
|
class |
OrImpl
The implementation of the corresponding JCR interface.
|
class |
PropertyExistenceImpl
The implementation of the corresponding JCR interface.
|
class |
SameNodeImpl
The implementation of the corresponding JCR interface.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintImpl |
NotImpl.getConstraint() |
ConstraintImpl |
OrImpl.getConstraint1() |
ConstraintImpl |
AndImpl.getConstraint1() |
ConstraintImpl |
OrImpl.getConstraint2() |
ConstraintImpl |
AndImpl.getConstraint2() |
| Constructor and Description |
|---|
AndImpl(ConstraintImpl constraint1,
ConstraintImpl constraint2) |
NotImpl(ConstraintImpl constraint) |
OrImpl(ConstraintImpl constraint1,
ConstraintImpl constraint2) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.