Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.folder |
This package contains the classes for the folder classes.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath) |
SaDocumentInfo |
SaClassicConnector.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folder which matches to the given path.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
|
SaDocumentInfo |
SaClassicConnector.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
use
SaClassicConnector.getFolderInfo(String, String, boolean) instead. Will be removed in version 8.1. |
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables) |
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) |
SaDocumentInfo |
SaClassicConnector.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given folder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders) |
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) |
List<SaDocumentInfo> |
SaClassicConnector.getFolderFromPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folders which match to the given path.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.searchFolderDocuments(String folderTableDDC,
String folderId,
SaQueryInfo hqlFilter) |
List<SaDocumentInfo> |
SaClassicConnector.searchFolderDocuments(String folderTableDDC,
String folderId,
SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.searchHQL(SaQueryInfo hqlQuery) |
List<SaDocumentInfo> |
SaClassicConnector.searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).
|
Modifier and Type | Method and Description |
---|---|
SaDocumentInfo |
SaRMIClientCommand.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Reads the folder info object for the given folder.
|
SaDocumentInfo |
AbstractFolderRMIClientCommand.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Reads the folder info object for the given folder.
|
SaDocumentInfo |
SaRMIClientCommand.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given node.
|
SaDocumentInfo |
AbstractFolderRMIClientCommand.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given node.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<SaDocumentInfo> |
SaRMIClientCommand.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a cursor with the children of the given node.
|
List<SaDocumentInfo> |
AbstractFolderRMIClientCommand.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFoldersPerLevel)
Returns a cursor with the children of the given node.
|
List<SaDocumentInfo> |
SaRMIClientCommand.getFolderFromPath(String folderTableDDC,
String startNodeId,
String folderPath,
boolean exact)
Returns the node(s) which match to the given path.
|
List<SaDocumentInfo> |
AbstractFolderRMIClientCommand.getFolderFromPath(String folderTableDDC,
String startNodeId,
String folderPath,
boolean exact)
Returns the node(s) which match to the given path.
|
List<SaDocumentInfo> |
SaRMIClientCommand.getStringQueryResult(SaQueryInfo queryInfo)
Executes a given HQL string and returns the results as list.
|
List<SaDocumentInfo> |
AbstractQueryRMIClientCommand.getStringQueryResult(SaQueryInfo hqlQuery)
Executes a given HQL string and returns the results as list.
|
List<SaDocumentInfo> |
SaRMIClientCommand.searchFolderDocuments(String folderTableDDC,
String folderId,
SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
List<SaDocumentInfo> |
AbstractFolderRMIClientCommand.searchFolderDocuments(String folderTableDDC,
String folderId,
SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
Constructor and Description |
---|
FolderUpdateInfo(SaDocumentInfo folderInfo,
boolean refreshChilds,
long cacheTime)
Constructor for simple Folders.
|
SaFolderClassImpl(SaFolderClass parentClass,
SaDocumentInfo info,
String className)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SaDocumentInfoImpl |
Modifier and Type | Method and Description |
---|---|
static List<SaDocumentInfo> |
SaDocumentInfoImpl.convertSimpleProperies(List<SaPropertyValue[]> values) |
Constructor and Description |
---|
SaDocumentInfoImpl(SaDocumentInfo info,
SaPropertyValue[] propertyValues)
Alternative constructor.
|
Modifier and Type | Method and Description |
---|---|
SaDocumentInfo |
SaRMIServerCommand.getFolderInfo(int token,
String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Reads the folder info object for the given folder.
|
SaDocumentInfo |
SaRMIServerCommand.getFolderParent(int token,
String folderTableDDC,
String folderId)
Returns the parent of the given node.
|
Modifier and Type | Method and Description |
---|---|
List<SaDocumentInfo> |
SaRMIServerCommand.getDocumentFolders(int token,
String folderTableDDC,
String documentDDC,
String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.
|
List<SaDocumentInfo> |
SaRMIServerCommand.getFolderChildren(int token,
String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a cursor with the children of the given node.
|
List<SaDocumentInfo> |
SaRMIServerCommand.getFolderFromPath(int token,
String folderTableDDC,
String startNodeId,
String folderPath,
boolean exact)
Returns the node(s) which match to the given path.
|
List<SaDocumentInfo> |
SaRMIServerCommand.getStringQueryResult(int token,
SaQueryInfo queryInfo)
Executes a given HQL string and returns the results as list.
|
List<SaDocumentInfo> |
SaRMIServerCommand.searchFolderDocuments(int token,
String folderTableDDC,
String folderId,
SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.