Package at.ac.tuwien.dslab.rmi.common.impl

Class Summary
DocumentImpl The DocumentImpl provides a default implementation of document.
UserImpl The UserImpl provides a default implementation of a user.
 

Exception Summary
DocumentAlreadyExistsException The DocumentAlreadyExistsException is thrown when an existing document is imported to a repository (which means the document was previously imported).
DocumentNotExistsException The DocumentNotExistsException is thrown when a non-existing document is committed to the repository (which means that the document was not previously imported).
FileManException The FileManException is the basic exception within the DSGFileMan system.
InvalidCommandException The InvalidCommandException is used to signal invalid commands or arguments at the client.
RepositoryExistsException The RepositoryExistsException is thrown when an existing repository is created (which means the repository was previously created).
RepositoryNamingException 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_').
RepositoryNotExistsException The RepositoryNotExistsException is thrown when an operation is invoked on a non-existing repository.
UserAccessException The UserAccessException is used when the user tries to invoke an operation where he/she is not authorized to do that.