Uses of Class
org.esupportail.portal.channels.CStockage.provider.ChannelResource

Packages that use ChannelResource
org.esupportail.portal.channels.CStockage   
org.esupportail.portal.channels.CStockage.channelAction.classic   
org.esupportail.portal.channels.CStockage.channelAction.injac   
org.esupportail.portal.channels.CStockage.provider   
org.esupportail.portal.channels.CStockage.provider.access   
 

Uses of ChannelResource in org.esupportail.portal.channels.CStockage
 

Fields in org.esupportail.portal.channels.CStockage declared as ChannelResource
private  ChannelResource CStockage.downloadResource
          The resource to download
 

Uses of ChannelResource in org.esupportail.portal.channels.CStockage.channelAction.classic
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic with parameters of type ChannelResource
private static java.lang.StringBuffer DefaultRenderXml.getXmlContent(ChannelResource[] resources, java.lang.String currentSortType)
          Get the XML for the content
 

Uses of ChannelResource in org.esupportail.portal.channels.CStockage.channelAction.injac
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac with parameters of type ChannelResource
private static java.lang.StringBuffer DefaultRenderXml.getXmlContent(Space currentSpace, ChannelResource[] resources, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties, java.lang.String currentSortType)
          Get the XML for the content
 

Uses of ChannelResource in org.esupportail.portal.channels.CStockage.provider
 

Subclasses of ChannelResource in org.esupportail.portal.channels.CStockage.provider
 class SortedChannelResource
          Id: SortedChannelResource.java,v 1.0 13 avr. 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: SortedChannelResource Original Author: Yohan Colmant This is a channel resource used to sort
 

Methods in org.esupportail.portal.channels.CStockage.provider with parameters of type ChannelResource
static java.util.TreeSet SortedChannelResource.sortResources(ChannelResource[] resources, java.lang.String sortType)
          Sort the resources to a tree set
 

Constructors in org.esupportail.portal.channels.CStockage.provider with parameters of type ChannelResource
SortedChannelResource(ChannelResource resource, java.lang.String sortType)
           
 

Uses of ChannelResource in org.esupportail.portal.channels.CStockage.provider.access
 

Methods in org.esupportail.portal.channels.CStockage.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.CStockage.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