public interface IRegistryV3 extends IRegistryBase
Only the functions that scout relies on, are in this interface.
Borrowed from jUDDI.Modifier and Type | Method and Description |
---|---|
DispositionReport |
deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates
collection that is part of a specified businessService structure."
|
DispositionReport |
deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
DispositionReport |
deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices
collection that is part of a specified businessEntity."
|
DispositionReport |
deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel.
|
BindingDetail |
findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered
businessService.
|
BusinessList |
findBusiness(Name[] nameArray,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Used to locate information about one or more businesses.
|
ServiceList |
findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered
businessEntity.
|
TModelList |
findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
AssertionStatusReport |
getAssertionStatusReport(String authInfo,
String completionStatus) |
AuthToken |
getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site.
|
BusinessDetail |
getBusinessDetail(String businessKey)
"Used to get the full businessEntity information for one or more
businesses.
|
BusinessDetail |
getBusinessDetail(String[] businessKeyVector)
"Used to get the full businessEntity information for one or more
businesses.
|
URI |
getInquiryURI() |
PublisherAssertions |
getPublisherAssertions(String authInfo) |
URI |
getPublishURI() |
RegisteredInfo |
getRegisteredInfo(String authInfo) |
ServiceDetail |
getServiceDetail(String serviceKey)
"Used to get full details for a given set of registered
businessService data.
|
ServiceDetail |
getServiceDetail(String[] serviceKeyArray)
"Used to get full details for a given set of registered
businessService data.
|
TModelDetail |
getTModelDetail(String tModelKey)
"Used to get full details for a given set of registered tModel
data.
|
TModelDetail |
getTModelDetail(String[] tModelKeyArray)
"Used to get full details for a given set of registered tModel
data.
|
Transport |
getTransport() |
BindingDetail |
saveBinding(String authInfo,
BindingTemplate[] bindingArray)
"Used to register new bindingTemplate information or update existing
bindingTemplate information.
|
BusinessDetail |
saveBusiness(String authInfo,
BusinessEntity[] businessArray)
"Used to register new businessEntity information or update existing
businessEntity information.
|
ServiceDetail |
saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
TModelDetail |
saveTModel(String authInfo,
TModel[] tModelArray)
"Used to register or update complete information about a tModel."
|
void |
setInquiryURI(URI uri) |
PublisherAssertions |
setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
void |
setPublishURI(URI uri) |
void |
setTransport(Transport transport) |
execute, getSecurityURI, setSecurityURI
URI getInquiryURI()
getInquiryURI
in interface IRegistryBase
void setInquiryURI(URI uri)
setInquiryURI
in interface IRegistryBase
uri
- The inquiry uri to set.URI getPublishURI()
getPublishURI
in interface IRegistryBase
void setPublishURI(URI uri)
setPublishURI
in interface IRegistryBase
uri
- The publish uri to set.Transport getTransport()
getTransport
in interface IRegistryBase
void setTransport(Transport transport)
setTransport
in interface IRegistryBase
transport
- The transport to set.PublisherAssertions setPublisherAssertions(String authInfo, PublisherAssertion[] assertionArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
ServiceDetail saveService(String authInfo, BusinessService[] serviceArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BindingDetail saveBinding(String authInfo, BindingTemplate[] bindingArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BusinessDetail saveBusiness(String authInfo, BusinessEntity[] businessArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
TModelDetail saveTModel(String authInfo, TModel[] tModelArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
DispositionReport deleteBinding(String authInfo, String[] bindingKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
DispositionReport deleteBusiness(String authInfo, String[] businessKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
DispositionReport deleteService(String authInfo, String[] serviceKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
DispositionReport deleteTModel(String authInfo, String[] tModelKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
AssertionStatusReport getAssertionStatusReport(String authInfo, String completionStatus) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
DispositionReport deletePublisherAssertions(String authInfo, PublisherAssertion[] assertionArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
AuthToken getAuthToken(String userID, String cred) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BusinessList findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BusinessDetail getBusinessDetail(String businessKey) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BusinessDetail getBusinessDetail(String[] businessKeyVector) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
PublisherAssertions getPublisherAssertions(String authInfo) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
RegisteredInfo getRegisteredInfo(String authInfo) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
TModelList findTModel(String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
BindingDetail findBinding(String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryV3Exception
RegistryV3Exception
ServiceList findService(String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
TModelDetail getTModelDetail(String tModelKey) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
TModelDetail getTModelDetail(String[] tModelKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
ServiceDetail getServiceDetail(String serviceKey) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
ServiceDetail getServiceDetail(String[] serviceKeyArray) throws RegistryV3Exception
RegistryV3Exception;
RegistryV3Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.