Uses of Class
org.openliberty.wsc.PersonalProfileService.DataModifyOption

Packages that use PersonalProfileService.DataModifyOption
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of PersonalProfileService.DataModifyOption in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return PersonalProfileService.DataModifyOption
 PersonalProfileService.DataModifyOption PersonalProfileService.DataModifyOption.dataUpdateOptionForKeyword(java.lang.String keyword)
          returns a DataModifyOption matching the supplied keyword
static PersonalProfileService.DataModifyOption PersonalProfileService.DataModifyOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersonalProfileService.DataModifyOption[] PersonalProfileService.DataModifyOption.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openliberty.wsc with parameters of type PersonalProfileService.DataModifyOption
 boolean PersonalProfileService.serviceExplicitlySupportsDataModifyOption(PersonalProfileService.DataModifyOption option)
          Test to see whether the Personal Profile Service has registered support for a specific data modify option with the Discovery Service.