| 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.common |
This package contains the classes for the LARIX RMI Server.
|
| com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsersRights> |
SaClassicConnectorImpl.getAuthorizedUsers(String hDoc,
String rights,
MatchKind match)
This method returns the users that have specific rights on a document.
|
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 | 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.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchKind |
MatchKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchKind[] |
MatchKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.