Ruddi™ UDDI Client API
1.0

inspireit.uddi.request.inquiry
Class FindTModel

java.lang.Object
  |
  +--inspireit.uddi.request.inquiry.FindTModel
All Implemented Interfaces:
java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

public class FindTModel
extends java.lang.Object
implements java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

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:

Author:
Bertrand Fontaine
See Also:
Serialized Form

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

generic

protected java.lang.String generic
The UDDI version in use.


name

protected Name name
For a FindTModel by Name, the value of the name argument.


identifierBag

protected IdentifierBag identifierBag
For a FindTModel by IdentifierBag, the value of the identifierBag argument.


categoryBag

protected CategoryBag categoryBag
For a FindTModel by CategoryBag, the value of the categoryBag argument.


findQualifiers

protected FindQualifiers findQualifiers
FindQualifier elements altering the default search behavior.


maxRows

protected int maxRows
Limit to the number of rows returned.


listHead

protected int listHead
The index of the item that must be returned as the first resultant set element.


authInfo

protected AuthInfo authInfo
Authentication information.

Constructor Detail

FindTModel

public FindTModel(java.lang.String generic,
                  Name name,
                  FindQualifiers findQualifiers,
                  int maxRows)
Deprecated. as of UDDI V3.0

Contructor for a FindTModel by Name.

Parameters:
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).

FindTModel

public FindTModel(java.lang.String generic,
                  IdentifierBag identifierBag,
                  FindQualifiers findQualifiers,
                  int maxRows)
Deprecated. as of UDDI V3.0

Contructor for a FindTModel by IdentifierBag.

Parameters:
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).

FindTModel

public FindTModel(java.lang.String generic,
                  CategoryBag categoryBag,
                  FindQualifiers findQualifiers,
                  int maxRows)
Deprecated. as of UDDI V3.0

Contructor for a FindTModel by CategoryBag.

Parameters:
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).

FindTModel

public FindTModel(java.lang.String generic,
                  Name name,
                  CategoryBag categoryBag,
                  IdentifierBag identifierBag,
                  FindQualifiers findQualifiers,
                  int maxRows)
Deprecated. as of UDDI V3.0

Contructor for a FindTModel inquiry.

Parameters:
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).
Since:
UDDI V2.0

FindTModel

public FindTModel(AuthInfo authInfo,
                  Name name,
                  CategoryBag categoryBag,
                  IdentifierBag identifierBag,
                  FindQualifiers findQualifiers,
                  int listHead,
                  int maxRows)
Contructor for a FindTModel by CategoryBag.

Parameters:
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).
Since:
UDDI V3.0
Method Detail

getGeneric

public java.lang.String getGeneric()
Deprecated. as of UDDI V3.0

Gets the UDDI version in use.

Returns:
the UDDI version in use

getName

public Name getName()
Gets the name argument of a FindTModel by Name query.

Returns:
the name argument or null if the query is not a FindTModel by Name

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag argument of a FindTModel by IdentifierBag query.

Returns:
the identifierBag argument or null if the query is not a FindTModel by IdentifierBag

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag argument of a FindTModel by CategoryBag query.

Returns:
the categoryBag argument or null if the query is not a FindTModel by CategoryBag

getFindQualifiers

public FindQualifiers getFindQualifiers()
Gets the FindQualifier elements altering the default search behavior.

Returns:
the FindQualifier elements altering the default search behavior

getMaxRows

public int getMaxRows()
Gets the limit to the number of rows returned (Integer.MAX_VALUE = no limit).

Returns:
the limit to the number of rows returned (Integer.MAX_VALUE = no limit).

getListHead

public int getListHead()
Returns:
...
Since:
UDDI V3.0

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authentication information.

Returns:
the authentication information
Since:
UDDI V3.0

visit

public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element.

Specified by:
visit in interface inspireit.uddi.util.visitors.UDDIElement
Parameters:
visitor - The visiting UDDI object.

Ruddi™ UDDI Client API
1.0

Download now! | Submit a bug or feature
(c) 2003 INSPIRE IT
Bld Brand Whitlock 109
1200 Brussels, Belgium
All Rights Reserved.