|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PasteNotAuthorizedResourceException | |
org.esupportail.portal.channels.CWebdav.provider.access |
Uses of PasteNotAuthorizedResourceException in org.esupportail.portal.channels.CWebdav.provider.access |
Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw PasteNotAuthorizedResourceException | |
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.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.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 |
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 |
protected boolean |
WebdavAccessImpl.localMove(java.lang.String resource,
java.lang.String fromPath,
java.lang.String toPath)
Local move method |
boolean |
ServerAccess.copy(java.lang.String resource,
Space fromSpace,
java.lang.String fromPath,
java.lang.String toSpaceKey,
java.lang.String toPath)
Copy method |
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 |
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 |
protected abstract boolean |
ServerAccess.localMove(java.lang.String resource,
java.lang.String fromPath,
java.lang.String toPath)
Local move 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.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 |
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 |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |