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

D

DocumentAlreadyExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The DocumentAlreadyExistsException is thrown when an existing document is imported to a repository (which means the document was previously imported).
DocumentAlreadyExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.DocumentAlreadyExistsException
Creates a new DocumentAlreadyExistsException.
documentCommitted(IDocument) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IRepositoryListener
This method is invoked by the server when a new document is committed.
DocumentImpl - Class in at.ac.tuwien.dslab.rmi.common.impl
The DocumentImpl provides a default implementation of document.
DocumentImpl() - Constructor for class at.ac.tuwien.dslab.rmi.common.impl.DocumentImpl
Creates a new and empty IDocument instance.
DocumentImpl(String, long, byte[]) - Constructor for class at.ac.tuwien.dslab.rmi.common.impl.DocumentImpl
Creates a new IDocument instance.
documentImported(IDocument) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IRepositoryListener
This method is invoked by the server when a new document is imported.
DocumentNotExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The DocumentNotExistsException is thrown when a non-existing document is committed to the repository (which means that the document was not previously imported).
DocumentNotExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.DocumentNotExistsException
Creates a new DocumentNotExistsException.
documentRemoved(IDocument) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IRepositoryListener
This method is invoked by the server when a new document is removed.

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