Uses of Interface
com.saperion.intf.SaDocumentInfo
Packages that use SaDocumentInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the folder classes.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaDocumentInfo in com.saperion.connector
Methods in com.saperion.connector that return SaDocumentInfoModifier and TypeMethodDescriptionSaClassicConnector.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folder which matches to the given path.SaClassicConnectorImpl.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) 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) SaClassicConnector.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given folder.SaClassicConnectorImpl.getFolderParent
(String folderTableDDC, String folderId) Methods in com.saperion.connector that return types with arguments of type SaDocumentInfoModifier and TypeMethodDescriptionSaClassicConnector.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all folders the document is contained in.SaClassicConnectorImpl.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) SaClassicConnector.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.getFolderFromPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folders which match to the given path.SaClassicConnectorImpl.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath) 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 SaDocumentInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaDocumentInfoModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.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.AbstractFolderRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.SaRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.Methods in com.saperion.connector.rmi that return types with arguments of type SaDocumentInfoModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.SaRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.AbstractFolderRMIClientCommand.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.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.SaRMIClientCommand.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.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 SaDocumentInfo in com.saperion.folder
Constructors in com.saperion.folder with parameters of type SaDocumentInfoModifierConstructorDescriptionFolderUpdateInfo
(SaDocumentInfo folderInfo, boolean refreshChilds, long cacheTime) Constructor for simple Folders.SaFolderClassImpl
(SaFolderClass parentClass, SaDocumentInfo info, String className) Constructor. -
Uses of SaDocumentInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaDocumentInfoMethods in com.saperion.rmi that return types with arguments of type SaDocumentInfoModifier and TypeMethodDescriptionstatic final List<SaDocumentInfo>
SaDocumentInfoImpl.convertSimpleProperies
(List<SaPropertyValue[]> values) Constructors in com.saperion.rmi with parameters of type SaDocumentInfoModifierConstructorDescriptionSaDocumentInfoImpl
(SaDocumentInfo info, SaPropertyValue[] propertyValues) Alternative constructor. -
Uses of SaDocumentInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaDocumentInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getFolderInfo
(int token, String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.SaRMIServerCommand.getFolderParent
(int token, String folderTableDDC, String folderId) Returns the parent of the given node.Methods in com.saperion.rmi.common that return types with arguments of type SaDocumentInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getDocumentFolders
(int token, String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.SaRMIServerCommand.getFolderChildren
(int token, String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a cursor with the children of the given node.SaRMIServerCommand.getFolderFromPath
(int token, String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.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.
SaClassicConnector.getFolderInfo(String, String, boolean)
instead.