FindQualifier (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


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.

另请参见:
BusinessQueryManager

字段摘要
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.
 

字段详细信息

EXACT_NAME_MATCH

static final String EXACT_NAME_MATCH
另请参见:
常量字段

CASE_SENSITIVE_MATCH

static final String CASE_SENSITIVE_MATCH
另请参见:
常量字段

SORT_BY_NAME_ASC

static final String SORT_BY_NAME_ASC
另请参见:
常量字段

SORT_BY_NAME_DESC

static final String SORT_BY_NAME_DESC
另请参见:
常量字段

SORT_BY_DATE_ASC

static final String SORT_BY_DATE_ASC
另请参见:
常量字段

SORT_BY_DATE_DESC

static final String SORT_BY_DATE_DESC
另请参见:
常量字段

OR_LIKE_KEYS

static final String OR_LIKE_KEYS
另请参见:
常量字段

OR_ALL_KEYS

static final String OR_ALL_KEYS
另请参见:
常量字段

COMBINE_CLASSIFICATIONS

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

另请参见:
常量字段


SERVICE_SUBSET

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

另请参见:
常量字段


AND_ALL_KEYS

static final String AND_ALL_KEYS
另请参见:
常量字段

SOUNDEX

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

另请参见:
常量字段


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.