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.
|
Modifier and Type | Class and Description |
---|---|
class |
SaDocAccessDataImpl
Implementation for access data for a document.
|
Modifier and Type | Method and Description |
---|---|
SaDocAccessData |
SaClassicConnectorImpl.getDocumentAccessData(String documentHDOC) |
SaDocAccessData |
SaClassicConnector.getDocumentAccessData(String documentHDOC)
This method reads the access rights the current user has on a given document.
|
SaDocAccessData |
SaClassicConnectorImpl.getFolderRights(String folderTableDDC,
String folderId) |
SaDocAccessData |
SaClassicConnector.getFolderRights(String folderTableDDC,
String folderId)
Returns the rights mask for the given folder and user.
|
Modifier and Type | Method and Description |
---|---|
SaDocAccessData |
SaRMIClientCommand.getFolderRights(String folderTableDDC,
String folderId)
Returns the rights mask for the given folder and user.
|
SaDocAccessData |
AbstractFolderRMIClientCommand.getFolderRights(String folderTableDDC,
String folderId)
Returns the rights mask for the given folder and user.
|
Modifier and Type | Method and Description |
---|---|
SaDocAccessData |
SaRMIServerCommand.getFolderRights(int token,
String folderTableDDC,
String folderId)
Returns the rights mask for the given folder and user.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.