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.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsUser> |
SaWsWorkflowService.getMembers(int token,
MemberOptions options)
Returns the members of the current workflow of the session's user.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsUser> |
GetMembersResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
GetMembersResponse.setReturn(List<SaWsUser> _return) |
Modifier and Type | Method and Description |
---|---|
CloneablePredicate<SaWsUser> |
TruePredicate.clone()
Returns an instance of this object.
|
CloneablePredicate<SaWsUser> |
RolesPredicate.clone()
Clones this predicate.
|
CloneablePredicate<SaWsUser> |
FavoritesPredicate.clone()
Clones this predicate.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TruePredicate.apply(SaWsUser input)
Returns always true.
|
boolean |
RolesPredicate.apply(SaWsUser input)
Returns true if the given SaWsUser's type is a role class.
|
boolean |
FavoritesPredicate.apply(SaWsUser input)
Returns true if the given SaWsUser is a favorite workflow member.
|
Modifier and Type | Method and Description |
---|---|
SaWsUser |
MemberOptions.getCurrent()
Gets the current.
|
SaWsUser |
SaWsAuthorizedUser.getUser()
Gets the user.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Predicate<SaWsUser> |
MemberType.getPredicate()
Gets the predicate.
|
Modifier and Type | Method and Description |
---|---|
void |
MemberOptions.setCurrent(SaWsUser newCurrent)
Sets the current.
|
void |
SaWsAuthorizedUser.setUser(SaWsUser newUser)
Sets the user.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.