public interface FindQualifier
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AND_ALL_KEYS
This changes the behavior for identifierBag to AND keys rather than OR them.
|
static java.lang.String |
APPROXIMATE_MATCH
Signifies that wildcard search behavior is desired.
|
static java.lang.String |
BINARY_SORT
This qualifier allows for greater speed in sorting.
|
static java.lang.String |
BINDING_SUBSET
This is used in the find_business API or the find_service API and is used only in conjunction with a categoryBag argument.
|
static java.lang.String |
CASE_INSENSITIVE_MATCH
Signifies that the matching behavior for name, keyValue and keyName (where applicable) should be performed without regard to case.
|
static java.lang.String |
CASE_INSENSITIVE_SORT
Signifies that the result set should be sorted without regard to case.
|
static java.lang.String |
CASE_SENSITIVE_MATCH
Signifies that the matching behavior for name, keyValue and keyName (where applicable) should be performed with regard to case.
|
static java.lang.String |
CASE_SENSITIVE_SORT
Signifies that the result set should be sorted with regard to case.
|
static java.lang.String |
COMBINE_CATEGORY_BAGS
This may only be used in the find_business and find_service calls.
|
static java.lang.String |
DIACRITIC_INSENSITIVE_MATCH
Signifies that matching behavior for name, keyValue and keyName (where applicable) should be performed without regard to diacritics.
|
static java.lang.String |
DIACRITIC_SENSITIVE_MATCH
Signifies that the matching behavior for name, keyValue and keyName (where applicable) should be performed with regard to diacritics.
|
static java.lang.String |
EXACT_MATCH
Signifies that only entries with names, keyValues and keyNames (where applicable) that exactly match the name argument passed in, after normalization, will be returned.
|
static java.lang.String |
OR_ALL_KEYS
This changes the behavior for tModelBag and categoryBag to OR the keys within a bag, rather than to AND them.
|
static java.lang.String |
OR_LIKE_KEYS
When a bag container (i.e. categoryBag or identifierBag) contains multiple keyedReference elements,
any keyedReference filters that come from the same namespace (e.g. have the same tModelKey value)
are OR'd together rather than AND'd.
|
static java.lang.String |
SERVICE_SUBSET
This is used only with the find_business API and is used only in conjunction with a categoryBag argument.
|
static java.lang.String |
SIGNATURE_PRESENT
This is used with any find_xx API to restrict the result set to entities which either contain an XML Digital Signature element,
or are contained in an entity which contains one.
|
static java.lang.String |
SORT_BY_DATE_ASC
Causes the result set returned by a find_xx or get_xx inquiry call to be sorted based on the most recent date when each entity,
or any entities they contain, were last updated, in ascending chronological order (oldest are returned first).
|
static java.lang.String |
SORT_BY_DATE_DESC
Causes the result set returned by a find_xx or get_xx inquiry call to be sorted based on the most recent date when each entity,
or any entities they contain, were last updated, in descending chronological order (most recently changed are returned first.
|
static java.lang.String |
SORT_BY_NAME_ASC
Causes the result set returned by a find_xx or get_xx inquiry APIs to be sorted on the name field in ascending order.
|
static java.lang.String |
SORT_BY_NAME_DESC
Causes the result set returned by a find_xx or get_xx inquiry call to be sorted on the name field in descending order.
|
static java.lang.String |
SUPPRESS_PROJECTED_SERVICE
Signifies that service projections MUST NOT be returned by the find_service or find_business APIs with which this findQualifier is associated.
|
static java.lang.String |
UTS10
This is used to cause sorting of results based on the Unicode Collation Algorithm on elements normalized according to
Unicode Normalization Form C.
|
static final java.lang.String AND_ALL_KEYS
static final java.lang.String APPROXIMATE_MATCH
static final java.lang.String BINARY_SORT
static final java.lang.String BINDING_SUBSET
static final java.lang.String CASE_INSENSITIVE_MATCH
static final java.lang.String CASE_INSENSITIVE_SORT
static final java.lang.String CASE_SENSITIVE_MATCH
static final java.lang.String CASE_SENSITIVE_SORT
static final java.lang.String COMBINE_CATEGORY_BAGS
static final java.lang.String DIACRITIC_INSENSITIVE_MATCH
static final java.lang.String DIACRITIC_SENSITIVE_MATCH
static final java.lang.String EXACT_MATCH
static final java.lang.String OR_ALL_KEYS
static final java.lang.String OR_LIKE_KEYS
static final java.lang.String SERVICE_SUBSET
static final java.lang.String SIGNATURE_PRESENT
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 SUPPRESS_PROJECTED_SERVICE
static final java.lang.String UTS10