A C D E F G I P R S T U

R

removeDocument(String, IUser, String) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes a document from the repository and ALSO deletes it locally.
removeRepository(String, IUser) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes the repository and all the documents it contains, if the given user matches the owner of the repository.
removeRespositoryListener(String, IRepositoryListener) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes a repository listener to stop listening to notifications.
RepositoryExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryExistsException is thrown when an existing repository is created (which means the repository was previously created).
RepositoryExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryExistsException
Creates a new RepositoryExistsException.
RepositoryNamingException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryNamingExistsException is thrown when the repository name does not stick to the naming convention (for user 'dsgfmXXX' the repository name has to start with 'dsgfmXXX_').
RepositoryNamingException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryNamingException
Creates a new RepositoryNamingException.
RepositoryNotExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryNotExistsException is thrown when an operation is invoked on a non-existing repository.
RepositoryNotExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryNotExistsException
Creates a new RepositoryNotExistsException.

A C D E F G I P R S T U