|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionAccessor
Persistent version state accessor.
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 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 |
Method Detail |
---|
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.
label
- The label to set.
WvcmException
void doAddLabel(java.lang.String label) throws WvcmException
Version
.
label
- The label to add.
WvcmException
void doRemoveLabel(java.lang.String label) throws WvcmException
Version
.
label
- The label to remove.
WvcmException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |