See: Description
| Class | Description |
|---|---|
| CloneDocument |
An
Operation that clones a document by its hDoc. |
| CreateDocument |
Creates a Document.
|
| CreateDocumentOperation |
This
Operation stores a new document in the system. |
| DeleteDocument |
Deletes a Document as
SaRMIServerCommand.deleteDocument(int, int, String) does. |
| GetDocumentInfo |
Gets information about the document.
|
| GetLatestRevisionId |
This
Operation returns the id of the latest revision of the document given by its id. |
| GetStreamingConfiguration |
This
Operation gets the current streaming configuration. |
| LoadDocumentById |
The
operation LoadDocumentById loads a document from the
backend by its id. |
| LoadDocumentRevisionById |
The
operation LoadDocumentRevisionById loads a revision of a document by its
revision id. |
| ReadContentStreamPart |
An
Operation that reads the next n bytes from a remote stream attached
to a session. |
| SearchDocuments |
Filters the given ddc with the given filter query and returns the ids of the
documents that match. |
| SearchUniqueDocument |
Filters the given ddc with the given filter query and expects to find at most one
DocumentRevisionType. |
| SetDocumentRead |
Sets the state of the specified document to 'read'.
|
| SetDocumentUnread |
Sets the state of the specified document to 'unread'.
|
| UpdateDocument |
Updates a Document as
SaRMIServerCommand.saveDocument(int, String, String, List) does. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.