Uses of Class
com.saperion.ws.wrapper.SaWsUser
-
Packages that use SaWsUser Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws com.saperion.ws.predicates Package for ws predicate classes.com.saperion.ws.wrapper Package for ws wrapper classes. -
-
Uses of SaWsUser in com.saperion.ws
Methods in com.saperion.ws that return types with arguments of type SaWsUser Modifier and Type Method Description java.util.List<SaWsUser>
SaWsWorkflowService. getMembers(java.lang.String token, MemberOptions options)
Returns the members of the current workflow of the session's user. -
Uses of SaWsUser in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return types with arguments of type SaWsUser Modifier and Type Method Description java.util.List<SaWsUser>
GetMembersResponse. getReturn()
Method parameters in com.saperion.ws.jaxws with type arguments of type SaWsUser Modifier and Type Method Description void
GetMembersResponse. setReturn(java.util.List<SaWsUser> _return)
-
Uses of SaWsUser in com.saperion.ws.predicates
Methods in com.saperion.ws.predicates that return types with arguments of type SaWsUser Modifier and Type Method Description CloneablePredicate<SaWsUser>
FavoritesPredicate. clone()
Clones this predicate.CloneablePredicate<SaWsUser>
RolesPredicate. clone()
Clones this predicate.CloneablePredicate<SaWsUser>
TruePredicate. clone()
Returns an instance of this object.Methods in com.saperion.ws.predicates with parameters of type SaWsUser Modifier and Type Method Description boolean
FavoritesPredicate. apply(SaWsUser input)
Returns true if the given SaWsUser is a favorite workflow member.boolean
RolesPredicate. apply(SaWsUser input)
Returns true if the given SaWsUser's type is a role class.boolean
TruePredicate. apply(SaWsUser input)
Returns always true. -
Uses of SaWsUser in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsUser Modifier and Type Method Description SaWsUser
MemberOptions. getCurrent()
Gets the current.SaWsUser
SaWsAuthorizedUser. getUser()
Gets the user.Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsUser Modifier and Type Method Description com.google.common.base.Predicate<SaWsUser>
MemberType. getPredicate()
Gets the predicate.Methods in com.saperion.ws.wrapper with parameters of type SaWsUser Modifier and Type Method Description void
MemberOptions. setCurrent(SaWsUser newCurrent)
Sets the current.void
SaWsAuthorizedUser. setUser(SaWsUser newUser)
Sets the user.
-