ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.webdav.exceptions.WebdavException

Packages that use WebdavException
org.modeshape.webdav   
org.modeshape.webdav.exceptions   
org.modeshape.webdav.methods   
 

Uses of WebdavException in org.modeshape.webdav
 

Methods in org.modeshape.webdav that throw WebdavException
 ITransaction LocalFileSystemStore.begin(Principal principal)
           
 void LocalFileSystemStore.commit(ITransaction transaction)
           
 void LocalFileSystemStore.createFolder(ITransaction transaction, String uri)
           
 void LocalFileSystemStore.createResource(ITransaction transaction, String uri)
           
 String[] LocalFileSystemStore.getChildrenNames(ITransaction transaction, String uri)
           
 InputStream LocalFileSystemStore.getResourceContent(ITransaction transaction, String uri)
           
 long LocalFileSystemStore.getResourceLength(ITransaction transaction, String resourceUri)
           
 void LocalFileSystemStore.removeObject(ITransaction transaction, String uri)
           
 void LocalFileSystemStore.rollback(ITransaction transaction)
           
 long LocalFileSystemStore.setResourceContent(ITransaction transaction, String uri, InputStream is, String contentType, String characterEncoding)
           
 

Uses of WebdavException in org.modeshape.webdav.exceptions
 

Subclasses of WebdavException in org.modeshape.webdav.exceptions
 class AccessDeniedException
           
 class LockFailedException
           
 class ObjectAlreadyExistsException
           
 class ObjectNotFoundException
           
 class UnauthenticatedException
           
 

Uses of WebdavException in org.modeshape.webdav.methods
 

Methods in org.modeshape.webdav.methods that throw WebdavException
 boolean DoCopy.copyResource(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
          Copy a resource.
 void DoDelete.deleteResource(ITransaction transaction, String path, Hashtable<String,Integer> errorList, HttpServletRequest req, HttpServletResponse resp)
          deletes the recources at "path"
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.