Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
javax.jcr.nodetype |
Provides interfaces and classes for content repository node type functionality.
|
javax.jcr.observation |
Provides interfaces and classes for content repository event observation functionality.
|
javax.jcr.query |
Provides interfaces and classes for content repository searching functionality.
|
javax.jcr.version |
Provides interfaces and classes for content repository versioning functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodeIterator
Allows easy iteration through a list of
Node s
with nextNode as well as a skip method inherited from
RangeIterator . |
interface |
PropertyIterator
Allows easy iteration through a list of
Property s
with nextProperty as well as a skip method. |
Modifier and Type | Interface and Description |
---|---|
interface |
NodeTypeIterator
An iterator for
NodeType objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
EventIterator
Allows easy iteration through a list of
Event s
with nextEvent as well as a skip method inherited from
RangeIterator . |
interface |
EventListenerIterator
Allows easy iteration through a list of
EventListener s
with nextEventListener as well as a skip method inherited from
RangeIterator . |
Modifier and Type | Interface and Description |
---|---|
interface |
RowIterator |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionIterator
Allows easy iteration through a list of
Version s objects
with nextVersion as well as a skip method inherited from
RangeIterator . |
Copyright © 2004-2013 Day Management AG. All Rights Reserved.