Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.query.qom |
Provides interfaces and classes for content repository Query Object Model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChildNodeJoinCondition
Tests whether the
childSelector node is a child
of the parentSelector node. |
interface |
DescendantNodeJoinCondition
Tests whether the
descendantSelector node
is a descendant of the ancestorSelector
node. |
interface |
EquiJoinCondition
Tests whether the value of a property in a first selector is equal to the
value of a property in a second selector.
|
interface |
SameNodeJoinCondition
Tests whether two nodes are "the same" according to the
isSame
method of javax.jcr.Item . |
Modifier and Type | Method and Description |
---|---|
JoinCondition |
Join.getJoinCondition()
Gets the join condition.
|
Modifier and Type | Method and Description |
---|---|
Join |
QueryObjectModelFactory.join(Source left,
Source right,
String joinType,
JoinCondition joinCondition)
Performs a join between two node-tuple sources.
|
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.