javax.jcr.version |
|
Java Source File Name | Type | Comment |
LabelExistsVersionException.java | Class | Exception thrown by VersionHistory.addVersionLabel if moveLabel is set to false
and an attempt is made to add a label that already exists in the VersionHistory . |
OnParentVersionAction.java | Class | The possible actions specified by the onParentVersion attribute
in a property definition within a node type definition.
This interface defines the following actions:
COPY
VERSION
INITIALIZE
COMPUTE
IGNORE
ABORT
Every item (node or property) in the repository has a status indicator that
governs what happens to that item when its parent node is versioned. |
Version.java | Interface | A Version object wraps an nt:version node. |
VersionException.java | Class | Exception thrown by Version.addSuccessor if an invalid
version graph operation is attempted. |
VersionHistory.java | Interface | A VersionHistory object wraps an nt:versionHistory
node. |
VersionIterator.java | Interface | Allows easy iteration through a list of Version s objects
with nextVersion as well as a skip method inherited from
RangeIterator . |