Uses of Class
org.esupportail.portal.channels.CStockage.exception.ApplicationException

Packages that use ApplicationException
org.esupportail.portal.channels.CStockage.channelAction.classic   
org.esupportail.portal.channels.CStockage.channelAction.injac   
org.esupportail.portal.channels.CStockage.channelAction.injac.acl   
org.esupportail.portal.channels.CStockage.channelAction.injac.metadata   
org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse   
org.esupportail.portal.channels.CStockage.config   
org.esupportail.portal.channels.CStockage.provider.access   
 

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

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic that throw ApplicationException
private  void ChannelAction.createDir(org.jasig.portal.ChannelRuntimeData runtimeData)
          Create a new directory
private  void ChannelAction.setClipboard(java.lang.String mode, org.jasig.portal.ChannelRuntimeData runtimeData)
          Set the clipboard
 

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

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac that throw ApplicationException
private  void ChannelAction.createDir(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML String for this mod
private  void ChannelAction.setClipboard(java.lang.String mode, org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML String for this mod
 

Uses of ApplicationException in org.esupportail.portal.channels.CStockage.channelAction.injac.acl
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.acl that throw ApplicationException
static void InjacAclManager.setReadersAclOnSpace(Space currentSpace, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the acl for reading set by manager on a space
 

Uses of ApplicationException in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata that throw ApplicationException
static boolean MetaDataManager.setMetadataOnSpace(Space currentSpace, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the metadata set by manager on a space
 java.lang.String InjacSpaceManagementProperties.getMetadataProfile()
          Return in the good format the list of MD that the user have to set
 

Uses of ApplicationException in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse that throw ApplicationException
static RequiredMetaData RequiredMetaData.getNewRootFileNameMetatada(ServerAccess access, java.lang.String path, java.lang.String name)
          Get the RequiredMetaData object for the "root-file-name" MD for the specified path
 

Constructors in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse that throw ApplicationException
ParseRequiredMetaData(java.lang.String stringToParse)
          Constructor
 

Uses of ApplicationException in org.esupportail.portal.channels.CStockage.config
 

Methods in org.esupportail.portal.channels.CStockage.config that throw ApplicationException
 boolean Space.setServerAccessObject()
          Set the server access object for this space
 

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

Methods in org.esupportail.portal.channels.CStockage.provider.access that throw ApplicationException
 ChannelResource[] WebdavAccessImpl.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
 boolean WebdavAccessImpl.upload(java.lang.String fileName, java.io.InputStream fileStream, java.lang.String path)
          Upload a file to the path given in argument
private  boolean WebdavAccessImpl.fileIsEmptyOnServer(java.lang.String fileName, java.lang.String path)
          Check if a file is empty on the server
 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
 boolean WebdavAccessImpl.canPaste(Space fromSpace, java.lang.String toSpaceKey, java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
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.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
 boolean WebdavAccessImpl.exists(java.lang.String fullPath)
          Check is the resource exists
 boolean WebdavAccessImpl.canRead(java.lang.String resourceName, java.lang.String path)
          Check if we are authorized to read this resource
 boolean WebdavAccessImpl.canRead(java.lang.String path)
          Check if we are authorized to read this resource
 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(java.lang.String fileName, java.io.InputStream fileStream, 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
abstract  boolean ServerAccess.canPaste(Space fromSpace, java.lang.String toSpaceKey, java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
 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.exists(java.lang.String fullPath)
          Check is the resource exists
abstract  boolean ServerAccess.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
abstract  boolean ServerAccess.canRead(java.lang.String resourceName, java.lang.String path)
          Check if we are authorized to read this resource
abstract  boolean ServerAccess.canRead(java.lang.String path)
          Check if we are authorized to read this resource
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(java.lang.String fileName, java.io.InputStream fileStream, java.lang.String path)
          Upload a file to the path given in argument
 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
 boolean CifsAccessImpl.canPaste(Space fromSpace, java.lang.String toSpaceKey, java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check that we can paste a file in the target directory
This version does not support inter spaces paste !
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.exists(java.lang.String fullPath)
          Check is the resource (file or directory) exists
 boolean CifsAccessImpl.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource (file or directory) exists
 boolean CifsAccessImpl.canRead(java.lang.String resourceName, java.lang.String path)
          Check if we are authorized to read this resource (file or directory)
 boolean CifsAccessImpl.canRead(java.lang.String path)
          Check if we are authorized to read this resource (file or directory)
 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