Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
javax.jcr.version |
Provides interfaces and classes for content repository versioning functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Node
The
Node interface represents a node in the hierarchy that
makes up the repository. |
interface |
Property
A
Property object represents the smallest granularity of content
storage. |
Modifier and Type | Method and Description |
---|---|
Item |
Item.getAncestor(int depth)
Returns the ancestor of the specified depth.
|
Item |
Session.getItem(String absPath)
Returns the item at the specified absolute path in the workspace.
|
Item |
Node.getPrimaryItem()
Returns the primary child item of this node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Item.isSame(Item otherItem)
Returns
true if this Item object
(the Java object instance) represents the same actual repository item as the
object otherItem . |
Modifier and Type | Interface and Description |
---|---|
interface |
Version
A
Version object wraps an nt:version node. |
interface |
VersionHistory
A
VersionHistory object wraps an nt:versionHistory
node. |
Copyright © 2004-2013 Day Management AG. All Rights Reserved.