Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.DocumentEntryType

Packages that use DocumentEntryType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.extract.cdar2   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.transform   
org.eclipse.ohf.ihe.xds.metadata.util   
org.eclipse.ohf.ihe.xds.source   
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return DocumentEntryType
 DocumentEntryType MetadataFactory.createDocumentEntryType()
          Returns a new object of class 'Document Entry Type'.
 DocumentEntryType DocumentRoot.getDocumentEntry()
          Returns the value of the 'Document Entry' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type DocumentEntryType
 void DocumentRoot.setDocumentEntry(DocumentEntryType value)
          Sets the value of the 'Document Entry' containment reference.
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata.extract
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return DocumentEntryType
 DocumentEntryType DocumentEntryExtractor.extract()
           
 DocumentEntryType InputStreamDocumentEntryExtractor.extract()
          Renders a DocumentEntryType object from a InputStream containing a single instance of a DocumentEntryType conformant to the metadata.xsd.
 DocumentEntryType EbXML_2_1InputStreamDocumentEntryExtractor.extract()
          Renders a DocumentEntryType object from a InputStream containing one of the following: A single instance of a ExtrinsicObjectType.
 DocumentEntryType EbXML_2_1DocumentEntryExtractor.extract()
          Builds an DocumentEntryType containing XDSDocumentEntry metadata, including parent document data, from the ExtrinsicObject and Association parameter provided.
 DocumentEntryType EbXML_3_0DocumentEntryExtractor.extract()
          Builds an DocumentEntryType containing XDSDocumentEntry metadata, including parent document data, from the ExtrinsicObject and Association parameter provided.
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return DocumentEntryType
 DocumentEntryType CDAR2Extractor.extract()
          Entry point to invoke extraction process.
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement DocumentEntryType
 class DocumentEntryTypeImpl
          An implementation of the model object 'Document Entry Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return DocumentEntryType
 DocumentEntryType MetadataFactoryImpl.createDocumentEntryType()
           
 DocumentEntryType DocumentRootImpl.getDocumentEntry()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type DocumentEntryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDocumentEntry(DocumentEntryType newDocumentEntry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDocumentEntry(DocumentEntryType newDocumentEntry)
           
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata.transform
 

Methods in org.eclipse.ohf.ihe.xds.metadata.transform with parameters of type DocumentEntryType
 void EbXML_2_1DocumentEntryTransformer.transform(DocumentEntryType docEntry)
          Renders an ExtrinsicObjectType and, if applicable, an AssociationType1 containing the document entry metadata values of the parameter, formatted in ebXML
 void DocumentEntryTransformer.transform(DocumentEntryType docEntry)
           
 void ByteArrayDocumentEntryTransformer.transform(DocumentEntryType docEntry)
          Renders a byte array containing a single instance of a DocumentEntryType conformant to the metadata.xsd.
 

Uses of DocumentEntryType in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type DocumentEntryType
 java.lang.Object MetadataSwitch.caseDocumentEntryType(DocumentEntryType object)
          Returns the result of interpretting the object as an instance of 'Document Entry Type'.
 boolean MetadataValidator.validateDocumentEntryType(DocumentEntryType documentEntryType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Methods in org.eclipse.ohf.ihe.xds.source that return DocumentEntryType
 DocumentEntryType SubmitTransactionData.getDocumentEntry(java.lang.String documentEntryUUID)
          Returns the DocumentEntryType metadata object for the specified documentEntryUUID.