public interface UDDIConstants
WSDMQosConstants, 
Property| Modifier and Type | Field and Description | 
|---|---|
static String | 
AND_ALL_KEYS
andAllKeys: this changes the behavior for identifierBag to AND keys
 rather than OR them. 
 | 
static String | 
AND_ALL_KEYS_TMODEL
andAllKeys: this changes the behavior for identifierBag to AND keys
 rather than OR them. 
 | 
static String | 
APPROXIMATE_MATCH
approximateMatch: signifies that wildcard search behavior is desired. 
 | 
static String | 
APPROXIMATE_MATCH_TMODEL
approximateMatch: signifies that wildcard search behavior is desired. 
 | 
static String | 
BINARY_SORT
binarySort: this qualifier allows for greater speed in sorting. 
 | 
static String | 
BINARY_SORT_TMODEL
binarySort: this qualifier allows for greater speed in sorting. 
 | 
static String | 
BINDING_SUBSET
bindingSubset: this is used in the find_business API or the
 find_service API and is used only in conjunction with a categoryBag
 argument. 
 | 
static String | 
BINDING_SUBSET_TMODEL
bindingSubset: this is used in the find_business API or the
 find_service API and is used only in conjunction with a categoryBag
 argument. 
 | 
static String | 
CASE_INSENSITIVE_MATCH
caseInsensitiveMatch: signifies that the matching behavior for name,
 keyValue and keyName (where applicable) should be performed without
 regard to case. 
 | 
static String | 
CASE_INSENSITIVE_MATCH_TMODEL
caseInsensitiveMatch: signifies that the matching behavior for name,
 keyValue and keyName (where applicable) should be performed without
 regard to case. 
 | 
static String | 
CASE_INSENSITIVE_SORT
caseInsensitiveSort: signifies that the result set should be sorted
 without regard to case. 
 | 
static String | 
CASE_INSENSITIVE_SORT_TMODEL
caseInsensitiveSort: signifies that the result set should be sorted
 without regard to case. 
 | 
static String | 
CASE_SENSITIVE_MATCH
caseSensitiveMatch: signifies that the matching behavior for name,
 keyValue and keyName (where applicable) should be performed with
 regard to case. 
 | 
static String | 
CASE_SENSITIVE_MATCH_TMODEL
caseSensitiveMatch: signifies that the matching behavior for name,
 keyValue and keyName (where applicable) should be performed with
 regard to case. 
 | 
static String | 
CASE_SENSITIVE_SORT
caseSensitiveSort: signifies that the result set should be sorted
 with regard to case. 
 | 
static String | 
CASE_SENSITIVE_SORT_TMODEL
caseSensitiveSort: signifies that the result set should be sorted
 with regard to case. 
 | 
static String | 
CategorizationTypes  | 
static String | 
CategorizationTypes_Cacheable  | 
static String | 
CHECKED
checked: Marking a tModel with this categorization asserts that it
 represents a value set or category group system whose use, through
 keyedReferences, may be checked. 
 | 
static String | 
COMBINE_CATEGORY_BAGS
combineCategoryBags: this may only be used in the find_business and
 find_service calls. 
 | 
static String | 
COMBINE_CATEGORY_BAGS_TMODEL
combineCategoryBags: this may only be used in the find_business and
 find_service calls. 
 | 
static String | 
CUSTODY_TRANSFER  | 
static String | 
DIACRITIC_INSENSITIVE_MATCH
diacriticInsensitiveMatch: signifies that matching behavior for name,
 keyValue and keyName (where applicable) should be performed without
 regard to diacritics. 
 | 
static String | 
DIACRITIC_INSENSITIVE_MATCH_TMODEL
diacriticInsensitiveMatch: signifies that matching behavior for name,
 keyValue and keyName (where applicable) should be performed without
 regard to diacritics. 
 | 
static String | 
DIACRITIC_SENSITIVE_MATCH
diacriticSensitiveMatch: signifies that the matching behavior for
 name, keyValue and keyName (where applicable) should be performed
 with regard to diacritics. 
 | 
static String | 
DIACRITIC_SENSITIVE_MATCH_TMODEL
diacriticSensitiveMatch: signifies that the matching behavior for
 name, keyValue and keyName (where applicable) should be performed
 with regard to diacritics. 
 | 
static String | 
ENTITY_KEY_VALUES
Category system used to declare that a value set uses entity keys as
 valid values. 
 | 
static String | 
EXACT_MATCH
exactMatch: 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 String | 
EXACT_MATCH_TMODEL
exactMatch: 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 String | 
General_Keywords  | 
static String | 
INQUIRY  | 
static String | 
IS_DERIVED_FROM
Category system for referring tModels to other tModels for the
 purpose of reuse. 
 | 
static String | 
IS_REPLACED_BY
Identifier system used to point to the UDDI entity, using UDDI keys,
 that is the logical replacement for the one in which isReplacedBy is
 used. 
 | 
static String | 
IS_VALIDATED_BY
Category system used to point a value set or category group system
 tModel to associated value set Web service implementations. 
 | 
static String | 
IS_VALIDATED_BY_KEY_NAME
Category system used to point a value set or category group system
 tModel to associated value set Web service implementations. 
 | 
static String | 
JUDDI_TMODEL_AUTOREG
When using this tModel as a tModelInstance, it can be used to
 describe a service endpoint that was automatically registered by
 jUDDI. 
 | 
static String | 
KEY_GENERATOR
"uddi.org:keygenerator" keyGenerator: Marking a tModel with this
 categorization designates it as one whose tModelKey identifies a key
 generator partition that can be used by its owner to derive and
 assign other entity keys. 
 | 
static String | 
KEY_GENERATOR_TMODEL
"uddi:uddi.org:keygenerator" keyGenerator: Marking a tModel with this
 categorization designates it as one whose tModelKey identifies a key
 generator partition that can be used by its owner to derive and
 assign other entity keys. 
 | 
static String | 
KEY_GENERATOR_VALUE
"keyGenerator" keyGenerator: Marking a tModel with this
 categorization designates it as one whose tModelKey identifies a key
 generator partition that can be used by its owner to derive and
 assign other entity keys. 
 | 
static int | 
MAX_description_length  | 
static int | 
MAX_discoveryURL_length  | 
static int | 
MAX_xml_lang_length  | 
static String | 
NODE_TRANSFER  | 
static String | 
OR_ALL_KEYS
orAllKeys: this changes the behavior for tModelBag and categoryBag to
 OR the keys within a bag, rather than to AND them. 
 | 
static String | 
OR_ALL_KEYS_TMODEL
orAllKeys: this changes the behavior for tModelBag and categoryBag to
 OR the keys within a bag, rather than to AND them. 
 | 
static String | 
OR_LIKE_KEYS
orLikeKeys: when a bag container (i.e. 
 | 
static String | 
OR_LIKE_KEYS_TMODEL
orLikeKeys: when a bag container (i.e. 
 | 
static String | 
OWNING_BUSINESS
Category system used to point to the businessEntity associated with
 the publisher of the tModel. 
 | 
static String | 
PROTOCOL_HTTP
A tModel that represents the HTTP protocol 
 | 
static String | 
PROTOCOL_REST
A tModel that represents the Representational State Transfer
 architectural style 
 | 
static String | 
PROTOCOL_SOAP
A tModel that represents the SOAP 1.1 protocol 
 | 
static String | 
PROTOCOL_SOAP12
A tModel that represents the SOAP 1.2 protocol 
 | 
static String | 
PROTOCOL_SSLv3
Secure Sockets Layer Version 3.0 with Server Authentication 
 | 
static String | 
PROTOCOL_SSLv3_CLIENT_CERT
Secure Sockets Layer Version 3.0 with Mutual Authentication 
 | 
static String | 
PUBLISH  | 
static String | 
RELATIONSHIPS
Basic types of business relationships 
 | 
static String | 
REPLICATION  | 
static String | 
SECURITY  | 
static String | 
SERVICE_SUBSET
serviceSubset: this is used only with the find_business API and is
 used only in conjunction with a categoryBag argument. 
 | 
static String | 
SERVICE_SUBSET_TMODEL
serviceSubset: this is used only with the find_business API and is
 used only in conjunction with a categoryBag argument. 
 | 
static String | 
SIGNATURE_PRESENT
signaturePresent: 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 String | 
SIGNATURE_PRESENT_TMODEL
signaturePresent: 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 String | 
SORT_BY_DATE_ASC
sortByDateAsc: 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 String | 
SORT_BY_DATE_ASC_TMODEL
sortByDateAsc: 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 String | 
SORT_BY_DATE_DESC
sortByDateDesc: 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 String | 
SORT_BY_DATE_DESC_TMODEL
sortByDateDesc: 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 String | 
SORT_BY_NAME_ASC
sortByNameAsc: 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 String | 
SORT_BY_NAME_ASC_TMODEL
sortByNameAsc: 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 String | 
SORT_BY_NAME_DESC
sortByNameDesc: 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 String | 
SORT_BY_NAME_DESC_TMODEL
sortByNameDesc: 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 String | 
SUBSCRIPTION  | 
static String | 
SUBSCRIPTION_LISTENER  | 
static String | 
SUPPRESS_PROJECTED_SERVICES
suppressProjectedServices: signifies that service projections MUST
 NOT be returned by the find_service or find_business APIs with which
 this findQualifier is associated. 
 | 
static String | 
SUPPRESS_PROJECTED_SERVICES_TMODEL
suppressProjectedServices: signifies that service projections MUST
 NOT be returned by the find_service or find_business APIs with which
 this findQualifier is associated. 
 | 
static String | 
TMODEL_GENERAL_KEYWORDS
unchecked: Marking a tModel with this categorization asserts that it
 represents a value set or category group system whose use, through
 keyedReferences, is not checked. 
 | 
static String | 
TRANSPORT_AMQP
A Web service that uses the AMQP transport 
 | 
static String | 
TRANSPORT_EMAIL
E-mail based Web service 
 | 
static String | 
TRANSPORT_FAX
Fax-based Web service 
 | 
static String | 
TRANSPORT_FTP
File Transfer Protocol (FTP) based Web service 
 | 
static String | 
TRANSPORT_HTTP
A Web service that uses HTTP transport - 
 | 
static String | 
TRANSPORT_JMS
A Web service that uses the JMS API 
 | 
static String | 
TRANSPORT_JNDI_RMI
Deprecated.  
 | 
static String | 
TRANSPORT_OMGDDS
A Web service that uses the OMG DDS transport 
 | 
static String | 
TRANSPORT_POTS
Telephone based service 
 | 
static String | 
TRANSPORT_RMI
Deprecated.  
 | 
static String | 
TRANSPORT_UDP
A Web service that uses UDP 
 | 
static String | 
UNCACHEABLE
uncacheable: Marking a tModel with this categorization asserts that
 it represents a checked value set or category group system whose
 values must not be cached for validation. 
 | 
static String | 
UNCHECKED
An unchecked value set is one that allows unrestricted references to
 its values. 
 | 
static String | 
UTS_10
UTS-10: this is used to cause sorting of results based on the Unicode
 Collation Algorithm on elements normalized according to Unicode
 Normalization Form C. 
 | 
static String | 
UTS_10_TMODEL
UTS-10: this is used to cause sorting of results based on the Unicode
 Collation Algorithm on elements normalized according to Unicode
 Normalization Form C. 
 | 
static String | 
VERSION_TMODEL
identifies a tmodel instance info containing some version information
 of a service a juddi extension based on
 http://www.ibm.com/developerworks/webservices/library/ws-version/ 
 | 
static String | 
VSV_CACHE  | 
static String | 
VSV_VALIDATE  | 
static String | 
WILDCARD
This is the Wild card field used by UDDI, represents any number of
 characters Wildcards, when they are allowed, may occur at any
 position in the string of characters that constitutes the argument
 value and may occur more than once. 
 | 
static String | 
WILDCARD_CHAR
Presents any SINGLE character 
Wildcards, when they are allowed, may occur at any position in the string of characters that constitutes the argument value and may occur more than once.  | 
static final String VERSION_TMODEL
static final String JUDDI_TMODEL_AUTOREG
static final int MAX_xml_lang_length
static final int MAX_description_length
static final int MAX_discoveryURL_length
static final String AND_ALL_KEYS
static final String AND_ALL_KEYS_TMODEL
static final String APPROXIMATE_MATCH
static final String APPROXIMATE_MATCH_TMODEL
static final String BINARY_SORT
static final String BINARY_SORT_TMODEL
static final String BINDING_SUBSET
static final String BINDING_SUBSET_TMODEL
static final String CASE_INSENSITIVE_SORT
static final String CASE_INSENSITIVE_SORT_TMODEL
static final String CASE_INSENSITIVE_MATCH
static final String CASE_INSENSITIVE_MATCH_TMODEL
static final String CASE_SENSITIVE_SORT
static final String CASE_SENSITIVE_SORT_TMODEL
static final String CASE_SENSITIVE_MATCH
static final String CASE_SENSITIVE_MATCH_TMODEL
static final String COMBINE_CATEGORY_BAGS
static final String COMBINE_CATEGORY_BAGS_TMODEL
static final String DIACRITIC_INSENSITIVE_MATCH
static final String DIACRITIC_INSENSITIVE_MATCH_TMODEL
static final String DIACRITIC_SENSITIVE_MATCH
static final String DIACRITIC_SENSITIVE_MATCH_TMODEL
static final String EXACT_MATCH
static final String EXACT_MATCH_TMODEL
static final String SIGNATURE_PRESENT
static final String SIGNATURE_PRESENT_TMODEL
static final String OR_ALL_KEYS
static final String OR_ALL_KEYS_TMODEL
static final String OR_LIKE_KEYS
static final String OR_LIKE_KEYS_TMODEL
static final String SERVICE_SUBSET
static final String SERVICE_SUBSET_TMODEL
static final String SORT_BY_NAME_ASC
static final String SORT_BY_NAME_ASC_TMODEL
static final String SORT_BY_NAME_DESC
static final String SORT_BY_NAME_DESC_TMODEL
static final String SORT_BY_DATE_ASC
static final String SORT_BY_DATE_ASC_TMODEL
static final String SORT_BY_DATE_DESC
static final String SORT_BY_DATE_DESC_TMODEL
static final String SUPPRESS_PROJECTED_SERVICES
static final String SUPPRESS_PROJECTED_SERVICES_TMODEL
static final String UTS_10
static final String UTS_10_TMODEL
static final String WILDCARD
static final String WILDCARD_CHAR
static final String TMODEL_GENERAL_KEYWORDS
static final String UNCHECKED
static final String CHECKED
static final String UNCACHEABLE
static final String RELATIONSHIPS
static final String KEY_GENERATOR_TMODEL
static final String KEY_GENERATOR
static final String KEY_GENERATOR_VALUE
static final String IS_REPLACED_BY
static final String IS_VALIDATED_BY
static final String IS_VALIDATED_BY_KEY_NAME
static final String IS_DERIVED_FROM
static final String ENTITY_KEY_VALUES
static final String OWNING_BUSINESS
static final String PROTOCOL_SSLv3
static final String PROTOCOL_SSLv3_CLIENT_CERT
static final String TRANSPORT_HTTP
static final String TRANSPORT_EMAIL
static final String TRANSPORT_FTP
static final String TRANSPORT_FAX
static final String TRANSPORT_POTS
@Deprecated static final String TRANSPORT_RMI
@Deprecated static final String TRANSPORT_JNDI_RMI
static final String TRANSPORT_AMQP
static final String TRANSPORT_OMGDDS
static final String TRANSPORT_UDP
static final String TRANSPORT_JMS
static final String PROTOCOL_REST
static final String PROTOCOL_SOAP
static final String PROTOCOL_SOAP12
static final String PROTOCOL_HTTP
static final String INQUIRY
static final String PUBLISH
static final String SECURITY
static final String REPLICATION
static final String CUSTODY_TRANSFER
static final String NODE_TRANSFER
static final String VSV_CACHE
static final String VSV_VALIDATE
static final String SUBSCRIPTION
static final String SUBSCRIPTION_LISTENER
static final String CategorizationTypes_Cacheable
static final String CategorizationTypes
static final String General_Keywords
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.