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 SaWsAuthorizedUsersSaWsAccessService. 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 voidGetAuthorizedUsers. 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. COMPLETEEnum set of all contained SaWsRights.static java.util.List<SaWsRight>SaWsRight. COMPLETE_LISTList of all contained SaWsRights.Methods in com.saperion.ws.wrapper that return SaWsRight Modifier and Type Method Description static SaWsRightSaWsRight. 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 voidSaWsAuthorizedUser. setRights(java.util.List<SaWsRight> newRights)Sets the rights.
-