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