public interface RemoteVersionManager extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
cancelMerge(String absPath,
String versionIdentifier) |
RemoteVersion |
checkin(String absPath)
Remote version of the
VersionManager.checkin(String)
method. |
void |
checkout(String absPath)
Remote version of the
VersionManager.checkout(String)
method. |
RemoteVersion |
checkpoint(String absPath)
Remote version of the
VersionManager.checkpoint(String)
method. |
RemoteNode |
createActivity(String title) |
RemoteNode |
createConfiguration(String absPath) |
void |
doneMerge(String absPath,
String versionIdentifier) |
RemoteNode |
getActivity() |
RemoteVersion |
getBaseVersion(String absPath) |
RemoteVersionHistory |
getVersionHistory(String absPath) |
boolean |
isCheckedOut(String absPath)
Remote version of the
VersionManager.isCheckedOut(String)
method. |
RemoteIterator |
merge(String activityNodeIdentifier) |
RemoteIterator |
merge(String absPath,
String srcWorkspace,
boolean bestEffort) |
RemoteIterator |
merge(String absPath,
String srcWorkspace,
boolean bestEffort,
boolean isShallow) |
void |
removeActivity(String activityNodeIdentifier) |
void |
restore(String[] versionIdentifiers,
boolean removeExisting) |
void |
restore(String versionIdentifier,
boolean removeExisting) |
void |
restore(String absPath,
String versionName,
boolean removeExisting) |
void |
restoreByLabel(String absPath,
String versionLabel,
boolean removeExisting) |
void |
restoreVI(String absPath,
String versionIdentifier,
boolean removeExisting) |
RemoteNode |
setActivity(String activityNodeIdentifier) |
RemoteVersion checkin(String absPath) throws RepositoryException, RemoteException
VersionManager.checkin(String)
method.absPath - an absolute path.RepositoryException - on repository errorsRemoteException - on RMI errorsvoid checkout(String absPath) throws RepositoryException, RemoteException
VersionManager.checkout(String)
method.absPath - an absolute path.RepositoryException - on repository errorsRemoteException - on RMI errorsRemoteVersion checkpoint(String absPath) throws RepositoryException, RemoteException
VersionManager.checkpoint(String)
method.absPath - an absolute path.RepositoryException - on repository errorsRemoteException - on RMI errorsboolean isCheckedOut(String absPath) throws RepositoryException, RemoteException
VersionManager.isCheckedOut(String)
method.absPath - an absolute path.RepositoryException - on repository errorsRemoteException - on RMI errorsRemoteVersionHistory getVersionHistory(String absPath) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteVersion getBaseVersion(String absPath) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid restore(String[] versionIdentifiers, boolean removeExisting) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid restore(String absPath, String versionName, boolean removeExisting) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid restore(String versionIdentifier, boolean removeExisting) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid restoreVI(String absPath, String versionIdentifier, boolean removeExisting) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid restoreByLabel(String absPath, String versionLabel, boolean removeExisting) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteIterator merge(String absPath, String srcWorkspace, boolean bestEffort) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteIterator merge(String absPath, String srcWorkspace, boolean bestEffort, boolean isShallow) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid doneMerge(String absPath, String versionIdentifier) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid cancelMerge(String absPath, String versionIdentifier) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteNode createConfiguration(String absPath) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteNode setActivity(String activityNodeIdentifier) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteNode getActivity() throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteNode createActivity(String title) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionvoid removeActivity(String activityNodeIdentifier) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionRemoteIterator merge(String activityNodeIdentifier) throws RepositoryException, RemoteException
RepositoryExceptionRemoteExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.