|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Field Summary | |
---|---|
static java.lang.String |
AND_ALL_KEYS
|
static java.lang.String |
CASE_SENSITIVE_MATCH
Specifies a hint to queries that they should case-sensitive match when comparing String values. |
static java.lang.String |
COMBINE_CLASSIFICATIONS
Maps to UDDI combineCategoryBags. |
static java.lang.String |
EXACT_NAME_MATCH
Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values. |
static java.lang.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. |
static java.lang.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. |
static java.lang.String |
SERVICE_SUBSET
Maps to UDDI serviceSubset. |
static java.lang.String |
SORT_BY_DATE_ASC
Specifies a hint to queries that they should sort results by creation/modification date in ascending order. |
static java.lang.String |
SORT_BY_DATE_DESC
Specifies a hint to queries that they should sort results by creation/modification date in descending order. |
static java.lang.String |
SORT_BY_NAME_ASC
Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order. |
static java.lang.String |
SORT_BY_NAME_DESC
Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order. |
static java.lang.String |
SOUNDEX
Optional qualifier that allows matching strings by their sounds. |
Field Detail |
---|
static final java.lang.String EXACT_NAME_MATCH
static final java.lang.String CASE_SENSITIVE_MATCH
static final java.lang.String SORT_BY_NAME_ASC
static final java.lang.String SORT_BY_NAME_DESC
static final java.lang.String SORT_BY_DATE_ASC
static final java.lang.String SORT_BY_DATE_DESC
static final java.lang.String OR_LIKE_KEYS
static final java.lang.String OR_ALL_KEYS
static final java.lang.String COMBINE_CLASSIFICATIONS
static final java.lang.String SERVICE_SUBSET
static final java.lang.String AND_ALL_KEYS
static final java.lang.String SOUNDEX
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41