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

Packages that use NotAuthorizedUploadException
org.esupportail.portal.channels.CWebdav.provider.access   
 

Uses of NotAuthorizedUploadException in org.esupportail.portal.channels.CWebdav.provider.access
 

Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw NotAuthorizedUploadException
 boolean WebdavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
protected  boolean WebdavAccessImpl.localCopy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Local copy method
protected  boolean WebdavAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopyFile(java.lang.String fileName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a file
private  boolean WebdavAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a directory
protected  boolean WebdavAccessImpl.localMove(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Local move method
abstract  boolean ServerAccess.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
 boolean ServerAccess.copy(java.lang.String resource, Space fromSpace, java.lang.String fromPath, java.lang.String toSpaceKey, java.lang.String toPath)
          Copy method
protected abstract  boolean ServerAccess.localCopy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Local copy method
protected abstract  boolean ServerAccess.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
 boolean ServerAccess.move(java.lang.String resource, Space fromSpace, java.lang.String fromPath, java.lang.String toSpaceKey, java.lang.String toPath)
          Move method
protected abstract  boolean ServerAccess.localMove(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Local move method
 boolean CifsAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file
protected  boolean CifsAccessImpl.localCopy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy a resource
private  boolean CifsAccessImpl.distantCopyFile(java.lang.String fileName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          Copy a file from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
private  boolean CifsAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          Copy a directory from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
protected  boolean CifsAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
private  boolean CifsAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
protected  boolean CifsAccessImpl.localMove(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move a resource