org.apache.wvcm.store
Interface ActivityAccessor

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

public interface ActivityAccessor
extends ResourceAccessor

Persistent activity state accessor.

Version:
$Revision: 1.1.1.1.2.2 $

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

Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation