Uses of Class
com.saperion.ws.wrapper.SaWsUser
Packages that use SaWsUser
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws predicate classes.
Package for ws wrapper classes.
-
Uses of SaWsUser in com.saperion.ws
Methods in com.saperion.ws that return types with arguments of type SaWsUserModifier and TypeMethodDescriptionSaWsWorkflowService.getMembers
(String token, MemberOptions options) Returns the members of the current workflow of the session's user. -
Uses of SaWsUser in com.saperion.ws.predicates
Methods in com.saperion.ws.predicates that return types with arguments of type SaWsUserModifier and TypeMethodDescriptionFavoritesPredicate.clone()
Clones this predicate.RolesPredicate.clone()
Clones this predicate.TruePredicate.clone()
Returns an instance of this object.Methods in com.saperion.ws.predicates with parameters of type SaWsUserModifier and TypeMethodDescriptionboolean
Returns true if the given SaWsUser is a favorite workflow member.boolean
Returns true if the given SaWsUser's type is a role class.boolean
Returns always true. -
Uses of SaWsUser in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsUserModifier and TypeMethodDescriptionMemberOptions.getCurrent()
Gets the current.SaWsAuthorizedUser.getUser()
Gets the user.Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsUserModifier and TypeMethodDescriptioncom.google.common.base.Predicate<SaWsUser>
MemberType.getPredicate()
Gets the predicate.Methods in com.saperion.ws.wrapper with parameters of type SaWsUserModifier and TypeMethodDescriptionvoid
MemberOptions.setCurrent
(SaWsUser newCurrent) Sets the current.void
Sets the user.