Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
Modifier and Type | Method and Description |
---|---|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folder which matches to the given path.
|
SaDocumentInfo |
SaClassicConnector.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folder which matches to the given path.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a list with the children of the given node.
|
List<SaDocumentInfo> |
SaClassicConnector.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a list with the children of the given node.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getFolderFromPath(String folderTableDDC,
String startNodeId,
String folderPath)
Returns the folders which match to the given path.
|
List<SaDocumentInfo> |
SaClassicConnector.getFolderFromPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folders which match to the given path.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
|
SaDocumentInfo |
SaClassicConnector.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Returns the folder information object for the given folder.
|
SaDocumentInfo |
SaClassicConnector.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Returns the folder information object for the given folder.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given folder.
|
SaDocumentInfo |
SaClassicConnector.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given folder.
|
List<SaPropertyValue[]> |
SaClassicConnectorImpl.search(String hqlQuery)
Deprecated.
use
SaClassicConnectorImpl.searchHQL(SaQueryInfo) instead |
List<SaPropertyValue[]> |
SaClassicConnector.search(String hqlQuery)
Deprecated.
Use searchHQL() instead. Will be removed with version 8.0
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).
|
List<SaDocumentInfo> |
SaClassicConnector.searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).
|
Copyright © 2016 SAPERION AG. All rights reserved.