public class VersionManagerImpl extends VersionManagerImplConfig implements VersionManager
VersionManager
.
This class implements the JCR Version Manager interface but most of the operations are performed in the super classes. this is only cosmetic to avoid huge source files.
VersionManagerImplBase.WriteOperation
context, currentActivity, hierMgr, ntReg, session, stateMgr, vMgr
Constructor and Description |
---|
VersionManagerImpl(SessionContext context,
UpdatableItemStateManager stateMgr,
HierarchyManager hierMgr)
Creates a new version manager
|
Modifier and Type | Method and Description |
---|---|
void |
cancelMerge(String absPath,
Version version) |
Version |
checkin(String absPath)
Wrapper around
checkin(String, Calendar) . |
Version |
checkin(String absPath,
Calendar created)
Creates a new version of the node at the given path.
|
void |
checkout(String absPath) |
Version |
checkpoint(String absPath) |
Node |
createActivity(String title) |
Node |
createConfiguration(String absPath) |
void |
doneMerge(String absPath,
Version version) |
Node |
getActivity() |
Version |
getBaseVersion(String absPath) |
VersionHistory |
getVersionHistory(String absPath) |
boolean |
isCheckedOut(String absPath)
Wrapper around
Node.isCheckedOut() . |
NodeIterator |
merge(Node activityNode) |
NodeIterator |
merge(String absPath,
String srcWorkspace,
boolean bestEffort)
Wrapper around
merge(String, String, boolean, boolean) . |
NodeIterator |
merge(String absPath,
String srcWorkspaceName,
boolean bestEffort,
boolean isShallow) |
void |
removeActivity(Node node) |
protected void |
restore(NodeImpl node,
Version version,
boolean removeExisting)
Same as
restore(String, String, boolean) but to ensure
backward compatibility for Node.restore(Version, boolean). |
void |
restore(String absPath,
String versionName,
boolean removeExisting) |
void |
restore(String absPath,
Version version,
boolean removeExisting) |
void |
restore(Version[] versions,
boolean removeExisting) |
void |
restore(Version version,
boolean removeExisting)
Wrapper around
restore(Version[], boolean) . |
void |
restoreByLabel(String absPath,
String versionLabel,
boolean removeExisting) |
Node |
setActivity(Node activity) |
void |
update(NodeImpl node,
String srcWorkspaceName)
Does an update.
|
createConfiguration, restore
finishMerge, merge, merge
internalRestore, internalRestore, internalRestoreFrozen, restore, restore, restore, restoreByLabel
acquireReadLock, acquireWriteLock, checkModify, checkModify, checkoutCheckin, checkVersionable, getBaseVersion, getBaseVersionId, getNodeStateEx, getVersion, getVersionHistory, isCheckedOut, safeGetJCRPath, startWriteOperation
public VersionManagerImpl(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
context
- component context of the current sessionstateMgr
- the underlying state managerhierMgr
- local hierarchy managerpublic Version checkin(String absPath) throws RepositoryException
checkin(String, Calendar)
.checkin
in interface VersionManager
RepositoryException
public Version checkin(String absPath, Calendar created) throws RepositoryException
absPath
- node pathcreated
- create time of the new version,
or null
for the current timeRepositoryException
- if the version can not be createdpublic void checkout(String absPath) throws RepositoryException
checkout
in interface VersionManager
RepositoryException
public Version checkpoint(String absPath) throws RepositoryException
checkpoint
in interface VersionManager
RepositoryException
public boolean isCheckedOut(String absPath) throws RepositoryException
Node.isCheckedOut()
.isCheckedOut
in interface VersionManager
RepositoryException
public VersionHistory getVersionHistory(String absPath) throws RepositoryException
getVersionHistory
in interface VersionManager
RepositoryException
public Version getBaseVersion(String absPath) throws RepositoryException
getBaseVersion
in interface VersionManager
RepositoryException
public void restore(Version version, boolean removeExisting) throws RepositoryException
restore(Version[], boolean)
.restore
in interface VersionManager
RepositoryException
public void restore(Version[] versions, boolean removeExisting) throws RepositoryException
restore
in interface VersionManager
RepositoryException
public void restore(String absPath, String versionName, boolean removeExisting) throws RepositoryException
restore
in interface VersionManager
RepositoryException
public void restore(String absPath, Version version, boolean removeExisting) throws RepositoryException
restore
in interface VersionManager
RepositoryException
protected void restore(NodeImpl node, Version version, boolean removeExisting) throws RepositoryException
restore(String, String, boolean)
but to ensure
backward compatibility for Node.restore(Version, boolean).node
- the node to restoreversion
- the version to restoreremoveExisting
- the remove existing flagRepositoryException
- if an error occurspublic void restoreByLabel(String absPath, String versionLabel, boolean removeExisting) throws RepositoryException
restoreByLabel
in interface VersionManager
RepositoryException
public void update(NodeImpl node, String srcWorkspaceName) throws RepositoryException
node
- the node to updatesrcWorkspaceName
- the source workspace nameRepositoryException
- if an error occursNode.update(String)
public NodeIterator merge(String absPath, String srcWorkspace, boolean bestEffort) throws RepositoryException
merge(String, String, boolean, boolean)
.merge
in interface VersionManager
RepositoryException
public NodeIterator merge(String absPath, String srcWorkspaceName, boolean bestEffort, boolean isShallow) throws RepositoryException
merge
in interface VersionManager
RepositoryException
public void doneMerge(String absPath, Version version) throws RepositoryException
doneMerge
in interface VersionManager
RepositoryException
public void cancelMerge(String absPath, Version version) throws RepositoryException
cancelMerge
in interface VersionManager
RepositoryException
public Node createConfiguration(String absPath) throws RepositoryException
createConfiguration
in interface VersionManager
RepositoryException
public Node setActivity(Node activity) throws RepositoryException
setActivity
in interface VersionManager
RepositoryException
public Node getActivity() throws RepositoryException
getActivity
in interface VersionManager
RepositoryException
public Node createActivity(String title) throws RepositoryException
createActivity
in interface VersionManager
RepositoryException
public void removeActivity(Node node) throws RepositoryException
removeActivity
in interface VersionManager
RepositoryException
public NodeIterator merge(Node activityNode) throws RepositoryException
merge
in interface VersionManager
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.