Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.AssociationType1

Packages that use AssociationType1
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.transform   
org.eclipse.ohf.ihe.xds.source   
 

Uses of AssociationType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return AssociationType1
 AssociationType1 RimFactory.createAssociationType1()
          Returns a new object of class 'Association Type1'.
 AssociationType1 DocumentRoot.getAssociation()
          Returns the value of the 'Association' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type AssociationType1
 void DocumentRoot.setAssociation(AssociationType1 value)
          Sets the value of the 'Association' containment reference.
 

Uses of AssociationType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement AssociationType1
 class AssociationType1Impl
          An implementation of the model object 'Association Type1'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return AssociationType1
 AssociationType1 RimFactoryImpl.createAssociationType1()
           
 AssociationType1 DocumentRootImpl.getAssociation()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type AssociationType1
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAssociation(AssociationType1 newAssociation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAssociation(AssociationType1 newAssociation)
           
 

Uses of AssociationType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type AssociationType1
 java.lang.Object RimSwitch.caseAssociationType1(AssociationType1 object)
          Returns the result of interpretting the object as an instance of 'Association Type1'.
 boolean RimValidator.validateAssociationType1(AssociationType1 associationType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Constructors in org.eclipse.ohf.ihe.xds.metadata.extract with parameters of type AssociationType1
EbXML_2_1DocumentEntryExtractor(ExtrinsicObjectType docData, AssociationType1 parentData)
          Loads the ebXML structures containing Document Entry metadata.
EbXML_2_1FolderExtractor(RegistryPackageType folderData, AssociationType1[] documentsInFolder)
          Loads the ebXML structures containing Folder metadata.
EbXML_2_1SubmissionSetExtractor(RegistryPackageType setData, AssociationType1[] documentsInSubmissionSet, AssociationType1[] foldersInSubmissionSet)
          Loads the ebXML structures containing Submission Set metadata.
EbXML_2_1SubmissionSetExtractor(RegistryPackageType setData, AssociationType1[] documentsInSubmissionSet, AssociationType1[] foldersInSubmissionSet)
          Loads the ebXML structures containing Submission Set metadata.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.transform that return AssociationType1
 AssociationType1[] EbXML_2_1SubmissionSetTransformer.getAssociatedDocuments()
          Returns a list AssociationType1 containing the entryUUIDs of the associated with this submission set, if any.
 AssociationType1[] EbXML_2_1FolderTransformer.getAssociatedDocuments()
          Returns a list AssociationType1 containing the entryUUIDs of the documents indicated to be placed within this folder, if any Returns null if the transformation has not been executed, has failed, or no documents are in this folder.
 AssociationType1[] EbXML_2_1SubmissionSetTransformer.getAssociatedFolders()
          Returns a list AssociationType1 containing the entryUUIDs of the folders associated with this submission set, if any.
 AssociationType1 EbXML_2_1DocumentEntryTransformer.getAssociation()
          Returns the AssociationType1 containing the document entry metadata values pertinant to the parent document, if present Returns null if the transformation has not been executed, has failed, or no parent exists.
 

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

Methods in org.eclipse.ohf.ihe.xds.source with parameters of type AssociationType1
 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.