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.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[] ressources)
          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[] ressources, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          Get the XML for the content
 

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