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

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

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

Methods in at.ac.tuwien.dslab.rmi.common.interfaces that throw DocumentAlreadyExistsException
 void IRepository.createDocument(IDocument doc)
          Creates a new document and add it to the repository.
 void IFileManager.importDocument(java.lang.String repoName, IUser user, IDocument doc)
          Imports a new document to the repository.