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 SaWsAuthorizedUsersSaWsAccessService. 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 SaWsMatchKindGetAuthorizedUsers. getMatch()Methods in com.saperion.ws.jaxws with parameters of type SaWsMatchKind Modifier and Type Method Description voidGetAuthorizedUsers. 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 SaWsMatchKindSaWsMatchKind. 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.MatchKindSaWsMatchKind. fromWebService(SaWsMatchKind type)Converts the SaWsMatchKind enum to an MatchKind enum.
-