Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.jaxws | |
com.saperion.ws.wrapper |
Package for ws wrapper classes.
|
Modifier and Type | Method and Description |
---|---|
SaWsAuthorizedUsers |
SaWsAccessService.getAuthorizedUsers(int token,
String xhdoc,
List<SaWsRight> rights,
SaWsMatchKind match)
Retrieves and returns a SaWsAuthorizedUsers object with the matching users.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsRight> |
GetAuthorizedUsers.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
GetAuthorizedUsers.setRights(List<SaWsRight> rights) |
Modifier and Type | Field and Description |
---|---|
static EnumSet<SaWsRight> |
SaWsRight.COMPLETE
Enum set of all contained SaWsRights.
|
static List<SaWsRight> |
SaWsRight.COMPLETE_LIST
List of all contained SaWsRights.
|
Modifier and Type | Method and Description |
---|---|
static SaWsRight |
SaWsRight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsRight[] |
SaWsRight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<SaWsRight> |
SaWsRight.fromBackend(com.saperion.rmi.SaACLRights aclRights)
Creates and returns a list of SaWsRights from the given SaACLRights.
|
List<SaWsRight> |
SaWsAuthorizedUser.getRights()
Gets the rights.
|
Modifier and Type | Method and Description |
---|---|
void |
SaWsAuthorizedUser.setRights(List<SaWsRight> newRights)
Sets the rights.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.