public interface RemoteVersionManager
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
cancelMerge(java.lang.String absPath,
java.lang.String versionIdentifier) |
RemoteVersion |
checkin(java.lang.String absPath)
Remote version of the
VersionManager.checkin(String)
method. |
void |
checkout(java.lang.String absPath)
Remote version of the
VersionManager.checkout(String)
method. |
RemoteVersion |
checkpoint(java.lang.String absPath)
Remote version of the
VersionManager.checkpoint(String)
method. |
RemoteNode |
createActivity(java.lang.String title) |
RemoteNode |
createConfiguration(java.lang.String absPath) |
void |
doneMerge(java.lang.String absPath,
java.lang.String versionIdentifier) |
RemoteNode |
getActivity() |
RemoteVersion |
getBaseVersion(java.lang.String absPath) |
RemoteVersionHistory |
getVersionHistory(java.lang.String absPath) |
boolean |
isCheckedOut(java.lang.String absPath)
Remote version of the
VersionManager.isCheckedOut(String)
method. |
RemoteIterator |
merge(java.lang.String activityNodeIdentifier) |
RemoteIterator |
merge(java.lang.String absPath,
java.lang.String srcWorkspace,
boolean bestEffort) |
RemoteIterator |
merge(java.lang.String absPath,
java.lang.String srcWorkspace,
boolean bestEffort,
boolean isShallow) |
void |
removeActivity(java.lang.String activityNodeIdentifier) |
void |
restore(java.lang.String[] versionIdentifiers,
boolean removeExisting) |
void |
restore(java.lang.String versionIdentifier,
boolean removeExisting) |
void |
restore(java.lang.String absPath,
java.lang.String versionName,
boolean removeExisting) |
void |
restoreByLabel(java.lang.String absPath,
java.lang.String versionLabel,
boolean removeExisting) |
void |
restoreVI(java.lang.String absPath,
java.lang.String versionIdentifier,
boolean removeExisting) |
RemoteNode |
setActivity(java.lang.String activityNodeIdentifier) |
RemoteVersion checkin(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
VersionManager.checkin(String)
method.absPath - an absolute path.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsvoid checkout(java.lang.String absPath)
throws RepositoryException,
java.rmi.RemoteException
VersionManager.checkout(String)
method.absPath - an absolute path.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsRemoteVersion checkpoint(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
VersionManager.checkpoint(String)
method.absPath - an absolute path.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsboolean isCheckedOut(java.lang.String absPath)
throws RepositoryException,
java.rmi.RemoteException
VersionManager.isCheckedOut(String)
method.absPath - an absolute path.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsRemoteVersionHistory getVersionHistory(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteVersion getBaseVersion(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid restore(java.lang.String[] versionIdentifiers,
boolean removeExisting)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid restore(java.lang.String absPath,
java.lang.String versionName,
boolean removeExisting)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid restore(java.lang.String versionIdentifier,
boolean removeExisting)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid restoreVI(java.lang.String absPath,
java.lang.String versionIdentifier,
boolean removeExisting)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid restoreByLabel(java.lang.String absPath,
java.lang.String versionLabel,
boolean removeExisting)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteIterator merge(java.lang.String absPath, java.lang.String srcWorkspace, boolean bestEffort) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteIterator merge(java.lang.String absPath, java.lang.String srcWorkspace, boolean bestEffort, boolean isShallow) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid doneMerge(java.lang.String absPath,
java.lang.String versionIdentifier)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid cancelMerge(java.lang.String absPath,
java.lang.String versionIdentifier)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteNode createConfiguration(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteNode setActivity(java.lang.String activityNodeIdentifier) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteNode getActivity() throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteNode createActivity(java.lang.String title) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionvoid removeActivity(java.lang.String activityNodeIdentifier)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionRemoteIterator merge(java.lang.String activityNodeIdentifier) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"