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
Operationthat clones a document by its hDoc.Creates a Document.ThisOperationstores a new document in the system.Deletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)does.Gets information about the document.ThisOperationreturns the id of the latest revision of the document given by its id.ThisOperationgets the current streaming configuration.TheoperationLoadDocumentById loads a document from the backend by itsid.TheoperationLoadDocumentRevisionById loads a revision of a document by itsrevision id.AnOperationthat 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.