Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.addToFolder(String folderTableDDC,
String documentId,
String documentDDC,
String folderId) |
void |
SaClassicConnector.addToFolder(String folderTableDDC,
String documentId,
String documentDDC,
String folderId)
Adds the document with given documentId to a given folder with given folderId.
|
long |
SaClassicConnectorImpl.getDocumentFolderCount(String folderTableDDC,
String documentDDC,
String sysRowId) |
long |
SaClassicConnector.getDocumentFolderCount(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns the total count over all folders from all users in which the specified document is
contained in.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getDocumentFolders(String folderTableDDC,
String documentDDC,
String sysRowId) |
List<SaDocumentInfo> |
SaClassicConnector.getDocumentFolders(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns a list of folder properties which contains all folders the document is contained in.
|
void |
SaClassicConnectorImpl.releaseDocument(String ddcName,
String hDoc,
String versionComment) |
void |
SaClassicConnector.releaseDocument(String ddcName,
String hDoc,
String versionComment)
Release the given document.
|
Modifier and Type | Method and Description |
---|---|
void |
SaRMIClientCommand.addToFolder(String folderTableDDC,
String documentId,
String documentDDC,
String folderId)
Adds the document to a given folder.
|
void |
AbstractFolderRMIClientCommand.addToFolder(String folderTableDDC,
String documentId,
String documentDDC,
String folderId)
Adds the document to a given folder.
|
SaSaveInfo |
SaRMIClientCommand.cacheDocument(boolean isNew,
int commitMode,
String versionComment,
String xhDoc,
String ddcName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.cacheDocument(boolean isNew,
int commitMode,
String versionComment,
String xhDoc,
String dbName,
String acls)
Stores the actual document to the backend.
|
long |
SaRMIClientCommand.getDocumentFolderCount(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns the total count over all folders from all users in which the specified document is
countained in.
|
long |
AbstractFolderRMIClientCommand.getDocumentFolderCount(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns the total count over all folders from all users in which the specified document is
countained in.
|
List<SaDocumentInfo> |
SaRMIClientCommand.getDocumentFolders(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.
|
List<SaDocumentInfo> |
AbstractFolderRMIClientCommand.getDocumentFolders(String folderTableDDC,
String documentDDC,
String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.
|
com.saperion.jni.SaJNIReadBuffer |
SaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
com.saperion.jni.SaJNIReadBuffer |
AbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
SaSaveInfo |
SaRMIClientCommand.setACLName(String ddcname,
String hDoc,
String acl,
int commitMode,
String versionComment)
Sets the given ACL to the node.
|
SaSaveInfo |
AbstractDocRMIClientCommand.setACLName(String ddcname,
String hDoc,
String acl,
int commitMode,
String versionComment)
Sets the given ACL to the node.
|
SaSaveInfo |
SaRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String ddcName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String dbName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
SaRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String ddcName,
String acls,
boolean checkin)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String dbName,
String acls,
boolean checkout)
Stores the actual document to the backend.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.