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

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

Uses of PersonalProfileService.DataQueryOption in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return PersonalProfileService.DataQueryOption
 PersonalProfileService.DataQueryOption PersonalProfileService.DataQueryOption.dataAvailabilityOptionForKeyword(java.lang.String keyword)
          returns a DataQueryOption matching the supplied keyword
static PersonalProfileService.DataQueryOption PersonalProfileService.DataQueryOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersonalProfileService.DataQueryOption[] PersonalProfileService.DataQueryOption.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.DataQueryOption
 boolean PersonalProfileService.serviceExplicitlySupportsDataQueryOption(PersonalProfileService.DataQueryOption option)
          Test to see whether the Personal Profile Service has registered support for a specific data query option with the Discovery Service.