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.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 a workspace. |
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 this
Item at the specified depth. |
Item |
Session.getItem(String absPath)
Returns the node 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 workspace 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. |
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.