| void | AbstractFolderRMIClientCommand. addToFolder(java.lang.String folderTableDDC,
           java.lang.String documentId,
           java.lang.String documentDDC,
           java.lang.String folderId) | Adds the document to a given folder. | 
| void | SaRMIClientCommand. addToFolder(java.lang.String folderTableDDC,
           java.lang.String documentId,
           java.lang.String documentDDC,
           java.lang.String folderId) | Adds the document to a given folder. | 
| SaSaveInfo | AbstractDocRMIClientCommand. cacheDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String xhDoc,
             java.lang.String dbName,
             java.lang.String acls) | Stores the actual document to the backend. | 
| SaSaveInfo | SaRMIClientCommand. cacheDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String xhDoc,
             java.lang.String ddcName,
             java.lang.String acls) | Stores the actual document to the backend. | 
| long | AbstractFolderRMIClientCommand. getDocumentFolderCount(java.lang.String folderTableDDC,
                      java.lang.String documentDDC,
                      java.lang.String sysRowId) | Returns the total count over all folders from all users in which the specified document is
 countained in. | 
| long | SaRMIClientCommand. getDocumentFolderCount(java.lang.String folderTableDDC,
                      java.lang.String documentDDC,
                      java.lang.String sysRowId) | Returns the total count over all folders from all users in which the specified document is
 countained in. | 
| java.util.List<SaDocumentInfo> | AbstractFolderRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC,
                  java.lang.String documentDDC,
                  java.lang.String sysRowId) | Returns a list of folder properties which contains all nodes the document is contained in. | 
| java.util.List<SaDocumentInfo> | SaRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC,
                  java.lang.String documentDDC,
                  java.lang.String sysRowId) | Returns a list of folder properties which contains all nodes the document is contained in. | 
| com.saperion.jni.SaJNIReadBuffer | AbstractDocRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) | Reads the next bytes from the open document, described in the handle. | 
| com.saperion.jni.SaJNIReadBuffer | SaRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) | Reads the next bytes from the open document, described in the handle. | 
| SaSaveInfo | AbstractDocRMIClientCommand. setACLName(java.lang.String ddcname,
          java.lang.String hDoc,
          java.lang.String acl,
          int commitMode,
          java.lang.String versionComment) | Sets the given ACL to the node. | 
| SaSaveInfo | SaRMIClientCommand. setACLName(java.lang.String ddcname,
          java.lang.String hDoc,
          java.lang.String acl,
          int commitMode,
          java.lang.String versionComment) | Sets the given ACL to the node. | 
| SaSaveInfo | AbstractDocRMIClientCommand. storeDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String dbName,
             java.lang.String acls) | Stores the actual document to the backend. | 
| SaSaveInfo | AbstractDocRMIClientCommand. storeDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String dbName,
             java.lang.String acls,
             boolean checkout) | Stores the actual document to the backend. | 
| SaSaveInfo | SaRMIClientCommand. storeDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String ddcName,
             java.lang.String acls) | Stores the actual document to the backend. | 
| SaSaveInfo | SaRMIClientCommand. storeDocument(boolean isNew,
             int commitMode,
             java.lang.String versionComment,
             java.lang.String ddcName,
             java.lang.String acls,
             boolean checkin) | Stores the actual document to the backend. |