|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.store.webdav.WebdavAccessor
org.apache.wvcm.store.webdav.ResourceWebdavAccessor
org.apache.wvcm.store.webdav.VersionWebdavAccessor
public class VersionWebdavAccessor
WebDAV-based implementation of VersionResourceAccessor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wvcm.store.webdav.WebdavAccessor |
---|
WebdavAccessor.HttpClientWrapper |
Field Summary |
---|
Fields inherited from class org.apache.wvcm.store.webdav.WebdavAccessor |
---|
providerImpl |
Constructor Summary | |
---|---|
VersionWebdavAccessor(Resource resource)
Constructor. |
Method Summary | |
---|---|
void |
doAddLabel(java.lang.String label)
Add the specified label to this Version . |
void |
doRemoveLabel(java.lang.String label)
Removes the specified label from this Version . |
void |
doSetLabel(java.lang.String label)
Set the specified label on this Version . |
Methods inherited from class org.apache.wvcm.store.webdav.ResourceWebdavAccessor |
---|
addLockTokens, addLockTokens, client, containsNestedProperties, doCheckExists, doCopy, doDelete, doLabel, doLock, doMove, doReadAccessControlList, doReadAllAttributes, doReadContent, doReadProperties, doSearch, doUnlock, doWriteAccessControlList, doWriteContent, doWriteProperties, getNestedExceptions, resource, setHttpMethod, setHttpMethod |
Methods inherited from class org.apache.wvcm.store.webdav.WebdavAccessor |
---|
defaultContextPath, getHttpClient, getHttpClientWrapper, initialize, serverWorkspaceFolderList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.wvcm.store.ResourceAccessor |
---|
doCheckExists, doCopy, doDelete, doLock, doMove, doReadAccessControlList, doReadContent, doReadProperties, doSearch, doUnlock, doWriteAccessControlList, doWriteContent, doWriteProperties, resource |
Methods inherited from interface org.apache.wvcm.store.Accessor |
---|
serverWorkspaceFolderList |
Constructor Detail |
---|
public VersionWebdavAccessor(Resource resource)
Method Detail |
---|
public void doAddLabel(java.lang.String label) throws WvcmException
Version
.
doAddLabel
in interface VersionAccessor
label
- The label to add.
WvcmException
public void doSetLabel(java.lang.String label) throws WvcmException
Version
.
If the label is already on another version in the same version history,
the label is removed from that other version.
doSetLabel
in interface VersionAccessor
label
- The label to set.
WvcmException
public void doRemoveLabel(java.lang.String label) throws WvcmException
Version
.
doRemoveLabel
in interface VersionAccessor
label
- The label to remove.
WvcmException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |