Copyright© 2008-2022 Sitevision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
javax.jcr.nodetype |
This package 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.security |
Provides interfaces and classes for content repository access control management
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 |
EventJournal
An
EventJournal is an extension of EventIterator
that provides the additional method EventJournal.skipTo(long) . |
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
Allows easy iteration through a list of
Row s with
nextRow as well as a skip method inherited from
RangeIterator . |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessControlPolicyIterator
Allows easy iteration through a list of
AccessControlPolicy s
with nextAccessControlPolicy as well as a skip
method inherited from RangeIterator . |
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 . |
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-2022 Sitevision AB, all rights reserved.