Package com.saperion.operations.document
This package defines the different operations on documents, that can be invoked by rmi.
-
Class Summary Class Description CloneDocument AnOperationthat clones a document by its hDoc.CreateDocument Creates a Document.CreateDocumentOperation ThisOperationstores a new document in the system.DeleteDocument Deletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)does.GetDocumentInfo Gets information about the document.GetLatestRevisionId ThisOperationreturns the id of the latest revision of the document given by its id.GetStreamingConfiguration ThisOperationgets the current streaming configuration.LoadDocumentById TheoperationLoadDocumentById loads a document from the backend by itsid.LoadDocumentRevisionById TheoperationLoadDocumentRevisionById loads a revision of a document by itsrevision id.ReadContentStreamPart AnOperationthat 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.