Uses of Enum Class
com.saperion.ws.wrapper.SaWsMatchKind
Packages that use SaWsMatchKind
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws wrapper classes.
-
Uses of SaWsMatchKind in com.saperion.ws
Methods in com.saperion.ws with parameters of type SaWsMatchKindModifier and TypeMethodDescriptionSaWsAccessService.getAuthorizedUsers
(String token, String xhdoc, List<SaWsRight> rights, SaWsMatchKind match) Retrieves and returns a SaWsAuthorizedUsers object with the matching users. -
Uses of SaWsMatchKind in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsMatchKindModifier and TypeMethodDescriptionstatic SaWsMatchKind
Returns the enum constant of this class with the specified name.static SaWsMatchKind[]
SaWsMatchKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ws.wrapper with parameters of type SaWsMatchKindModifier and TypeMethodDescriptionstatic com.saperion.util.MatchKind
SaWsMatchKind.fromWebService
(SaWsMatchKind type) Converts the SaWsMatchKind enum to an MatchKind enum.