Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLObjectLibrary
Packages that use EbXMLObjectLibrary
Package
Description
-
Uses of EbXMLObjectLibrary in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLObjectLibraryModifier and TypeMethodDescriptionEbXMLFactory.createObjectLibrary()EbXMLObjectContainer.getObjectLibrary()Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type EbXMLObjectLibraryModifier and TypeMethodDescriptionEbXMLFactory.createAdhocQueryResponse(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) Creates a new response for a query request.EbXMLFactory.createAssociation(String id, EbXMLObjectLibrary objectLibrary) Creates a new association.EbXMLFactory.createClassification(EbXMLObjectLibrary objectLibrary) Creates a new classification.EbXMLFactory.createExtrinsic(String id, EbXMLObjectLibrary objectLibrary) Creates a new extrinsic object and adds it to the object library.EbXMLFactory.createProvideAndRegisterDocumentSetRequest(EbXMLObjectLibrary library) Creates a new request to provide and register documents.EbXMLFactory.createRegistryPackage(String id, EbXMLObjectLibrary objectLibrary) Creates a new registry package and adds it to the object library. -
Uses of EbXMLObjectLibrary in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLObjectLibraryModifier and TypeMethodDescriptionEbXMLFactory30.createObjectLibrary()EbXMLObjectContainer30.getObjectLibrary()protected EbXMLObjectLibraryEbXMLRegistryObject30.getObjectLibrary()Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type EbXMLObjectLibraryModifier and TypeMethodDescriptionEbXMLFactory30.createAdhocQueryResponse(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) EbXMLFactory30.createAssociation(String id, EbXMLObjectLibrary objectLibrary) EbXMLFactory30.createClassification(EbXMLObjectLibrary objectLibrary) EbXMLFactory30.createExtrinsic(String id, EbXMLObjectLibrary objectLibrary) EbXMLFactory30.createProvideAndRegisterDocumentSetRequest(EbXMLObjectLibrary objectLibrary) EbXMLFactory30.createRegistryPackage(String id, EbXMLObjectLibrary objectLibrary) Constructors in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type EbXMLObjectLibraryModifierConstructorDescriptionEbXMLAssociation30(AssociationType1 association, EbXMLObjectLibrary objectLibrary) Constructs an association by wrapping the given ebXML 3.0 object.EbXMLExtrinsicObject30(ExtrinsicObjectType extrinsic, EbXMLObjectLibrary objectLibrary) Constructs an extrinsic object by wrapping an ebXML 3.0 object.EbXMLProvideAndRegisterDocumentSetRequest30(ProvideAndRegisterDocumentSetRequestType request, EbXMLObjectLibrary objectLibrary) Constructs a request by wrapping the given ebXML 3.0 object.EbXMLQueryResponse30(AdhocQueryResponse response, EbXMLObjectLibrary objectLibrary) Constructs a query response by wrapping the given ebXML 3.0 object.protectedEbXMLRegistryObject30(E registryEntry, EbXMLObjectLibrary objectLibrary) Constructs a registry entry by wrapping the given ebXML 3.0 object.EbXMLRegistryPackage30(RegistryPackageType registryPackage, EbXMLObjectLibrary objectLibrary) Constructs a registry package by wrapping the given ebXML 3.0 object.EbXMLSubmitObjectsRequest30(SubmitObjectsRequest submitObjectsRequest, EbXMLObjectLibrary objectLibrary) Constructs a request by wrapping the given ebXML 3.0 object. -
Uses of EbXMLObjectLibrary in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type EbXMLObjectLibraryModifier and TypeMethodDescriptionprotected voidDocumentEntryTransformer.addAttributes(DocumentEntry metaData, EbXMLExtrinsicObject ebXML, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addAttributes(Folder metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addAttributes(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidXDSMetaClassTransformer.addAttributes(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add attributes to the ebXML instance.protected voidLeafClassTransformer.addClassification(EbXMLObjectContainer ebXML, String classified, String node, EbXMLObjectLibrary library) protected voidDocumentEntryTransformer.addClassifications(DocumentEntry docEntry, EbXMLExtrinsicObject extrinsic, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addClassifications(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addClassifications(SubmissionSet set, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidXDSMetaClassTransformer.addClassifications(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add classifications to the ebXML instance.protected voidSubmissionSetTransformer.addExternalIdentifiers(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidXDSMetaClassTransformer.addExternalIdentifiers(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add external identifiers to the ebXML instance.protected voidDocumentEntryTransformer.addSlots(DocumentEntry docEntry, EbXMLExtrinsicObject extrinsic, EbXMLObjectLibrary objectLibrary) protected voidFolderTransformer.addSlots(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected voidSubmissionSetTransformer.addSlots(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected voidXDSMetaClassTransformer.addSlots(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add slots to the ebXML instance.protected EbXMLClassificationLeafClassTransformer.createClassification(String classified, String node, EbXMLObjectLibrary library) protected EbXMLExtrinsicObjectDocumentEntryTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) protected EbXMLRegistryPackageFolderTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) protected EbXMLRegistryPackageSubmissionSetTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) protected abstract EXDSMetaClassTransformer.createEbXMLInstance(String id, EbXMLObjectLibrary objectLibrary) Called by the base class to create a new instance of the ebXML type.protected voidLeafClassTransformer.handleFolder(Folder folder, EbXMLObjectContainer container, EbXMLObjectLibrary library) protected voidLeafClassTransformer.handleSubmissionSet(SubmissionSet submissionSet, EbXMLObjectContainer container, EbXMLObjectLibrary library) AssociationTransformer.toEbXML(Association association, EbXMLObjectLibrary objectLibrary) Transforms the given association to its ebXML representation.AuthorTransformer.toEbXML(Author author, EbXMLObjectLibrary objectLibrary) Transforms anAuthorto aEbXMLClassification.CodeTransformer.toEbXML(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCodeinstance to aEbXMLClassification.XDSMetaClassTransformer.toEbXML(C metaData, EbXMLObjectLibrary objectLibrary) Transforms the givenXDSMetaClassinto its ebXML representation.