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

Packages that use FolderType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.extract   
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 FolderType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return FolderType
 FolderType MetadataFactory.createFolderType()
          Returns a new object of class 'Folder Type'.
 FolderType DocumentRoot.getFolder()
          Returns the value of the 'Folder' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type FolderType
 void DocumentRoot.setFolder(FolderType value)
          Sets the value of the 'Folder' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return FolderType
 FolderType EbXML_2_1FolderExtractor.extract()
          Builds an FolderType containing XDSFolder metadata within the RegistryPackage provided.
 FolderType EbXML_2_1InputStreamFolderExtractor.extract()
          Renders a FolderType object from a InputStream containing a single instance of a RegistryPackageType.
 FolderType InputStreamFolderExtractor.extract()
          Renders a FolderType object from a InputStream containing a single instance of a FolderType conformant to the metadata.xsd.
 FolderType FolderExtractor.extract()
           
 

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

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement FolderType
 class FolderTypeImpl
          An implementation of the model object 'Folder Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return FolderType
 FolderType MetadataFactoryImpl.createFolderType()
           
 FolderType DocumentRootImpl.getFolder()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type FolderType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFolder(FolderType newFolder, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFolder(FolderType newFolder)
           
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.transform with parameters of type FolderType
 void FolderTransformer.transform(FolderType folder)
           
 void EbXML_2_1FolderTransformer.transform(FolderType folder)
           
 void ByteArrayFolderTransformer.transform(FolderType folder)
          Renders a byte array containing a single instance of a FolderType conformant to the metadata.xsd.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type FolderType
 java.lang.Object MetadataSwitch.caseFolderType(FolderType object)
          Returns the result of interpretting the object as an instance of 'Folder Type'.
 boolean MetadataValidator.validateFolderType(FolderType folderType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Methods in org.eclipse.ohf.ihe.xds.source that return FolderType
 FolderType SubmitTransactionData.getFolder(java.lang.String folderEntryUUID)
          Returns the FolderType metadata object for the specified folderEntryUUID.