Uses of Interface
com.saperion.intf.SaDocAccessData
Packages that use SaDocAccessData
Package
Description
This package contains the global beans.
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 SaDocAccessData in com.saperion.bean
Classes in com.saperion.bean that implement SaDocAccessDataModifier and TypeClassDescriptionclass
Implementation for access data for a document. -
Uses of SaDocAccessData in com.saperion.connector
Methods in com.saperion.connector that return SaDocAccessDataModifier and TypeMethodDescriptionSaClassicConnector.getDocumentAccessData
(String documentHDOC) This method reads the access rights the current user has on a given document.SaClassicConnectorImpl.getDocumentAccessData
(String documentHDOC) SaClassicConnector.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaClassicConnectorImpl.getFolderRights
(String folderTableDDC, String folderId) -
Uses of SaDocAccessData in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaDocAccessDataModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user. -
Uses of SaDocAccessData in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaDocAccessDataModifier and TypeMethodDescriptionSaRMIServerCommand.getFolderRights
(int token, String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.