Uses of Class
com.saperion.exception.SaFolderException
Packages that use SaFolderException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
-
Uses of SaFolderException in com.saperion.connector
Methods in com.saperion.connector that throw SaFolderExceptionModifier 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.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnector.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Returns the folder information object for the given folder.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) -
Uses of SaFolderException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaFolderExceptionModifier 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.AbstractFolderRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.SaRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.
SaClassicConnector.getFolderInfo(String, String, boolean)
instead.