|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotExistsResourceException in org.esupportail.portal.channels.CWebdav.channelAction.classic |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.classic that throw NotExistsResourceException | |
private void |
ChannelAction.createDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Create a new directory |
Uses of NotExistsResourceException in org.esupportail.portal.channels.CWebdav.channelAction.injac |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac that throw NotExistsResourceException | |
private java.lang.StringBuffer |
ChannelAction.renderXmlShowCurrentDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private void |
ChannelAction.createDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
Uses of NotExistsResourceException in org.esupportail.portal.channels.CWebdav.provider.access |
Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw NotExistsResourceException | |
ChannelResource[] |
WebdavAccessImpl.ls(java.lang.String path,
java.lang.String targetDirectory)
List all ressources for a given path |
boolean |
WebdavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile,
java.lang.String path)
Upload a file to the path given in argument |
boolean |
WebdavAccessImpl.delete(java.lang.String file,
java.lang.String path)
Delete the resource given in argument |
boolean |
WebdavAccessImpl.rename(java.lang.String oldName,
java.lang.String newName,
java.lang.String path)
Rename the resource |
boolean |
WebdavAccessImpl.createDir(java.lang.String name,
java.lang.String path)
Create the directory 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 |
boolean |
WebdavAccessImpl.isDirectory(java.lang.String name,
java.lang.String path)
Check if the resource named name is a directory in the path given |
boolean |
WebdavAccessImpl.isEmpty(java.lang.String dir,
java.lang.String path)
Check if the directory named dir is empty or not. |
ChannelResource[] |
WebdavAccessImpl.ls(java.lang.String fullPath)
List all ressources for a given path |
abstract ChannelResource[] |
ServerAccess.ls(java.lang.String fullPath)
List all ressources for a given path |
abstract ChannelResource[] |
ServerAccess.ls(java.lang.String path,
java.lang.String targetDirectory)
List all ressources for a given path |
abstract boolean |
ServerAccess.upload(org.jasig.portal.MultipartDataSource inputFile,
java.lang.String path)
Upload a file to the path given in argument |
abstract boolean |
ServerAccess.delete(java.lang.String file,
java.lang.String path)
Delete the resource given in argument |
abstract boolean |
ServerAccess.rename(java.lang.String oldName,
java.lang.String newName,
java.lang.String path)
Rename the resource |
abstract boolean |
ServerAccess.createDir(java.lang.String name,
java.lang.String path)
Create the directory 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 |
abstract boolean |
ServerAccess.isDirectory(java.lang.String name,
java.lang.String path)
Check if the resource named name is a directory in the path given |
abstract boolean |
ServerAccess.isEmpty(java.lang.String dir,
java.lang.String path)
Check if the directory named dir is empty or not. |
ChannelResource[] |
CifsAccessImpl.ls(java.lang.String fullPath)
List all the resources of a directory |
ChannelResource[] |
CifsAccessImpl.ls(java.lang.String path,
java.lang.String targetDirectory)
List all the resources of the given directory |
boolean |
CifsAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile,
java.lang.String path)
Upload a file |
boolean |
CifsAccessImpl.delete(java.lang.String file,
java.lang.String path)
Delete a resource (file or directory) |
boolean |
CifsAccessImpl.rename(java.lang.String oldName,
java.lang.String newName,
java.lang.String path)
Rename a resource (file or directory) |
boolean |
CifsAccessImpl.createDir(java.lang.String name,
java.lang.String path)
Create a directory |
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 |
boolean |
CifsAccessImpl.isDirectory(java.lang.String name,
java.lang.String path)
Check that the resource is a directory |
boolean |
CifsAccessImpl.isEmpty(java.lang.String dir,
java.lang.String path)
Check that the directory is empty |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |