Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLRegistryPackage
Packages that use EbXMLRegistryPackage
Package
Description
-
Uses of EbXMLRegistryPackage in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLRegistryPackageModifier and TypeMethodDescriptionEbXMLFactory.createRegistryPackage(String id, EbXMLObjectLibrary objectLibrary) Creates a new registry package and adds it to the object library.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type EbXMLRegistryPackageModifier and TypeMethodDescriptionEbXMLObjectContainer.getRegistryPackages()Returns all registry packages of this container.EbXMLObjectContainer.getRegistryPackages(String classificationNode) Returns the list of registry packages matching the classification node.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type EbXMLRegistryPackageModifier and TypeMethodDescriptionvoidEbXMLObjectContainer.addRegistryPackage(EbXMLRegistryPackage regPackage) Adds a registry package to this container. -
Uses of EbXMLRegistryPackage in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLRegistryPackageMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLRegistryPackageModifier and TypeMethodDescriptionEbXMLFactory30.createRegistryPackage(String id, EbXMLObjectLibrary objectLibrary) Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type EbXMLRegistryPackageModifier and TypeMethodDescriptionEbXMLObjectContainer30.getRegistryPackages()EbXMLObjectContainer30.getRegistryPackages(String classificationNode) Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type EbXMLRegistryPackageModifier and TypeMethodDescriptionvoidEbXMLObjectContainer30.addRegistryPackage(EbXMLRegistryPackage regPackage) -
Uses of EbXMLRegistryPackage in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml that return EbXMLRegistryPackageModifier and TypeMethodDescriptionprotected EbXMLRegistryPackageFolderTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) protected EbXMLRegistryPackageSubmissionSetTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type EbXMLRegistryPackageModifier and TypeMethodDescriptionprotected voidFolderTransformer.addAttributes(Folder metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addAttributes(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addAttributesFromEbXML(Folder metaData, EbXMLRegistryPackage ebXML) protected voidSubmissionSetTransformer.addAttributesFromEbXML(SubmissionSet metaData, EbXMLRegistryPackage ebXML) protected voidFolderTransformer.addClassifications(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addClassifications(SubmissionSet set, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addClassificationsFromEbXML(Folder folder, EbXMLRegistryPackage regPackage) protected voidSubmissionSetTransformer.addClassificationsFromEbXML(SubmissionSet set, EbXMLRegistryPackage regPackage) protected voidSubmissionSetTransformer.addExternalIdentifiers(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addExternalIdentifiersFromEbXML(SubmissionSet metaData, EbXMLRegistryPackage ebXML) protected voidFolderTransformer.addSlots(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addSlots(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addSlotsFromEbXML(Folder folder, EbXMLRegistryPackage regPackage) protected voidSubmissionSetTransformer.addSlotsFromEbXML(SubmissionSet metaData, EbXMLRegistryPackage ebXML)