public class UDDIv2Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
andAllKeys
this changes the behavior for identifierBag to AND keys rather than OR
them.
|
static String |
caseSensitiveMatch
signifies that the default case-insensitive behavior of a name match
should be overridden.
|
static String |
combineCategoryBags
this is only used in the find_business message.
|
static String |
exactNameMatch
signifies that lexical-order – i.e., leftmost in left-to-right languages
– name match behavior should be overridden.
|
static String |
orAllKeys
this changes the behavior for tModelBag and categoryBag to OR keys
rather than AND them.
|
static String |
orLikeKeys
when a bag container contains multiple keyedReference elements (i.e.,
categoryBag or identifierBag), any keyedReference filters that come from
the same namespace (e.g.
|
static String |
serviceSubset
this is used only in the find_business message.
|
static String |
sortByDateAsc
signifies that the result returned by a find_xx inquiry call should be
sorted based on the date last updated in ascending chronological sort
order (earliest returns first).
|
static String |
sortByDateDesc
signifies that the result returned by a find_xx inquiry call should be
sorted based on the date last updated in descending chronological sort
order (most recent change returns first).
|
static String |
sortByNameAsc
signifies that the result returned by a find_xx inquiry call should be
sorted on the name field in ascending alphabetic sort order.
|
static String |
sortByNameDesc
signifies that the result returned by a find_xx inquiry call should be
sorted on the name field in descending alphabetic sort order.
|
Constructor and Description |
---|
UDDIv2Constants() |
public static final String exactNameMatch
public static final String caseSensitiveMatch
public static final String sortByNameAsc
public static final String sortByNameDesc
public static final String sortByDateAsc
public static final String sortByDateDesc
public static final String orLikeKeys
public static final String orAllKeys
public static final String combineCategoryBags
public static final String serviceSubset
public static final String andAllKeys
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.