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

Packages that use NotExistsResourceException
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.provider   
tests   
 

Uses of NotExistsResourceException in org.esupportail.portal.channels.CWebdav
 

Methods in org.esupportail.portal.channels.CWebdav that throw NotExistsResourceException
private  void CWebdav.createDir()
          Generate the XML String for this mod
 

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

Methods in org.esupportail.portal.channels.CWebdav.provider that throw NotExistsResourceException
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String fullPath)
          List all ressources for a given path
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
 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
 boolean DavAccessImpl.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
 boolean DavAccessImpl.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
 boolean DavAccessImpl.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
 boolean DavAccessImpl.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
 boolean DavAccessImpl.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
 boolean DavAccessImpl.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String fullPath)
          List all ressources for a given path
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
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
abstract  boolean DavAccess.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
abstract  boolean DavAccess.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
abstract  boolean DavAccess.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
abstract  boolean DavAccess.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
abstract  boolean DavAccess.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
abstract  boolean DavAccess.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
 

Uses of NotExistsResourceException in tests
 

Methods in tests that throw NotExistsResourceException
 void TestCreate.testCreate()
           
 void TestCreate.testCreateIfExist()