Package com.saperion.operations.document
package com.saperion.operations.document
This package defines the different operations on documents, that can be invoked by rmi.
-
ClassesClassDescriptionAn
Operation
that clones a document by its hDoc.Creates a Document.ThisOperation
stores a new document in the system.Deletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)
does.Gets information about the document.ThisOperation
returns the id of the latest revision of the document given by its id.ThisOperation
gets the current streaming configuration.Theoperation
LoadDocumentById loads a document from the backend by itsid
.Theoperation
LoadDocumentRevisionById loads a revision of a document by itsrevision id
.AnOperation
that reads the next n bytes from a remote stream attached to a session.Sets the state of the specified document to 'read'.Sets the state of the specified document to 'unread'.Updates a Document asSaRMIServerCommand.saveDocument(int, String, String, List)
does.