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

Packages that use RegistryPackageType
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 RegistryPackageType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return RegistryPackageType
 RegistryPackageType RimFactory.createRegistryPackageType()
          Returns a new object of class 'Registry Package Type'.
 RegistryPackageType DocumentRoot.getRegistryPackage()
          Returns the value of the 'Registry Package' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type RegistryPackageType
 void DocumentRoot.setRegistryPackage(RegistryPackageType value)
          Sets the value of the 'Registry Package' containment reference.
 

Uses of RegistryPackageType 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 RegistryPackageType
 class RegistryPackageTypeImpl
          An implementation of the model object 'Registry Package Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return RegistryPackageType
 RegistryPackageType RimFactoryImpl.createRegistryPackageType()
           
 RegistryPackageType DocumentRootImpl.getRegistryPackage()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type RegistryPackageType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryPackage(RegistryPackageType newRegistryPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryPackage(RegistryPackageType newRegistryPackage)
           
 

Uses of RegistryPackageType 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 RegistryPackageType
 java.lang.Object RimSwitch.caseRegistryPackageType(RegistryPackageType object)
          Returns the result of interpretting the object as an instance of 'Registry Package Type'.
 boolean RimValidator.validateRegistryPackageType(RegistryPackageType registryPackageType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Constructors in org.eclipse.ohf.ihe.xds.metadata.extract with parameters of type RegistryPackageType
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.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.transform that return RegistryPackageType
 RegistryPackageType EbXML_2_1SubmissionSetTransformer.getRegistryPackage()
          Returns the RegistryPackageType containing the submission set metadata values.
 RegistryPackageType EbXML_2_1FolderTransformer.getRegistryPackage()
          Returns the RegistryPackageType containing the folder metadata values.
 

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

Methods in org.eclipse.ohf.ihe.xds.source with parameters of type RegistryPackageType
 java.lang.String SubmitTransactionData.loadEbXMLFolder(RegistryPackageType folData)
          Loads Folder metadata from the file specified, INCLUDING the entryUUID of the folder, if present.
 void SubmitTransactionData.loadEbXMLSubmissionSet(RegistryPackageType setData)
          Replaces the current SubmissionSet metadata with values from the EbXML v2.1 RegistryPackage object specified, INCLUDING the entryUUID of the submission, if present.