|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.request.inquiry.FindTModel
FindTModel represents a find_tModel query message. The find_tModel message is for locating a list of tModel entries that match a set of specific criteria. The response will be a list of abbreviated information about tModels that match the criteria (tModelList). tModel, tModels and tModelList are respectively represented by TModel, TModels and TModelList instances.
For information, the XML syntax for a find_tModel message is:
Arguments:[ ] | |
| Field Summary | |
protected AuthInfo |
authInfo
Authentication information. |
protected CategoryBag |
categoryBag
For a FindTModel by CategoryBag, the value of the categoryBag argument. |
protected FindQualifiers |
findQualifiers
FindQualifier elements altering the default search behavior. |
protected java.lang.String |
generic
The UDDI version in use. |
protected IdentifierBag |
identifierBag
For a FindTModel by IdentifierBag, the value of the identifierBag argument. |
protected int |
listHead
The index of the item that must be returned as the first resultant set element. |
protected int |
maxRows
Limit to the number of rows returned. |
protected Name |
name
For a FindTModel by Name, the value of the name argument. |
| Constructor Summary | |
FindTModel(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
Contructor for a FindTModel by CategoryBag. |
|
FindTModel(java.lang.String generic,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. as of UDDI V3.0 |
|
FindTModel(java.lang.String generic,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. as of UDDI V3.0 |
|
FindTModel(java.lang.String generic,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. as of UDDI V3.0 |
|
FindTModel(java.lang.String generic,
Name name,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
AuthInfo |
getAuthInfo()
Gets the authentication information. |
CategoryBag |
getCategoryBag()
Gets the categoryBag argument of a FindTModel by CategoryBag query. |
FindQualifiers |
getFindQualifiers()
Gets the FindQualifier elements altering the default search behavior. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
IdentifierBag |
getIdentifierBag()
Gets the identifierBag argument of a FindTModel by IdentifierBag query. |
int |
getListHead()
|
int |
getMaxRows()
Gets the limit to the number of rows returned (Integer.MAX_VALUE = no limit). |
Name |
getName()
Gets the name argument of a FindTModel by Name query. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String generic
protected Name name
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected FindQualifiers findQualifiers
protected int maxRows
protected int listHead
protected AuthInfo authInfo
| Constructor Detail |
public FindTModel(java.lang.String generic,
Name name,
FindQualifiers findQualifiers,
int maxRows)
generic - The UDDI version in use.name - The value of the Name argument.findQualifiers - FindQualifier elements altering the default search behavior.maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindTModel(java.lang.String generic,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
generic - The UDDI version in use.identifierBag - The value of the IdentifierBag argument.findQualifiers - FindQualifier elements altering the default search behavior.maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindTModel(java.lang.String generic,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
generic - The UDDI version in use.categoryBag - The value of the CategoryBag argument.findQualifiers - FindQualifier elements altering the default search behavior.maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindTModel(java.lang.String generic,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
generic - The UDDI version in use.name - The value of the Name argument.categoryBag - The value of the CategoryBag argument.identifierBag - The value of the IdentifierBag argument.findQualifiers - FindQualifier elements altering the default search behavior.maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindTModel(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
authInfo - The authentication information.name - categoryBag - The value of the CategoryBag argument.identifierBag - findQualifiers - FindQualifier elements altering the default search behavior.listHead - maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).| Method Detail |
public java.lang.String getGeneric()
public Name getName()
public IdentifierBag getIdentifierBag()
public CategoryBag getCategoryBag()
public FindQualifiers getFindQualifiers()
public int getMaxRows()
public int getListHead()
public AuthInfo getAuthInfo()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||