|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublisherAssertion | |
---|---|
org.apache.juddi.mapping | |
org.apache.juddi.model | |
org.apache.juddi.query |
Uses of PublisherAssertion in org.apache.juddi.mapping |
---|
Methods in org.apache.juddi.mapping with parameters of type PublisherAssertion | |
---|---|
static void |
MappingModelToApi.mapAssertionStatusItem(PublisherAssertion modelPublisherAssertion,
org.uddi.api_v3.AssertionStatusItem apiAssertionStatusItem,
List<?> businessKeys)
|
static void |
MappingModelToApi.mapPublisherAssertion(PublisherAssertion modelPublisherAssertion,
org.uddi.api_v3.PublisherAssertion apiPublisherAssertion)
|
static void |
MappingApiToModel.mapPublisherAssertion(org.uddi.api_v3.PublisherAssertion apiPubAssertion,
PublisherAssertion modelPubAssertion)
|
static void |
MappingModelToApi.mapRelatedBusinessInfo(PublisherAssertion modelPublisherAssertion,
BusinessEntity modelRelatedBusiness,
org.uddi.api_v3.Direction direction,
org.uddi.api_v3.RelatedBusinessInfo apiRelatedBusinessInfo)
|
Uses of PublisherAssertion in org.apache.juddi.model |
---|
Methods in org.apache.juddi.model that return types with arguments of type PublisherAssertion | |
---|---|
List<PublisherAssertion> |
BusinessEntity.getPublisherAssertionsForFromKey()
|
List<PublisherAssertion> |
BusinessEntity.getPublisherAssertionsForToKey()
|
Method parameters in org.apache.juddi.model with type arguments of type PublisherAssertion | |
---|---|
void |
BusinessEntity.setPublisherAssertionsForFromKey(List<PublisherAssertion> publisherAssertionsForFromKey)
|
void |
BusinessEntity.setPublisherAssertionsForToKey(List<PublisherAssertion> publisherAssertionsForToKey)
|
Constructor parameters in org.apache.juddi.model with type arguments of type PublisherAssertion | |
---|---|
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs)
|
|
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs)
|
Uses of PublisherAssertion in org.apache.juddi.query |
---|
Methods in org.apache.juddi.query that return types with arguments of type PublisherAssertion | |
---|---|
static List<PublisherAssertion> |
FindPublisherAssertionByBusinessQuery.select(javax.persistence.EntityManager em,
List<?> businessKeys,
org.uddi.api_v3.CompletionStatus completionStatus)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |