Uses of Enum Class
com.saperion.ws.wrapper.SaWsRight
Packages that use SaWsRight
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws wrapper classes.
-
Uses of SaWsRight in com.saperion.ws
Method parameters in com.saperion.ws with type arguments of type SaWsRightModifier and TypeMethodDescriptionSaWsAccessService.getAuthorizedUsers
(String token, String xhdoc, List<SaWsRight> rights, SaWsMatchKind match) Retrieves and returns a SaWsAuthorizedUsers object with the matching users. -
Uses of SaWsRight in com.saperion.ws.wrapper
Fields in com.saperion.ws.wrapper with type parameters of type SaWsRightModifier and TypeFieldDescriptionSaWsRight.COMPLETE
Enum set of all contained SaWsRights.SaWsRight.COMPLETE_LIST
List of all contained SaWsRights.Methods in com.saperion.ws.wrapper that return SaWsRightModifier and TypeMethodDescriptionstatic SaWsRight
Returns the enum constant of this class with the specified name.static SaWsRight[]
SaWsRight.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsRightModifier and TypeMethodDescriptionSaWsRight.fromBackend
(com.saperion.rmi.SaACLRights aclRights) Creates and returns a list of SaWsRights from the given SaACLRights.SaWsAuthorizedUser.getRights()
Gets the rights.Method parameters in com.saperion.ws.wrapper with type arguments of type SaWsRight