Uses of Class
com.saperion.ws.wrapper.SaWsRight
-
Packages that use SaWsRight 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. -
-
Uses of SaWsRight in com.saperion.ws
Method parameters in com.saperion.ws with type arguments of type SaWsRight Modifier and Type Method Description SaWsAuthorizedUsers
SaWsAccessService. getAuthorizedUsers(java.lang.String token, java.lang.String xhdoc, java.util.List<SaWsRight> rights, SaWsMatchKind match)
Retrieves and returns a SaWsAuthorizedUsers object with the matching users. -
Uses of SaWsRight in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return types with arguments of type SaWsRight Modifier and Type Method Description java.util.List<SaWsRight>
GetAuthorizedUsers. getRights()
Method parameters in com.saperion.ws.jaxws with type arguments of type SaWsRight Modifier and Type Method Description void
GetAuthorizedUsers. setRights(java.util.List<SaWsRight> rights)
-
Uses of SaWsRight in com.saperion.ws.wrapper
Fields in com.saperion.ws.wrapper with type parameters of type SaWsRight Modifier and Type Field Description static java.util.EnumSet<SaWsRight>
SaWsRight. COMPLETE
Enum set of all contained SaWsRights.static java.util.List<SaWsRight>
SaWsRight. COMPLETE_LIST
List of all contained SaWsRights.Methods in com.saperion.ws.wrapper that return SaWsRight Modifier and Type Method Description static SaWsRight
SaWsRight. valueOf(java.lang.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.Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsRight Modifier and Type Method Description static java.util.List<SaWsRight>
SaWsRight. fromBackend(com.saperion.rmi.SaACLRights aclRights)
Creates and returns a list of SaWsRights from the given SaACLRights.java.util.List<SaWsRight>
SaWsAuthorizedUser. getRights()
Gets the rights.Method parameters in com.saperion.ws.wrapper with type arguments of type SaWsRight Modifier and Type Method Description void
SaWsAuthorizedUser. setRights(java.util.List<SaWsRight> newRights)
Sets the rights.
-