A B C D E F G H I K L M N O P R S T U V W

C

CONFIRM_DELETE_MODE - Static variable in class org.esupportail.portal.channels.CWebdav.Constants
Mod which ask user to confirm the download
CONFIRM_PASTE_MODE - Static variable in class org.esupportail.portal.channels.CWebdav.Constants
Confirm the paste mod
COPY_MODE - Static variable in class org.esupportail.portal.channels.CWebdav.Constants
Copy mod
CREATE_DIR_MODE - Static variable in class org.esupportail.portal.channels.CWebdav.Constants
Mod which create a directory
CWebdav - class org.esupportail.portal.channels.CWebdav.CWebdav.
Id: CWebdav.java,v 1.0 7 avr. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: CWebdav
Original Author: Yohan Colmant
Channel used to manage personal files on a webdav server through the portal
CWebdav() - Constructor for class org.esupportail.portal.channels.CWebdav.CWebdav
Constructor
CancelException - exception org.esupportail.portal.channels.CWebdav.exception.CancelException.
Id: CancelException.java,v 1.0 13 mai 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: CancelException
Original Author: Yohan Colmant
Called when click on Cancel button
CancelException() - Constructor for class org.esupportail.portal.channels.CWebdav.exception.CancelException
Constructor
ChannelWebdavResource - class org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource.
Id: ChannelWebdavResource.java,v 1.0 8 juil. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: ChannelWebdavResource
Original Author: Yohan Colmant
This represents a Webdav resource.
ChannelWebdavResource(String, long, String, long, boolean) - Constructor for class org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource
Constructor
ChannelWebdavResource(String, long, String, long, boolean, InputStream) - Constructor for class org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource
Constructor
Config - class org.esupportail.portal.channels.CWebdav.config.Config.
 
Config() - Constructor for class org.esupportail.portal.channels.CWebdav.config.Config
Constructor
Constants - class org.esupportail.portal.channels.CWebdav.Constants.
Id: Constants.java,v 1.0
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: Constants
Original Author: s.Gaudin
this class regroup all constants of CWebdav channel
Constants() - Constructor for class org.esupportail.portal.channels.CWebdav.Constants
 
CopyException - exception org.esupportail.portal.channels.CWebdav.exception.CopyException.
Id: CopyException.java,v 1.0 13 mai 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: CopyException
Original Author: Yohan Colmant
Called when copy is impossible
CopyException() - Constructor for class org.esupportail.portal.channels.CWebdav.exception.CopyException
Constructor
CopyException(int) - Constructor for class org.esupportail.portal.channels.CWebdav.exception.CopyException
Constructor
CreateDirectoryException - exception org.esupportail.portal.channels.CWebdav.exception.CreateDirectoryException.
Id: CreateDirectoryException.java,v 1.0 13 mai 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: CreateDirectoryException
Original Author: Yohan Colmant
Called when directory creation is impossible
CreateDirectoryException() - Constructor for class org.esupportail.portal.channels.CWebdav.exception.CreateDirectoryException
Constructor
CreateDirectoryException(int) - Constructor for class org.esupportail.portal.channels.CWebdav.exception.CreateDirectoryException
Constructor
canPaste(String, Vector, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Check if we can paste here
canPaste(String, Vector, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Check if we can paste here
canRead(DavAccess) - Method in class org.esupportail.portal.channels.CWebdav.config.Space
Check if we are authorized to read this space
canRead(String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Check if we are authorized to read this resource
canRead(String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Check if we are authorized to read this resource
canRead(String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Check if we are authorized to read this resource
canRead(String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Check if we are authorized to read this resource
checkPath(IPerson, String, String, String) - Method in class org.esupportail.portal.channels.CWebdav.config.Space
We check if the is a {...} form in the path.
classAccess - Variable in class org.esupportail.portal.channels.CWebdav.config.Config
 
clipboard - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
Files/directories to copy or move
clipboardParameter - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
Param used to set if the selected target is to copy or to move
clipboardPath - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
The path where are the resource to copy or move
config - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
The config object
config - Variable in class tests.TestConfig
 
configFilePath - Variable in class org.esupportail.portal.channels.CWebdav.config.Config
 
confirmDel - Variable in class org.esupportail.portal.channels.CWebdav.config.Config
 
connect() - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Connect this object to the server
connect() - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Connect this object to the server
contentLength - Variable in class org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource
The length of the resource
contentType - Variable in class org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource
The type of the resource
copy - Variable in class org.esupportail.portal.channels.CWebdav.config.Config
 
copy(String, String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Copy method
copy(String, String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Copy method
createDir() - Method in class org.esupportail.portal.channels.CWebdav.CWebdav
Generate the XML String for this mod
createDir(String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccess
Create the directory given in argument
createDir(String, String) - Method in class org.esupportail.portal.channels.CWebdav.provider.DavAccessImpl
Create the directory given in argument
currentMode - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
The actual mod in which is the channel
currentPath - Variable in class org.esupportail.portal.channels.CWebdav.config.Space
The currentPath used
currentSpace - Variable in class org.esupportail.portal.channels.CWebdav.CWebdav
The current used space

A B C D E F G H I K L M N O P R S T U V W