public class ServerVersionManager extends ServerObject implements RemoteVersionManager
ref| Constructor and Description |
|---|
ServerVersionManager(VersionManager manager,
RemoteAdapterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
RemoteVersion |
checkin(String absPath) |
void |
checkout(String absPath) |
RemoteVersion |
checkpoint(String absPath) |
RemoteNode |
createActivity(String title) |
RemoteNode |
createConfiguration(String absPath) |
RemoteNode |
getActivity() |
RemoteVersion |
getBaseVersion(String absPath) |
RemoteVersionHistory |
getVersionHistory(String absPath) |
boolean |
isCheckedOut(String absPath) |
RemoteIterator |
merge(String absPath,
String srcWorkspace,
boolean bestEffort) |
RemoteIterator |
merge(String absPath,
String srcWorkspace,
boolean bestEffort,
boolean isShallow) |
void |
restore(String absPath,
String versionName,
boolean removeExisting) |
void |
restoreByLabel(String absPath,
String versionLabel,
boolean removeExisting) |
getFactory, getRemoteItem, getRemoteNode, getRemoteNodeTypeArray, getRepositoryException, getSerialValue, getSerialValuesclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic ServerVersionManager(VersionManager manager, RemoteAdapterFactory factory) throws RemoteException
RemoteExceptionpublic RemoteVersion checkin(String absPath) throws RepositoryException, RemoteException
checkin in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic void checkout(String absPath) throws RepositoryException
checkout in interface RemoteVersionManagerRepositoryExceptionpublic RemoteVersion checkpoint(String absPath) throws RepositoryException, RemoteException
checkpoint in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteNode createActivity(String title) throws RepositoryException, RemoteException
createActivity in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteNode createConfiguration(String absPath) throws RepositoryException, RemoteException
createConfiguration in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteNode getActivity() throws RepositoryException, RemoteException
getActivity in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteVersion getBaseVersion(String absPath) throws RepositoryException, RemoteException
getBaseVersion in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteVersionHistory getVersionHistory(String absPath) throws RepositoryException, RemoteException
getVersionHistory in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic boolean isCheckedOut(String absPath) throws RepositoryException
isCheckedOut in interface RemoteVersionManagerRepositoryExceptionpublic RemoteIterator merge(String absPath, String srcWorkspace, boolean bestEffort) throws RepositoryException, RemoteException
merge in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic RemoteIterator merge(String absPath, String srcWorkspace, boolean bestEffort, boolean isShallow) throws RepositoryException, RemoteException
merge in interface RemoteVersionManagerRepositoryExceptionRemoteExceptionpublic void restore(String absPath, String versionName, boolean removeExisting) throws RepositoryException
restore in interface RemoteVersionManagerRepositoryExceptionpublic void restoreByLabel(String absPath, String versionLabel, boolean removeExisting) throws RepositoryException
restoreByLabel in interface RemoteVersionManagerRepositoryExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.