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 class
SaDocAccessDataImpl
Implementation 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 SaDocAccessData
SaClassicConnector. getDocumentAccessData(java.lang.String documentHDOC)
This method reads the access rights the current user has on a given document.SaDocAccessData
SaClassicConnectorImpl. getDocumentAccessData(java.lang.String documentHDOC)
SaDocAccessData
SaClassicConnector. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the rights mask for the given folder and user.SaDocAccessData
SaClassicConnectorImpl. 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 SaDocAccessData
AbstractFolderRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the rights mask for the given folder and user.SaDocAccessData
SaRMIClientCommand. 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 SaDocAccessData
SaRMIServerCommand. getFolderRights(int token, java.lang.String folderTableDDC, java.lang.String folderId)
Returns the rights mask for the given folder and user.
-