Uses of Class
org.esupportail.portal.channels.CWebdav.exception.ServerException

Packages that use ServerException
org.esupportail.portal.channels.CWebdav.channelAction.injac   
org.esupportail.portal.channels.CWebdav.channelAction.injac.acl   
org.esupportail.portal.channels.CWebdav.channelAction.injac.actions   
org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata   
org.esupportail.portal.channels.CWebdav.provider.access   
 

Uses of ServerException in org.esupportail.portal.channels.CWebdav.channelAction.injac
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac that throw ServerException
private static java.lang.StringBuffer DefaultRenderXml.getXmlAction(Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          Get the XML for the action bar
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
private  void ChannelAction.setCurrentDirectoryProperties()
          Set the properties of the currentDirectory
private  void ChannelAction.setCurrentDirectoryProperties(java.lang.String injacType)
          Set the properties of the currentDirectory
static boolean ChannelAction.isUserManagerInSpace(java.lang.String spacePath, ServerAccess access, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is manager in the specified space
static boolean ChannelAction.isUserWriterInSpace(java.lang.String spacePath, ServerAccess access, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is writer in the specified space
static boolean ChannelAction.isUserEditorInSpace(java.lang.String spacePath, ServerAccess access, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is editor in the specified space
static boolean ChannelAction.isUserDocumentOwner(java.lang.String documentPath, ServerAccess access, java.lang.String userPortalLogin)
          Check if the current user is the owner of the specified document
private  java.lang.StringBuffer ChannelAction.renderXmlShowCurrentDir(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML String for this mod
private  void ChannelAction.directoryBack()
          Go to the parent directory
 

Uses of ServerException in org.esupportail.portal.channels.CWebdav.channelAction.injac.acl
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.acl that throw ServerException
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 ServerException in org.esupportail.portal.channels.CWebdav.channelAction.injac.actions
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.actions that throw ServerException
private static java.lang.StringBuffer MetadataManagerAction.setMetadataOnDocument(java.lang.StringBuffer stylesheet, ChannelConfiguration config, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath)
          Set the metadata on document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.editDocument(java.lang.StringBuffer stylesheet, ChannelConfiguration config, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath)
          Edit the document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.publishDocument(java.lang.StringBuffer stylesheet, ChannelConfiguration config, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath)
          Publish the document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.rejectDocument(java.lang.StringBuffer stylesheet, ChannelConfiguration config, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath)
          Reject the document and return the xml for the next action
 

Uses of ServerException in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata that throw ServerException
static java.lang.String MetaDataManager.getDocumentOwner(ServerAccess access, java.lang.String path)
          Get the owner of a document
static boolean MetaDataManager.setUserAsDocumentOwner(ServerAccess access, java.lang.String path, java.lang.String value)
          Set the owner of a document
static java.lang.String MetaDataManager.getDirectoryType(ServerAccess access, java.lang.String path)
          Get the directory type (document, space, ... ?)
static java.util.Date MetaDataManager.getPublicationDateBegin(ServerAccess access, java.lang.String path)
          Get the publication date begin
static java.util.Date MetaDataManager.getPublicationDateEnd(ServerAccess access, java.lang.String path)
          Get the publication date end
static java.lang.String MetaDataManager.getRejectCause(ServerAccess access, java.lang.String path)
          Get the refuse message
static java.lang.String MetaDataManager.getDocumentState(ServerAccess access, java.lang.String path)
          Get the document state: published, refused, waiting, expired...
static boolean MetaDataManager.setDirectoryAsSpace(ServerAccess access, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "space" value
static boolean MetaDataManager.setDirectoryAsWaitingDocument(ServerAccess access, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "waiting"
static boolean MetaDataManager.setDirectoryAsPublishedDocument(ServerAccess access, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "published"
static boolean MetaDataManager.setDirectoryAsRejectedDocument(ServerAccess access, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "refused"
static boolean MetaDataManager.setMetadataOnSpace(ServerAccess access, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the metadata set by manager on a space
static boolean MetaDataManager.setMetadataOnDocument(ServerAccess access, java.lang.String path, java.util.ArrayList metadataToSet)
          Set the metadata set by user on a document
static java.lang.String MetaDataManager.getMetadataDescription(ServerAccess access, java.lang.String path)
          Return in the MD description
static java.lang.String MetaDataManager.getMetadataSpaceProfile(ServerAccess access, java.lang.String path)
          Return the list of MD that the user have to set
static java.lang.String MetaDataManager.getMetadataRenderingType(ServerAccess access, java.lang.String path)
          Return the rendering type MD that the user have to set
static void MetaDataManager.getMetadataWritersOnSpace(ServerAccess access, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of writers on the space
static void MetaDataManager.getMetadataEditorsOnSpace(ServerAccess access, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of editors on the space
static void MetaDataManager.getMetadataManagersOnSpace(ServerAccess access, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of managers on the space
static boolean InjacSpaceManagementProperties.isUserManager(java.lang.String login, java.util.Vector userGroups, ServerAccess access, java.lang.String path)
          Check if a user is manager on a space
static boolean InjacSpaceManagementProperties.isUserWriter(java.lang.String login, java.util.Vector userGroups, ServerAccess access, java.lang.String path)
          Check if a user is writer on a space
static boolean InjacSpaceManagementProperties.isUserEditor(java.lang.String login, java.util.Vector userGroups, ServerAccess access, java.lang.String path)
          Check if a user is editor on a space
 

Uses of ServerException in org.esupportail.portal.channels.CWebdav.provider.access
 

Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw ServerException
 void WebdavAccessImpl.connect()
          Connect this object to the server
 void WebdavAccessImpl.disconnect()
          Disconnection of the server
 boolean WebdavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
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.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a directory
private  java.util.Vector WebdavAccessImpl.getProperties(java.lang.String path, java.lang.String propertyName)
          Get a resource's property specified by the path
private  java.util.Vector WebdavAccessImpl.getProperties(java.lang.String path, java.util.Vector properties)
          Get a resource's property specified by the path
 java.lang.String WebdavAccessImpl.getProperty(java.lang.String path, java.lang.String propertyName)
          Get a resource's property specified by the path
 boolean WebdavAccessImpl.setProperty(java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          Set the property of resource
abstract  void ServerAccess.connect()
          Connect this object to the server
abstract  void ServerAccess.disconnect()
          Disconnection of the server
abstract  boolean ServerAccess.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
protected abstract  boolean ServerAccess.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
abstract  java.lang.String ServerAccess.getProperty(java.lang.String path, java.lang.String propertyName)
          Get a resource's property specified by the path
abstract  boolean ServerAccess.setProperty(java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          Set the property of resource
 void CifsAccessImpl.connect()
          Connect to the server
 void CifsAccessImpl.disconnect()
          Disconnect from the server
 boolean CifsAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file
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
 java.lang.String CifsAccessImpl.getProperty(java.lang.String path, java.lang.String propertyName)
          not implemented
 boolean CifsAccessImpl.setProperty(java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          not implemented