Uses of Class
at.ac.tuwien.dslab.rmi.common.impl.UserAccessException

Packages that use UserAccessException
at.ac.tuwien.dslab.rmi.common.interfaces   
 

Uses of UserAccessException in at.ac.tuwien.dslab.rmi.common.interfaces
 

Methods in at.ac.tuwien.dslab.rmi.common.interfaces that throw UserAccessException
 void IFileManager.addRepositoryListener(java.lang.String repoName, IUser user, IRepositoryListener listener)
          Add a repository listener to the repository to get notifications when certain events on the server occur.
 IDocument[] IFileManager.checkout(java.lang.String repoName, IUser user)
          Checks out all documents from the repository.
 long IFileManager.commitDocument(java.lang.String repoName, IUser user, IDocument doc)
          Commits an existing document to the repository.
 void IFileManager.createRepository(java.lang.String name, IUser owner, java.lang.String... allowedUserNames)
          Creates a new repository on the document server.
 void IFileManager.importDocument(java.lang.String repoName, IUser user, IDocument doc)
          Imports a new document to the repository.
 void IFileManager.removeDocument(java.lang.String repoName, IUser user, java.lang.String documentName)
          Removes a document from the repository and ALSO deletes it locally.
 void IFileManager.removeRepository(java.lang.String name, IUser owner)
          Removes the repository and all the documents it contains, if the given user matches the owner of the repository.
 IDocument[] IFileManager.updateAllDocuments(java.lang.String repoName, IUser user)
          Updates all documents from the repository.
 IDocument IFileManager.updateDocument(java.lang.String repoName, IUser user, java.lang.String filename, long version)
          Updates a local document with the most recent (or a specific) version from the repository.