|
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.FindRelatedBusinesses
FindRelatedBusinesses represents a find_relatedBusinesses UDDI query. find_relatedBusinesses is used to get information about BusinessEntity data that are related to a particular BusinessEntity in a particular way. Only those relationships whose assertion status is complete are reported.
| Field Summary | |
protected AuthInfo |
authInfo
Authentication information. |
protected BusinessKey |
businessKey
BusinessKey specifying a BusinessEntity to use as the focal point of the search. |
protected FindQualifiers |
findQualifiers
FindQualifier elements altering the default search behavior. |
protected FromKey |
fromKey
|
protected java.lang.String |
generic
The UDDI version in use. |
protected KeyedReference |
keyedReference
KeyedReference specifying the relationship between the focal point and the results. |
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 ToKey |
toKey
|
| Constructor Summary | |
FindRelatedBusinesses(AuthInfo authInfo,
BusinessKey businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
FindRelatedBusinesses constructor. |
|
FindRelatedBusinesses(AuthInfo authInfo,
FromKey fromKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
FindRelatedBusinesses constructor. |
|
FindRelatedBusinesses(AuthInfo authInfo,
ToKey toKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
FindRelatedBusinesses constructor. |
|
FindRelatedBusinesses(java.lang.String generic,
BusinessKey businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
AuthInfo |
getAuthInfo()
Gets the authentication information. |
BusinessKey |
getBusinessKey()
Gets the BusinessKey specifying a BusinessEntity to use as the focal point of the search. |
FindQualifiers |
getFindQualifiers()
Gets the FindQualifier elements altering the default search behavior. |
FromKey |
getFromKey()
|
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
KeyedReference |
getKeyedReference()
Gets the KeyedReference specifying the relationship between the focal point and the results. |
int |
getListHead()
|
int |
getMaxRows()
Gets the limit to the number of rows returned (Integer.MAX_VALUE = no limit). |
ToKey |
getToKey()
|
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 BusinessKey businessKey
protected FindQualifiers findQualifiers
protected KeyedReference keyedReference
protected int maxRows
protected int listHead
protected AuthInfo authInfo
protected FromKey fromKey
protected ToKey toKey
| Constructor Detail |
public FindRelatedBusinesses(java.lang.String generic,
BusinessKey businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int maxRows)
generic - The UDDI version in use.businessKey - BusinessKey specifying a BusinessEntity to use as the
focal point of the search.findQualifiers - FindQualifier elements altering the default search
behavior.keyedReference - KeyedReference specifying the relationship between
the focal point and the results.maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindRelatedBusinesses(AuthInfo authInfo,
BusinessKey businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
authInfo - The authentication information.businessKey - BusinessKey specifying a BusinessEntity to use as the
focal point of the search.findQualifiers - FindQualifier elements altering the default search
behavior.keyedReference - KeyedReference specifying the relationship between
the focal point and the results.listHead - maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindRelatedBusinesses(AuthInfo authInfo,
FromKey fromKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
authInfo - The authentication information.fromKey - focal point of the search.findQualifiers - FindQualifier elements altering the default search
behavior.keyedReference - KeyedReference specifying the relationship between
the focal point and the results.listHead - maxRows - The eventual limit set on the maximum returned values (pass Integer.MAX_VALUE to not set any limit).
public FindRelatedBusinesses(AuthInfo authInfo,
ToKey toKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int listHead,
int maxRows)
authInfo - The authentication information.toKey - focal point of the search.findQualifiers - FindQualifier elements altering the default search
behavior.keyedReference - KeyedReference specifying the relationship between
the focal point and the results.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 BusinessKey getBusinessKey()
public FromKey getFromKey()
public ToKey getToKey()
public FindQualifiers getFindQualifiers()
public KeyedReference getKeyedReference()
public int getListHead()
public AuthInfo getAuthInfo()
public int getMaxRows()
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 | |||||||||