org.apache.wvcm.store
Interface PrivilegeAccessor

All Superinterfaces:
Accessor, ResourceAccessor
All Known Implementing Classes:
PrivilegeWebdavAccessor

public interface PrivilegeAccessor
extends ResourceAccessor

Persistent Privilege state accessor.

Version:
$Revision: 1.1.1.1.2.2 $

Method Summary
 void doCreateResource()
          Create a new persistent Privilege at the location of the associated resource.
 
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

doCreateResource

void doCreateResource()
                      throws WvcmException
Create a new persistent Privilege at the location of the associated resource.

Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation