| |
|
| com.ibm.webdav.impl.VersionedNamespaceManager
All known Subclasses: org.openharmonise.dav.server.managers.VersionedNamespaceManager,
VersionedNamespaceManager | public interface VersionedNamespaceManager extends NamespaceManager(Code) | | VersionedNamespaceManager implements all WebDAV namespace methods which deal with
versioned resources that are dependent on a specific repository manager interface.
This manager is used by ResourceImpl and its subclasses to interface with a particular
repository manager for accessing and controlling versions of resources.
author: Michael Bell version: $Revision: 1.1 $ since: November 17, 2003 |
getResourceURL | public String getResourceURL() throws WebDAVException(Code) | | Returns the resource URL for the resource, used if the url used to obtain
the resource was a version url
|
isVersionURL | public boolean isVersionURL(String url)(Code) | | Returns true if the given url is a verion url
Parameters: parentURL - |
versionControl | public void versionControl() throws WebDAVException(Code) | | Adds this resource to version control
|
|
|
|