Uses of Interface
com.saperion.intf.SaDocumentInfo
-
Packages that use SaDocumentInfo 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. -
-
Uses of SaDocumentInfo in com.saperion.connector
Methods in com.saperion.connector that return SaDocumentInfo Modifier and Type Method Description SaDocumentInfo
SaClassicConnector. getFolderByPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)
Returns the folder which matches to the given path.SaDocumentInfo
SaClassicConnectorImpl. getFolderByPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)
SaDocumentInfo
SaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)
Deprecated.SaDocumentInfo
SaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Returns the folder information object for the given folder.SaDocumentInfo
SaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)
Deprecated.SaDocumentInfo
SaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
SaDocumentInfo
SaClassicConnector. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given folder.SaDocumentInfo
SaClassicConnectorImpl. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Methods in com.saperion.connector that return types with arguments of type SaDocumentInfo Modifier and Type Method Description java.util.List<SaDocumentInfo>
SaClassicConnector. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)
Returns a list of folder properties which contains all folders the document is contained in.java.util.List<SaDocumentInfo>
SaClassicConnectorImpl. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)
java.util.List<SaDocumentInfo>
SaClassicConnector. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)
Returns a list with the children of the given node.java.util.List<SaDocumentInfo>
SaClassicConnectorImpl. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)
java.util.List<SaDocumentInfo>
SaClassicConnector. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)
Returns the folders which match to the given path.java.util.List<SaDocumentInfo>
SaClassicConnectorImpl. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath)
java.util.List<SaDocumentInfo>
SaClassicConnector. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.java.util.List<SaDocumentInfo>
SaClassicConnectorImpl. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)
java.util.List<SaDocumentInfo>
SaClassicConnector. searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).java.util.List<SaDocumentInfo>
SaClassicConnectorImpl. searchHQL(SaQueryInfo hqlQuery)
-
Uses of SaDocumentInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaDocumentInfo Modifier and Type Method Description SaDocumentInfo
AbstractFolderRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Reads the folder info object for the given folder.SaDocumentInfo
SaRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Reads the folder info object for the given folder.SaDocumentInfo
AbstractFolderRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given node.SaDocumentInfo
SaRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given node.Methods in com.saperion.connector.rmi that return types with arguments of type SaDocumentInfo Modifier and Type Method Description java.util.List<SaDocumentInfo>
AbstractFolderRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.java.util.List<SaDocumentInfo>
SaRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.java.util.List<SaDocumentInfo>
AbstractFolderRMIClientCommand. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFoldersPerLevel)
Returns a cursor with the children of the given node.java.util.List<SaDocumentInfo>
SaRMIClientCommand. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)
Returns a cursor with the children of the given node.java.util.List<SaDocumentInfo>
AbstractFolderRMIClientCommand. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath, boolean exact)
Returns the node(s) which match to the given path.java.util.List<SaDocumentInfo>
SaRMIClientCommand. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath, boolean exact)
Returns the node(s) which match to the given path.java.util.List<SaDocumentInfo>
AbstractQueryRMIClientCommand. getStringQueryResult(SaQueryInfo hqlQuery)
Executes a given HQL string and returns the results as list.java.util.List<SaDocumentInfo>
SaRMIClientCommand. getStringQueryResult(SaQueryInfo queryInfo)
Executes a given HQL string and returns the results as list.java.util.List<SaDocumentInfo>
AbstractFolderRMIClientCommand. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.java.util.List<SaDocumentInfo>
SaRMIClientCommand. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.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 SaDocumentInfo Constructor Description FolderUpdateInfo(SaDocumentInfo folderInfo, boolean refreshChilds, long cacheTime)
Constructor for simple Folders.SaFolderClassImpl(SaFolderClass parentClass, SaDocumentInfo info, java.lang.String className)
Constructor. -
Uses of SaDocumentInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaDocumentInfo Modifier and Type Class Description class
SaDocumentInfoImpl
Methods in com.saperion.rmi that return types with arguments of type SaDocumentInfo Modifier and Type Method Description static java.util.List<SaDocumentInfo>
SaDocumentInfoImpl. convertSimpleProperies(java.util.List<SaPropertyValue[]> values)
Constructors in com.saperion.rmi with parameters of type SaDocumentInfo Constructor Description SaDocumentInfoImpl(SaDocumentInfo info, SaPropertyValue[] propertyValues)
Alternative constructor. -
Uses of SaDocumentInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaDocumentInfo Modifier and Type Method Description SaDocumentInfo
SaRMIServerCommand. getFolderInfo(int token, java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Reads the folder info object for the given folder.SaDocumentInfo
SaRMIServerCommand. getFolderParent(int token, java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given node.Methods in com.saperion.rmi.common that return types with arguments of type SaDocumentInfo Modifier and Type Method Description java.util.List<SaDocumentInfo>
SaRMIServerCommand. getDocumentFolders(int token, java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)
Returns a list of folder properties which contains all nodes the document is contained in.java.util.List<SaDocumentInfo>
SaRMIServerCommand. getFolderChildren(int token, java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)
Returns a cursor with the children of the given node.java.util.List<SaDocumentInfo>
SaRMIServerCommand. getFolderFromPath(int token, java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath, boolean exact)
Returns the node(s) which match to the given path.java.util.List<SaDocumentInfo>
SaRMIServerCommand. getStringQueryResult(int token, SaQueryInfo queryInfo)
Executes a given HQL string and returns the results as list.java.util.List<SaDocumentInfo>
SaRMIServerCommand. searchFolderDocuments(int token, java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
-