Uses of Class
com.saperion.ws.wrapper.SaWsMatchKind
-
Packages that use SaWsMatchKind 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 SaWsMatchKind in com.saperion.ws
Methods in com.saperion.ws with parameters of type SaWsMatchKind 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 SaWsMatchKind in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return SaWsMatchKind Modifier and Type Method Description SaWsMatchKind
GetAuthorizedUsers. getMatch()
Methods in com.saperion.ws.jaxws with parameters of type SaWsMatchKind Modifier and Type Method Description void
GetAuthorizedUsers. setMatch(SaWsMatchKind match)
-
Uses of SaWsMatchKind in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsMatchKind Modifier and Type Method Description static SaWsMatchKind
SaWsMatchKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaWsMatchKind[]
SaWsMatchKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ws.wrapper with parameters of type SaWsMatchKind Modifier and Type Method Description static com.saperion.util.MatchKind
SaWsMatchKind. fromWebService(SaWsMatchKind type)
Converts the SaWsMatchKind enum to an MatchKind enum.
-