Uses of Class
org.eclipse.ohf.ihe.xds.source.SubmitTransactionCompositionException

Packages that use SubmitTransactionCompositionException
org.eclipse.ohf.ihe.xds.source   
 

Uses of SubmitTransactionCompositionException in org.eclipse.ohf.ihe.xds.source
 

Methods in org.eclipse.ohf.ihe.xds.source that throw SubmitTransactionCompositionException
 java.lang.String SubmitTransactionData.addDocument(Document document)
          Add the given document to the Document Submission Set.
 java.lang.String SubmitTransactionData.loadDocumentWithEbXMLMetadata(Document document, ExtrinsicObjectType docData, AssociationType1 parentData)
          Loads the DocumentEntry metadata from the ebXML objects specified, INCLUDING the entryUUID of the document entry, if present.
 java.lang.String SubmitTransactionData.loadDocumentWithEbXMLMetadata(Document document, java.io.InputStream metadata)
          Loads the DocumentEntry metadata from the ebXML file specified, INCLUDING the entryUUID of the document entry, if present.
 java.lang.String SubmitTransactionData.loadDocumentWithMetadata(Document document, java.io.InputStream metadata)
          Loads the DocumentEntry metadata from the file specified, INCLUDING the entryUUID of the document entry, if present.