Uses of Class
org.uddi.api_v3.AssertionStatusItem

Packages that use AssertionStatusItem
org.apache.juddi.api.impl   
org.apache.juddi.mapping   
org.apache.juddi.rmi   
org.uddi.api_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of AssertionStatusItem in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return types with arguments of type AssertionStatusItem
static List<AssertionStatusItem> PublicationHelper.getAssertionStatusItemList(UddiEntityPublisher publisher, CompletionStatus completionStatus, javax.persistence.EntityManager em)
           
 List<AssertionStatusItem> UDDIPublicationImpl.getAssertionStatusReport(String authInfo, CompletionStatus completionStatus)
           
 

Uses of AssertionStatusItem in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type AssertionStatusItem
static void MappingModelToApi.mapAssertionStatusItem(PublisherAssertion modelPublisherAssertion, AssertionStatusItem apiAssertionStatusItem, List<?> businessKeys)
           
 

Uses of AssertionStatusItem in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi that return types with arguments of type AssertionStatusItem
 List<AssertionStatusItem> UDDIPublicationService.getAssertionStatusReport(String authInfo, CompletionStatus completionStatus)
           
 

Uses of AssertionStatusItem in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type AssertionStatusItem
protected  List<AssertionStatusItem> AssertionStatusReport.assertionStatusItem
           
 

Methods in org.uddi.api_v3 that return AssertionStatusItem
 AssertionStatusItem ObjectFactory.createAssertionStatusItem()
          Create an instance of AssertionStatusItem
 

Methods in org.uddi.api_v3 that return types with arguments of type AssertionStatusItem
 javax.xml.bind.JAXBElement<AssertionStatusItem> ObjectFactory.createAssertionStatusItem(AssertionStatusItem value)
          Create an instance of JAXBElement<AssertionStatusItem>}
 List<AssertionStatusItem> AssertionStatusReport.getAssertionStatusItem()
          Gets the value of the assertionStatusItem property.
 

Methods in org.uddi.api_v3 with parameters of type AssertionStatusItem
 javax.xml.bind.JAXBElement<AssertionStatusItem> ObjectFactory.createAssertionStatusItem(AssertionStatusItem value)
          Create an instance of JAXBElement<AssertionStatusItem>}
 

Uses of AssertionStatusItem in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return types with arguments of type AssertionStatusItem
 List<AssertionStatusItem> UDDIPublicationPortType.getAssertionStatusReport(String authInfo, CompletionStatus completionStatus)
          The get_assertionStatusReport API call provides administrative support for determining the status of current and outstanding publisher assertions that involve any of the business registrations managed by the individual publisher.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.