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

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

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

Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw CopyException
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
 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
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