|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.uddi.message.UddiElement
oracle.uddi.message.util.FindQualifiers
General information:
This class represents an element within the UDDI API schema
Element description:
It maps to findQualifiers element, which holds a set of findQualifier (of type String)
| Field Summary | |
static java.lang.String |
AND_ALL_KEYS |
static java.lang.String |
CASE_SENSITIVE_MATCH |
static java.lang.String |
COMBINE_CATEGORY_BAGS |
static java.lang.String |
ELT_FIND_QUALIFIER |
static java.lang.String |
EXACT_NAME_MATCH |
static java.lang.String |
OR_ALL_KEYS |
static java.lang.String |
OR_LIKE_KEYS |
static java.lang.String |
SERVICE_SUBSET |
static java.lang.String |
SORT_BY_DATE_ASC |
static java.lang.String |
SORT_BY_DATE_DESC |
static java.lang.String |
SORT_BY_NAME_ASC |
static java.lang.String |
SORT_BY_NAME_DESC |
static java.lang.String |
UDDI_TAG |
| Constructor Summary | |
FindQualifiers(UddiElementFactory ueFactory) | |
| Method Summary | |
java.util.List |
getFindQualifierList()Deprecated. |
java.util.List |
getFindQualifierStringList()Gets a list of find qualifier strings Replaces deprecated getFindQualiferList() |
java.lang.String |
getTagName()Returns the local name of the tag of the UDDI Element. |
void |
init()This method is not intended for use by clients of the API. |
void |
setFindQualifierList(java.util.List listFindQualifier)Deprecated. |
void |
setFindQualifierStringList(java.util.List listFindQualifier)Sets a list of find qualifier strings Replaces deprecated setFindQualiferList() |
| Methods inherited from class oracle.uddi.message.UddiElement |
getElementName, getElementPrefix, getGeneric, getNamespaceUri, getUddiElementFactory, getVersion, hasEmptyContent, isV1Compatible, isV2Compatible, marshall, unmarshall |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String UDDI_TAG
public static final java.lang.String ELT_FIND_QUALIFIER
public static final java.lang.String EXACT_NAME_MATCH
public static final java.lang.String CASE_SENSITIVE_MATCH
public static final java.lang.String SORT_BY_NAME_ASC
public static final java.lang.String SORT_BY_NAME_DESC
public static final java.lang.String SORT_BY_DATE_ASC
public static final java.lang.String SORT_BY_DATE_DESC
public static final java.lang.String OR_LIKE_KEYS
public static final java.lang.String OR_ALL_KEYS
public static final java.lang.String COMBINE_CATEGORY_BAGS
public static final java.lang.String SERVICE_SUBSET
public static final java.lang.String AND_ALL_KEYS
| Constructor Detail |
public FindQualifiers(UddiElementFactory ueFactory)
| Method Detail |
public void init()
UddiElementThis method is not intended for use by clients of the API.
Initalizes the element. If the element has been initalized, it re-initalizes the element so that it is as if it is a new object. This method enables object reuse.
Note on re-initalization: Reinitalization is done such that the object will be in the state as if it is a new object. It implies that all sub-elements will be discarded. If the caller wants to re-use sub-elements, it is caller's responsibility to get the sub-elements prior to re-initalization and reassign the optional sub-elements after re-initalization.
For example, A tModel contains an optional sub-element identifierBag. Hence identifierBag will be discarded. If the caller wishes to re-use the identifierBag, the caller has to get the identifierBag, re-initalize it and assign it back as the tModel's identifierBag :
... IdentifierBag identifierBag = tModel.getIdentifierBag(); tModel.init(); identifierBag.init(); tModel.setIdentifierBag(identifierBag); ...
Access to UddiElement and its sub-structure is not guaranteed to be thread-safe.
Every subclass of UddiElement MUST overwrite init(). In the implementation, it should always invoke super.init() and intialize/reinitialize subclass-specific members. The pattern is exactly the same as a Java constructor.
init in class UddiElementpublic java.lang.String getTagName()
UddiElementgetTagName in class UddiElementpublic java.util.List getFindQualifierList()
public void setFindQualifierList(java.util.List listFindQualifier)
public java.util.List getFindQualifierStringList()
public void setFindQualifierStringList(java.util.List listFindQualifier)
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||