Uses of Class
org.esupportail.portal.channels.CWebdav.exception.NotAuthorizedDeleteException

Packages that use NotAuthorizedDeleteException
org.esupportail.portal.channels.CWebdav.provider   
 

Uses of NotAuthorizedDeleteException in org.esupportail.portal.channels.CWebdav.provider
 

Methods in org.esupportail.portal.channels.CWebdav.provider that throw NotAuthorizedDeleteException
 boolean DavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
 boolean DavAccessImpl.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument
abstract  boolean DavAccess.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
abstract  boolean DavAccess.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument