|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChannelResource in org.esupportail.portal.channels.CWebdav |
Fields in org.esupportail.portal.channels.CWebdav declared as ChannelResource | |
private ChannelResource |
CWebdav.downloadResource
The resource to download |
Uses of ChannelResource in org.esupportail.portal.channels.CWebdav.channelAction.classic |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.classic with parameters of type ChannelResource | |
private static java.lang.StringBuffer |
DefaultRenderXml.getXmlContent(ChannelResource[] ressources,
ChannelConfiguration config)
Get the XML for the content |
Uses of ChannelResource in org.esupportail.portal.channels.CWebdav.channelAction.injac |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac with parameters of type ChannelResource | |
private static java.lang.StringBuffer |
DefaultRenderXml.getXmlContent(Space currentSpace,
ChannelResource[] ressources,
ChannelConfiguration config,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
DirectoryProperties directoryProperties)
Get the XML for the content |
Uses of ChannelResource in org.esupportail.portal.channels.CWebdav.provider.access |
Methods in org.esupportail.portal.channels.CWebdav.provider.access that return ChannelResource | |
ChannelResource[] |
WebdavAccessImpl.ls(java.lang.String path,
java.lang.String targetDirectory)
List all ressources for a given path |
ChannelResource |
WebdavAccessImpl.download(java.lang.String name,
java.lang.String path)
Return the resource associated to the file to download |
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 ChannelResource |
ServerAccess.download(java.lang.String name,
java.lang.String path)
Return the resource associated to the file to download |
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 |
ChannelResource |
CifsAccessImpl.download(java.lang.String name,
java.lang.String path)
Download a file |
Methods in org.esupportail.portal.channels.CWebdav.provider.access with parameters of type ChannelResource | |
private boolean |
WebdavAccessImpl.distantCopy(ChannelResource resource,
ServerAccess fromAccess,
java.lang.String toPath)
The distant copy method |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |