Uses of Interface
com.saperion.intf.SaDocAccessData
-
Packages that use SaDocAccessData Package Description com.saperion.bean This package contains the global beans.com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of SaDocAccessData in com.saperion.bean
Classes in com.saperion.bean that implement SaDocAccessData Modifier and Type Class Description classSaDocAccessDataImplImplementation for access data for a document. -
Uses of SaDocAccessData in com.saperion.connector
Methods in com.saperion.connector that return SaDocAccessData Modifier and Type Method Description SaDocAccessDataSaClassicConnector. getDocumentAccessData(java.lang.String documentHDOC)This method reads the access rights the current user has on a given document.SaDocAccessDataSaClassicConnectorImpl. getDocumentAccessData(java.lang.String documentHDOC)SaDocAccessDataSaClassicConnector. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.SaDocAccessDataSaClassicConnectorImpl. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId) -
Uses of SaDocAccessData in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaDocAccessData Modifier and Type Method Description SaDocAccessDataAbstractFolderRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.SaDocAccessDataSaRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.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 SaDocAccessData Modifier and Type Method Description SaDocAccessDataSaRMIServerCommand. getFolderRights(int token, java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.
-