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

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

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

Methods in at.ac.tuwien.dslab.rmi.common.interfaces that throw DocumentNotExistsException
 long IFileManager.commitDocument(java.lang.String repoName, IUser user, IDocument doc)
          Commits an existing document to the repository.
 IDocument IRepository.getDocument(java.lang.String filename, long version)
          Gets one specific document from the repository.
 IDocument IRepository.removeDocument(java.lang.String documentName)
          Removes a document from the repository.
 void IRepository.updateDocument(IDocument doc)
          Updates the given document in the repository.