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.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.
|
Modifier and Type | Method and Description |
---|---|
List<UsersRights> |
SaClassicConnectorImpl.getAuthorizedUsers(String hDoc,
String rights,
MatchKind match) |
List<UsersRights> |
SaClassicConnector.getAuthorizedUsers(String hDoc,
String rights,
MatchKind match)
This method returns the users that have specific rights on a document.
|
Modifier and Type | Method and Description |
---|---|
List<UsersRights> |
SaRMIClientCommandImpl.getAuthorizedUsers(String hDoc,
String rights,
MatchKind match)
Returns the users, that have specific rights on a document.
|
List<UsersRights> |
SaRMIClientCommand.getAuthorizedUsers(String hDoc,
String rights,
MatchKind match)
Returns the users, that have specific rights on a document.
|
Modifier and Type | Class and Description |
---|---|
class |
UserRightsImpl
Default implementation of
UsersRights . |
Modifier and Type | Method and Description |
---|---|
List<UsersRights> |
SaRMIServerCommand.getAuthorizedUsers(int clientToken,
String hDoc,
String rights,
MatchKind match)
Returns the users, that have specific rights on a document.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.