|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
org.apache.jackrabbit.api.jsr283.version | |
org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
Uses of Version in org.apache.jackrabbit.api.jsr283.version |
---|
Methods in org.apache.jackrabbit.api.jsr283.version that return Version | |
---|---|
Version |
VersionManager.checkin(String absPath)
Creates for the versionable node at absPath a new version
with a system generated version name and returns that version (which will
be the new base version of this node). |
Version |
VersionManager.checkpoint(String absPath)
Performs a checkin() followed by a checkout()
on the versionable node at absPath . |
Version |
VersionManager.getBaseVersion(String absPath)
Returns the current base version of the versionable node at absPath . |
Version |
Version.getLinearSuccessor()
Assuming that this Version object was acquired through a Workspace
W and is within the VersionHistory H ,
this method returns the successor of this version along the same line of descent
as is returned by H.getAllLinearVersions() where H
was also acquired through W . |
Methods in org.apache.jackrabbit.api.jsr283.version with parameters of type Version | |
---|---|
void |
VersionManager.cancelMerge(String absPath,
Version version)
Cancels the merge process with respect to the node at absPath and the specified version . |
Node |
VersionManager.createConfiguration(String absPath,
Version baseline)
Calling createConfiguration on the node N at
absPath creates, in the configuration storage, a new
nt:configuration node whose root is N. |
void |
VersionManager.doneMerge(String absPath,
Version version)
Completes the merge process with respect to the node at absPath and the specified version . |
void |
VersionManager.restore(String absPath,
Version version,
boolean removeExisting)
Restores the specified version to absPath . |
void |
VersionManager.restore(Version[] versions,
boolean removeExisting)
Restores a set of versions at once. |
void |
VersionManager.restore(Version version,
boolean removeExisting)
Restores the specified version and the changes the
corresponding node to reflect the state defined by the specified
version . |
Uses of Version in org.apache.jackrabbit.core.version |
---|
Methods in org.apache.jackrabbit.core.version that return Version | |
---|---|
Version |
JcrVersionManagerImpl.checkin(String absPath)
Creates for the versionable node at absPath a new version
with a system generated version name and returns that version (which will
be the new base version of this node). |
Version |
JcrVersionManagerImpl.checkpoint(String absPath)
Performs a checkin() followed by a checkout()
on the versionable node at absPath . |
Version |
JcrVersionManagerImpl.getBaseVersion(String absPath)
Returns the current base version of the versionable node at absPath . |
Version |
VersionImpl.getLinearSuccessor()
Assuming that this Version object was acquired through a Workspace
W and is within the VersionHistory H ,
this method returns the successor of this version along the same line of descent
as is returned by H.getAllLinearVersions() where H
was also acquired through W . |
Methods in org.apache.jackrabbit.core.version with parameters of type Version | |
---|---|
void |
JcrVersionManagerImpl.cancelMerge(String absPath,
Version version)
Cancels the merge process with respect to the node at absPath and the specified version . |
Node |
JcrVersionManagerImpl.createConfiguration(String absPath,
Version baseline)
Calling createConfiguration on the node N at
absPath creates, in the configuration storage, a new
nt:configuration node whose root is N. |
void |
JcrVersionManagerImpl.doneMerge(String absPath,
Version version)
Completes the merge process with respect to the node at absPath and the specified version . |
void |
JcrVersionManagerImpl.restore(String absPath,
Version version,
boolean removeExisting)
Restores the specified version to absPath . |
void |
JcrVersionManagerImpl.restore(Version[] versions,
boolean removeExisting)
Restores a set of versions at once. |
void |
JcrVersionManagerImpl.restore(Version version,
boolean removeExisting)
Restores the specified version and the changes the
corresponding node to reflect the state defined by the specified
version . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |