Uses of Class
com.saperion.rmi.SaQueryInfo
Packages that use SaQueryInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaQueryInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type SaQueryInfoModifier and TypeMethodDescriptionSaClassicConnector.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a list with the children of the given node.SaClassicConnectorImpl.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) SaClassicConnector.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaClassicConnectorImpl.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) SaClassicConnector.searchHQL
(SaQueryInfo hqlQuery) Performs a search with the given hql query (hibernate query language).SaClassicConnectorImpl.searchHQL
(SaQueryInfo hqlQuery) -
Uses of SaQueryInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SaQueryInfoModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFoldersPerLevel) Returns a cursor with the children of the given node.SaRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a cursor with the children of the given node.AbstractQueryRMIClientCommand.getStringQueryResult
(SaQueryInfo hqlQuery) Executes a given HQL string and returns the results as list.SaRMIClientCommand.getStringQueryResult
(SaQueryInfo queryInfo) Executes a given HQL string and returns the results as list.AbstractFolderRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth. -
Uses of SaQueryInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SaQueryInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getFolderChildren
(int token, String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a cursor with the children of the given node.SaRMIServerCommand.getStringQueryResult
(int token, SaQueryInfo queryInfo) Executes a given HQL string and returns the results as list.SaRMIServerCommand.searchFolderDocuments
(int token, String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.