|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChannelException in org.esupportail.portal.channels.CStockage |
Fields in org.esupportail.portal.channels.CStockage declared as ChannelException | |
private ChannelException |
CStockageAdministration.setStaticDataException
Error at the beginning of the channel |
private ChannelException |
CStockage.setStaticDataException
Error at the beginning of the channel |
Methods in org.esupportail.portal.channels.CStockage with parameters of type ChannelException | |
java.lang.StringBuffer |
CStockageAdministration.renderXmlChannelException(ChannelException e)
Return the xml when we have a ChannelException exception |
java.lang.StringBuffer |
CStockageAdministration.renderXmlDefault(org.jasig.portal.ChannelRuntimeData runtimeData,
ChannelException e)
Return the xml for the default mode |
Methods in org.esupportail.portal.channels.CStockage that throw ChannelException | |
private static boolean |
CStockage.initSpace(Space space,
org.jasig.portal.security.IPerson person,
java.lang.String portalLogin,
java.util.ArrayList spaces,
BufferAction buffer,
java.util.Vector userGroups)
Init the actions and server of a space |
private void |
CStockage.initConfigurationSpaces()
Init the configuration spaces |
private void |
CStockage.initPersonalSpacesIntoMenu()
Init the personal spaces into the menu |
static Space |
CStockage.setSpacesIntoMenu(java.util.ArrayList spaces,
Space currentSpace,
PersonalizationTool tool,
org.jasig.portal.security.IPerson person,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
java.util.TreeMap usedSpaces,
BufferAction buffer)
Set the personal spaces into the spaces menu |
private java.lang.StringBuffer |
CStockage.renderXmlManageSharedSpaces(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML when we want to manage the shared spaces |
private java.lang.StringBuffer |
CStockage.renderXmlManageSharedSpacesValid(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML when we click on "valid" when we manage the shared spaces |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.channelAction |
Methods in org.esupportail.portal.channels.CStockage.channelAction with parameters of type ChannelException | |
static java.lang.StringBuffer |
AbstractDefaultRenderXml.getXmlError(ChannelException error,
int internalError)
Get the XML for the error bar |
static java.lang.StringBuffer |
AbstractDefaultRenderXml.getXmlForPasswordSetting(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error)
Return the XML representing the curent dir |
void |
AbstractChannelAction.checkCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the actions when refreshing the channel |
protected abstract java.lang.StringBuffer |
AbstractChannelAction.renderXmlBadConnexionParametersException(ChannelException e)
Return the xml when we have a BadConnexionParameters exception |
abstract java.lang.StringBuffer |
AbstractChannelAction.renderXmlChannelException(ChannelException e)
Return the xml when we have a ChannelException exception |
abstract java.lang.StringBuffer |
AbstractChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
Methods in org.esupportail.portal.channels.CStockage.channelAction that throw ChannelException | |
void |
AbstractChannelAction.init(org.jasig.portal.security.IPerson person,
Space currentSpace,
java.util.ArrayList spaces,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
abstract java.lang.StringBuffer |
AbstractChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
protected abstract java.lang.StringBuffer |
AbstractChannelAction.renderXmlShowCurrentDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
protected abstract void |
AbstractChannelAction.directoryBack()
Go to the parent directory |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.channelAction.classic |
Methods in org.esupportail.portal.channels.CStockage.channelAction.classic with parameters of type ChannelException | |
static java.lang.StringBuffer |
DefaultRenderXml.getXml(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
java.lang.String information,
SharingTool sharingTool,
java.lang.String currentSortType)
Return the XML representing the curent dir |
java.lang.StringBuffer |
ChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
protected java.lang.StringBuffer |
ChannelAction.renderXmlBadConnexionParametersException(ChannelException e)
Return the xml when we have a BadConnexionParameters exception |
java.lang.StringBuffer |
ChannelAction.renderXmlChannelException(ChannelException e)
Return the xml when we have a ChannelException exception |
Methods in org.esupportail.portal.channels.CStockage.channelAction.classic that throw ChannelException | |
void |
ChannelAction.init(org.jasig.portal.security.IPerson person,
Space currentSpace,
java.util.ArrayList spaces,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
java.lang.StringBuffer |
ChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
protected java.lang.StringBuffer |
ChannelAction.renderXmlShowCurrentDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
protected void |
ChannelAction.directoryBack()
Go to the parent directory |
private java.lang.StringBuffer |
ChannelAction.renderXmlSetNameForRename(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private void |
ChannelAction.rename(org.jasig.portal.ChannelRuntimeData runtimeData)
Rename the selected resource |
private java.lang.StringBuffer |
ChannelAction.renderXmlConfirmDelete(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private void |
ChannelAction.delete(org.jasig.portal.ChannelRuntimeData runtimeData)
Delete the specified resource(s) |
private void |
ChannelAction.deleteWithoutConfirm()
Delete resource(s) without confirmation |
private void |
ChannelAction.upload(org.jasig.portal.ChannelRuntimeData runtimeData)
Start the upload |
private java.lang.StringBuffer |
ChannelAction.renderXmlConfirmPaste()
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.paste(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.renderXmlShareDirectory(org.jasig.portal.ChannelRuntimeData runtimeData,
org.jasig.portal.ChannelStaticData staticData,
org.xml.sax.ContentHandler out)
Return XML for the directory sharing mode |
private java.lang.StringBuffer |
ChannelAction.renderXmlShareDirectoryValid(org.jasig.portal.ChannelRuntimeData runtimeData)
When valid the sharing |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.channelAction.injac |
Methods in org.esupportail.portal.channels.CStockage.channelAction.injac with parameters of type ChannelException | |
static java.lang.StringBuffer |
DefaultRenderXml.getXml(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
java.lang.String information,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
DirectoryProperties directoryProperties,
java.lang.String currentSortType)
Return the XML representing the curent dir |
java.lang.StringBuffer |
ChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
protected java.lang.StringBuffer |
ChannelAction.renderXmlBadConnexionParametersException(ChannelException e)
Return the xml when we have a BadConnexionParameters exception |
java.lang.StringBuffer |
ChannelAction.renderXmlChannelException(ChannelException e)
Return the xml when we have a ChannelException exception |
Methods in org.esupportail.portal.channels.CStockage.channelAction.injac that throw ChannelException | |
void |
ChannelAction.init(org.jasig.portal.security.IPerson person,
Space currentSpace,
java.util.ArrayList spaces,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
java.lang.StringBuffer |
ChannelAction.specificCheckCalledAction(java.lang.String currentMode,
org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the specific actions when refreshing the channel for the specific channel mode |
protected java.lang.StringBuffer |
ChannelAction.renderXmlShowCurrentDir(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
protected void |
ChannelAction.directoryBack()
Go to the parent directory |
private void |
ChannelAction.upload(org.jasig.portal.ChannelRuntimeData runtimeData)
Start the upload |
private java.lang.StringBuffer |
ChannelAction.renderXmlSetNameForRename(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private void |
ChannelAction.rename(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.renderXmlConfirmDelete(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private void |
ChannelAction.delete(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.renderXmlConfirmPaste()
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.paste(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String for this mod |
private java.lang.StringBuffer |
ChannelAction.verifyChoiceForSubmitMode(org.jasig.portal.ChannelRuntimeData runtimeData)
When we choose the mode for the submit, we verify the choice |
private java.lang.StringBuffer |
ChannelAction.verifyChoiceForPublishMode(org.jasig.portal.ChannelRuntimeData runtimeData)
When we choose the mode for the publication, we verify the choice |
private java.lang.StringBuffer |
ChannelAction.renderXmlAdminSpace(org.jasig.portal.ChannelRuntimeData runtimeData,
org.jasig.portal.ChannelStaticData staticData,
org.xml.sax.ContentHandler out)
Return XML for the space administration mode |
private java.lang.StringBuffer |
ChannelAction.renderXmlAdminSpaceValid(org.jasig.portal.ChannelRuntimeData runtimeData)
When valid the properties |
private java.lang.StringBuffer |
ChannelAction.createSpace(org.jasig.portal.ChannelRuntimeData runtimeData,
org.jasig.portal.ChannelStaticData staticData,
org.xml.sax.ContentHandler out)
Generate the xml for the creating space mod |
private java.lang.StringBuffer |
ChannelAction.renderXmlConfirmRootDocumentSetting(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML when we ask a root document setting confirmation |
private void |
ChannelAction.rootDocumentSetting(org.jasig.portal.ChannelRuntimeData runtimeData)
Generate the XML String and set the document as root |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.channelAction.injac.actions |
Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.actions that throw ChannelException | |
private static java.lang.Object[] |
MetadataManagerAction.getInputStream(org.jasig.portal.ChannelRuntimeData runtimeData,
Space currentSpace)
Start the upload |
static java.lang.StringBuffer |
MetadataManagerAction.renderXmlMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer,
java.lang.String currentSortType)
Generate the xml for the metadata management |
private static java.lang.StringBuffer |
MetadataManagerAction.submitMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentName,
java.lang.String documentPath,
java.lang.String actionType,
BufferAction buffer,
java.lang.String currentSortType)
Generate the xml and submit the metadata |
private static void |
MetadataManagerAction.setMetadataToSet(org.jasig.portal.ChannelRuntimeData runtimeData,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentName,
java.lang.String documentPath,
java.lang.String actionType,
BufferAction buffer)
Set the metadata list we want to set |
static java.lang.StringBuffer |
DocumentUnpublicationAction.renderXmlConfirmUnpublish(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask an unpublication confirmation |
static java.lang.StringBuffer |
DocumentUnpublicationAction.unpublish(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String currentSortType)
Generate the XML String and unpublish the document |
static java.lang.StringBuffer |
DocumentRejectAction.renderXmlConfirmReject(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a reject confirmation |
static java.lang.StringBuffer |
DocumentRejectAction.reject(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer,
java.lang.String currentSortType)
Generate the XML String and reject the document |
static java.lang.StringBuffer |
DocumentPublicationAction.renderXmlConfirmPublish(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a publish confirmation |
private static java.lang.StringBuffer |
DocumentPublicationAction.renderXmlConfirmPublishNewDocument(BufferAction buffer,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a publish confirmation of a new document |
private static java.lang.StringBuffer |
DocumentPublicationAction.renderXmlConfirmPublishOldDocument(java.lang.String[] files,
java.lang.String userPortalLogin,
Space currentSpace)
Generate the XML when we ask a publish confirmation of an existing document |
static java.lang.StringBuffer |
DocumentPublicationAction.publish(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer,
java.lang.String currentSortType)
Generate the XML String and publish the document |
static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmit(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a submit confirmation |
private static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmitNewDocument(BufferAction buffer,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a submit confirmation of a new document |
private static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmitOldDocument(java.lang.String[] files,
java.lang.String userPortalLogin,
Space currentSpace)
Generate the XML when we ask a submit confirmation of an existing document |
static java.lang.StringBuffer |
DocumentEditionAction.submit(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer,
java.lang.String currentSortType)
Generate the XML String and submit the document |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata |
Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata that throw ChannelException | |
static InjacSpaceManagementProperties |
InjacSpaceManagementProperties.getProperties(Space currentSpace,
java.lang.String path)
Get the properties sets on a space |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.config |
Methods in org.esupportail.portal.channels.CStockage.config that throw ChannelException | |
boolean |
Space.setChannelActionObject(org.jasig.portal.security.IPerson person,
java.util.ArrayList spaces,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Set the object used to manage the actions of the channel |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.exception |
Subclasses of ChannelException in org.esupportail.portal.channels.CStockage.exception | |
class |
AclAccessException
Id: AclAccessException.java,v 1.0 10 nov. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: AclAccessException Original Author: Yohan Colmant Exception called when error in access of the acl on a resource |
class |
AclReadException
Id: AclReadException.java,v 1.0 10 nov. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: AclReadException Original Author: Yohan Colmant Exception called when can not read the acl on a resource ACL |
class |
AclWriteException
Id: AclWriteException.java,v 1.0 10 nov. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: AclWriteException Original Author: Yohan Colmant Exception called when can not write the acl on a resource ACL |
class |
AnyVisibleSpaceException
Id: AnyVisibleSpaceException,v 1.0 19 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: AnyVisibleSpaceException.java Original Author: Yohan Colmant Called if the there is any available space for the current user |
class |
ApplicationException
Id: ApplicationException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: ApplicationException Original Author: Yohan Colmant Exception called for a general application exception |
class |
BadConnexionParameters
Id: BadConnexionParameters.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: BadConnexionParameters Original Author: Yohan Colmant Called if we are in asked authentication mode, and none password has been set |
class |
BadFormatException
Id: BadFormatException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: BadFormatException Original Author: Yohan Colmant Called is the name of the resource is not in a good format |
class |
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 |
class |
ConnexionParametersRequired
Id: ConnexionParametersRequired.java,v 1.0 25 mars 2005 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: ConnexionParametersRequired Original Author: Yohan Colmant Called if we are in asked authentication mode, and none password has been set |
class |
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 |
class |
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 |
class |
DataBaseException
Id: DataBaseException.java,v 1.0 13 janvier 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: DataBaseException Original Author: Yohan Colmant Called when there is an error in the database access |
class |
DeleteException
Id: DeleteException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: DeleteException Original Author: Yohan Colmant Called when delete is not possible |
class |
DownloadException
Id: DownloadException.java,v 1.0 21 juil. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: DownloadException Original Author: Yohan Colmant Called when error in the download |
class |
EmptyClipboardException
Id: EmptyClipboardException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: EmptyClipboardException Original Author: Yohan Colmant Called if the clipboard is empty |
class |
EmptyFileOnUploadException
Id: EmptyFileOnUploadException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: EmptyFileOnUploadException Original Author: Yohan Colmant Called if the file uploaded is empty |
class |
InjacDocumentException
Id: InjacDocumentException.java,v 1.0 13 oct 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: InjacDocumentException Original Author: Yohan Colmant Called when the resource selected is not a valid injac document |
class |
MetadataException
Id: MetadataException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: MetadataException Original Author: Yohan Colmant Exception called when we have an error acceding metadata |
class |
MoveException
Id: MoveException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: MoveException Original Author: Yohan Colmant Called when move is impossible |
class |
MoveForPublishException
Id: MoveForPublishException.java,v 1.0 19 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: MoveForPublishException Original Author: Yohan Colmant Called if we click on move for setting the clipboard |
class |
MoveForSubmitException
Id: MoveForSubmitException.java,v 1.0 19 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: MoveForSubmitException Original Author: Yohan Colmant Called if we click on move for setting the clipboard |
class |
NoneSelectedResourceException
Id: NoneSelectedResourceException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NoneSelectedResourceException Original Author: Yohan Colmant Called when there is none selected resource |
class |
NotAuthorizedAccessPublishedDocumentException
Id: NotAuthorizedAccessPublishedDocumentException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedAccessPublishedDocumentException Original Author: Yohan Colmant Exception called when we can not access a published document |
class |
NotAuthorizedDeleteException
Id: NotAuthorizedDeleteException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedDeleteException Original Author: Yohan Colmant Exception called when we can not delete the resource |
class |
NotAuthorizedDownloadException
Id: NotAuthorizedDownloadException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedDownloadException Original Author: Yohan Colmant Exception called when we can not download the resource because we have not the good rights |
class |
NotAuthorizedException
Id: NotAuthorizedException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedException Original Author: Yohan Colmant Exception called when we can not access the resource |
class |
NotAuthorizedModifyMetadataException
Id: NotAuthorizedModifyMetadataException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedModifyMetadataException Original Author: Yohan Colmant Exception called when we can not modifiy the resource metadata because we have not the good rights |
class |
NotAuthorizedNewDirException
Id: NotAuthorizedNewDirException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedNewDirException Original Author: Yohan Colmant Exception called when we can not create a new dir because we have not the good rights |
class |
NotAuthorizedRenameException
Id: NotAuthorizedRenameException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedRenameException Original Author: Yohan Colmant Exception called when we can not rename the resource |
class |
NotAuthorizedUploadException
Id: NotAuthorizedUploadException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotAuthorizedUploadException Original Author: Yohan Colmant Exception called when we can not upload a resource int the current directory because we have not the good rights |
class |
NotEditorInSpaceException
Id: NotEditorInSpaceException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotEditorInSpaceException Original Author: Yohan Colmant Called if we try to publish a document in a space where we are not editor |
class |
NotEmptyDirectoryException
Id: NotEmptyDirectoryException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotEmptyDirectoryException Original Author: Yohan Colmant Called when a directory is not empty |
class |
NotExistsResourceException
Id: NotExistsResourceException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotExistsResourceException Original Author: Yohan Colmant Called when a resource doesn't exist |
class |
NotSupportedAclException
Id: NotSupportedAclException.java,v 1.0 10 nov. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotSupportedAclException Original Author: Yohan Colmant Exception called when a space doesn't support ACL |
class |
NotWriterInSpaceException
Id: NotWriterInSpaceException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: NotWriterInSpaceException Original Author: Yohan Colmant Called if we try to submit a document in a space where we are not writer |
class |
OverQuotaException
Id: OverQuotaException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: OverQuotaException Original Author: Yohan Colmant Exception called when the quota is over on the server |
class |
PasteDeletedResourceException
Id: PasteDeletedResourceException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PasteDeletedResourceException Original Author: Yohan Colmant Called when we try to paste a resource witch has been deleted |
class |
PasteInChildDirectoryException
Id: PasteInChildDirectoryException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PasteInChildDirectoryException Original Author: Yohan Colmant Exception called when we try to paste a resource in a child directory |
class |
PasteNotAuthorizedResourceException
Id: PasteNotAuthorizedResourceException.java,v 1.0 19 juil. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PasteNotAuthorizedResourceException Original Author: Yohan Colmant Called when we try to paste a resource with not the good rights |
class |
PasteWithSameNameException
Id: PasteWithSameNameException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PasteWithSameNameException Original Author: Yohan Colmant Exception called when we try to paste a resource in a directory witch contains a same-named resource |
class |
PropertiesException
Id: PropertiesException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PropertiesException Original Author: Yohan Colmant Exception called when error in the config file |
class |
PublishInBadSpaceException
Id: PublishInBadSpaceException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: PublishInBadSpaceException Original Author: Yohan Colmant Called if we try to publish a document in a bad injac space |
class |
ReadFileException
Id: ReadFileException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: ReadFileException Original Author: Yohan Colmant Called when the reading is impossible |
class |
RenameException
Id: RenameException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: RenameException Original Author: Yohan Colmant Called when rename is impossible |
class |
ServerException
Id: ServerException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: ServerException Original Author: Yohan Colmant Exception called when the server is not available |
class |
SizeLimitUploadException
Id: SizeLimitUploadException.java,v 1.0 18 jan. 2005 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: SizeLimitUploadException Original Author: Yohan Colmant Called if we try to upload a larger file |
class |
StillExistsException
Id: StillExistsException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: StillExistsException Original Author: Yohan Colmant Called when a resource name still exists for a rename, copy, upload .... |
class |
StillExistsServerException
Id: StillExistsServerException.java,v 1.0 5 mai 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: StillExistsServerException Original Author: Yohan Colmant Called when a server name still exists |
class |
SubmitInBadSpaceException
Id: SubmitInBadSpaceException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: SubmitInBadSpaceException Original Author: Yohan Colmant Called if we try to submit a document in a bad injac space |
class |
TooMuchSelectedException
Id: TooMuchSelectedException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: TooMuchSelectedException Original Author: Yohan Colmant Called when the is too much selected files or directories |
class |
UnpublishException
Id: UnpublishException.java,v 1.0 18 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: UnpublishException Original Author: Yohan Colmant Called if error in the unpublication |
class |
UploadException
Id: UploadException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: UploadException Original Author: Yohan Colmant Called when error in the upload |
Uses of ChannelException in org.esupportail.portal.channels.CStockage.provider.access |
Methods in org.esupportail.portal.channels.CStockage.provider.access that throw ChannelException | |
boolean |
ServerAccess.copy(java.lang.String resource,
Space fromSpace,
java.lang.String fromPath,
java.lang.String toSpaceKey,
java.lang.String toPath)
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |