Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.addToFolder(String folderTableDDC,
String documentId,
String documentDDC,
String folderId)
Adds the document with given documentId to a given folder with given 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)
Returns the total count over all folders from all users in which the specified document is
contained in.
|
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)
Returns a list of folder properties which contains all folders the document is contained in.
|
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)
Release the given document.
|
void |
SaClassicConnector.releaseDocument(String ddcName,
String hDoc,
String versionComment)
Release the given document.
|
Copyright © 2016 SAPERION AG. All rights reserved.