Interface FindQualifier


public interface FindQualifier
FindQualifier provides various constants that identify options that effect find method behavior. A Jakarta XML Registries provider may silently ignore any qualifiers marked as optional. A Jakarta XML Registries provider must support qualifiers not marked optional.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
    Specifies a hint to queries that they should case-sensitive match when comparing String values.
    static final String
    Maps to UDDI combineCategoryBags.
    static final String
    Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
    static final String
    Specifies a hint to queries that the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values specified in any of the Classification for the query.
    static final String
    Specifies a hint to queries that when multiple taxonomy values from the same ClassificationScheme are specified in the Classifications for the query then the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values.
    static final String
    Maps to UDDI serviceSubset.
    static final String
    Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
    static final String
    Specifies a hint to queries that they should sort results by creation/modification date in descending order.
    static final String
    Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
    static final String
    Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
    static final String
    Optional qualifier that allows matching strings by their sounds.
  • Field Details

    • EXACT_NAME_MATCH

      static final String EXACT_NAME_MATCH
      Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
      See Also:
    • CASE_SENSITIVE_MATCH

      static final String CASE_SENSITIVE_MATCH
      Specifies a hint to queries that they should case-sensitive match when comparing String values.
      See Also:
    • SORT_BY_NAME_ASC

      static final String SORT_BY_NAME_ASC
      Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
      See Also:
    • SORT_BY_NAME_DESC

      static final String SORT_BY_NAME_DESC
      Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
      See Also:
    • SORT_BY_DATE_ASC

      static final String SORT_BY_DATE_ASC
      Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
      See Also:
    • SORT_BY_DATE_DESC

      static final String SORT_BY_DATE_DESC
      Specifies a hint to queries that they should sort results by creation/modification date in descending order.
      See Also:
    • OR_LIKE_KEYS

      static final String OR_LIKE_KEYS
      Specifies a hint to queries that when multiple taxonomy values from the same ClassificationScheme are specified in the Classifications for the query then the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values. For example, if a query includes Classifications with both Japan and Korea taxonomy values under the geography ClassificationScheme, then it should match objects that are classified by either Japan or Korea ClassificationNodes.
      See Also:
    • OR_ALL_KEYS

      static final String OR_ALL_KEYS
      Specifies a hint to queries that the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values specified in any of the Classification for the query.
      See Also:
    • COMBINE_CLASSIFICATIONS

      static final String COMBINE_CLASSIFICATIONS
      Maps to UDDI combineCategoryBags. Required for Jakarta XML Registries UDDI providers, optional for all others.
      See Also:
    • SERVICE_SUBSET

      static final String SERVICE_SUBSET
      Maps to UDDI serviceSubset. Required for Jakarta XML Registries UDDI providers, optional for all others.
      See Also:
    • AND_ALL_KEYS

      static final String AND_ALL_KEYS
      See Also:
    • SOUNDEX

      static final String SOUNDEX
      Optional qualifier that allows matching strings by their sounds.
      See Also: