org.apache.wvcm.store
Interface PrincipalAccessor

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

public interface PrincipalAccessor
extends ResourceAccessor

Persistent Principal state accessor.

Version:
$Revision: 1.1.1.1.2.2 $

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

Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation