|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.uddi.client | |
oracle.uddi.message.datatype.business | |
oracle.uddi.message.datatype.tmodel | |
oracle.uddi.message.request |
Uses of IdentifierBag in oracle.uddi.client |
Methods in oracle.uddi.client with parameters of type IdentifierBag | |
Type | Name |
---|---|
BusinessList |
UddiClient.findBusiness(IdentifierBag bag,
FindQualifiers findQualifiers,
java.lang.Integer maxRows)
Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details. |
TModelList |
UddiClient.findTModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
java.lang.Integer maxRows)
Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details. |
Uses of IdentifierBag in oracle.uddi.message.datatype.business |
Methods in oracle.uddi.message.datatype.business that return IdentifierBag | |
Type | Name |
---|---|
IdentifierBag |
BusinessEntity.getIdentifierBag()
|
Methods in oracle.uddi.message.datatype.business with parameters of type IdentifierBag | |
Type | Name |
---|---|
void |
BusinessEntity.setIdentifierBag(IdentifierBag identifierBag)
|
Uses of IdentifierBag in oracle.uddi.message.datatype.tmodel |
Methods in oracle.uddi.message.datatype.tmodel that return IdentifierBag | |
Type | Name |
---|---|
IdentifierBag |
TModel.getIdentifierBag()
|
Methods in oracle.uddi.message.datatype.tmodel with parameters of type IdentifierBag | |
Type | Name |
---|---|
void |
TModel.setIdentifierBag(IdentifierBag identifierBag)
|
Uses of IdentifierBag in oracle.uddi.message.request |
Methods in oracle.uddi.message.request that return IdentifierBag | |
Type | Name |
---|---|
IdentifierBag |
FindTModel.getIdentifierBag()
|
IdentifierBag |
FindBusiness.getIdentifierBag()
|
Methods in oracle.uddi.message.request with parameters of type IdentifierBag | |
Type | Name |
---|---|
void |
FindTModel.setIdentifierBag(IdentifierBag identifierBag)
|
void |
FindBusiness.setIdentifierBag(IdentifierBag identifierBag)
|
|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |