站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

FindQualifier (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

javax.xml.registry
Interface FindQualifier


public interface FindQualifier

FindQualifier provides various constants that identify options that effect find method behavior. A JAXR provider may silently ignore any qualifiers marked as optional. A JAXR provider must support qualifiers not marked optional.

See Also:
BusinessQueryManager

Field Summary
static String AND_ALL_KEYS
           
static String CASE_SENSITIVE_MATCH
           
static String COMBINE_CLASSIFICATIONS
          Maps to UDDI combineCategoryBags.
static String EXACT_NAME_MATCH
           
static String OR_ALL_KEYS
           
static String OR_LIKE_KEYS
           
static String SERVICE_SUBSET
          Maps to UDDI serviceSubset.
static String SORT_BY_DATE_ASC
           
static String SORT_BY_DATE_DESC
           
static String SORT_BY_NAME_ASC
           
static String SORT_BY_NAME_DESC
           
static String SOUNDEX
          Optional qualifier that allows matching strings by their sounds.
 

Field Detail

EXACT_NAME_MATCH

public static final String EXACT_NAME_MATCH
See Also:
Constant Field Values

CASE_SENSITIVE_MATCH

public static final String CASE_SENSITIVE_MATCH
See Also:
Constant Field Values

SORT_BY_NAME_ASC

public static final String SORT_BY_NAME_ASC
See Also:
Constant Field Values

SORT_BY_NAME_DESC

public static final String SORT_BY_NAME_DESC
See Also:
Constant Field Values

SORT_BY_DATE_ASC

public static final String SORT_BY_DATE_ASC
See Also:
Constant Field Values

SORT_BY_DATE_DESC

public static final String SORT_BY_DATE_DESC
See Also:
Constant Field Values

OR_LIKE_KEYS

public static final String OR_LIKE_KEYS
See Also:
Constant Field Values

OR_ALL_KEYS

public static final String OR_ALL_KEYS
See Also:
Constant Field Values

COMBINE_CLASSIFICATIONS

public static final String COMBINE_CLASSIFICATIONS
Maps to UDDI combineCategoryBags. Required for JAXR UDDI providers, optional for all others.

See Also:
Constant Field Values

SERVICE_SUBSET

public static final String SERVICE_SUBSET
Maps to UDDI serviceSubset. Required for JAXR UDDI providers, optional for all others.

See Also:
Constant Field Values

AND_ALL_KEYS

public static final String AND_ALL_KEYS
See Also:
Constant Field Values

SOUNDEX

public static final String SOUNDEX
Optional qualifier that allows matching strings by their sounds.

See Also:
Constant Field Values

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.