Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLObjectLibrary
Package
Description
-
Uses of EbXMLObjectLibrary in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createObjectLibrary()
EbXMLObjectContainer.getObjectLibrary()
Modifier 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
Modifier and TypeMethodDescriptionEbXMLFactory30.createObjectLibrary()
EbXMLObjectContainer30.getObjectLibrary()
protected EbXMLObjectLibrary
EbXMLRegistryObject30.getObjectLibrary()
Modifier 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) ModifierConstructorDescriptionEbXMLAssociation30
(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.protected
EbXMLRegistryObject30
(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
Modifier and TypeMethodDescriptionprotected void
DocumentEntryTransformer.addAttributes
(DocumentEntry metaData, EbXMLExtrinsicObject ebXML, EbXMLObjectLibrary objectLibrary) protected void
FolderTransformer.addAttributes
(Folder metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected void
SubmissionSetTransformer.addAttributes
(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected void
XDSMetaClassTransformer.addAttributes
(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add attributes to the ebXML instance.protected void
LeafClassTransformer.addClassification
(EbXMLObjectContainer ebXML, String classified, String node, EbXMLObjectLibrary library) protected void
DocumentEntryTransformer.addClassifications
(DocumentEntry docEntry, EbXMLExtrinsicObject extrinsic, EbXMLObjectLibrary objectLibrary) protected void
FolderTransformer.addClassifications
(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected void
SubmissionSetTransformer.addClassifications
(SubmissionSet set, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected void
XDSMetaClassTransformer.addClassifications
(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add classifications to the ebXML instance.protected void
SubmissionSetTransformer.addExternalIdentifiers
(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected void
XDSMetaClassTransformer.addExternalIdentifiers
(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add external identifiers to the ebXML instance.protected void
DocumentEntryTransformer.addSlots
(DocumentEntry docEntry, EbXMLExtrinsicObject extrinsic, EbXMLObjectLibrary objectLibrary) protected void
FolderTransformer.addSlots
(Folder folder, EbXMLRegistryPackage regPackage, EbXMLObjectLibrary objectLibrary) protected void
SubmissionSetTransformer.addSlots
(SubmissionSet metaData, EbXMLRegistryPackage ebXML, EbXMLObjectLibrary objectLibrary) protected void
XDSMetaClassTransformer.addSlots
(C metaData, E ebXML, EbXMLObjectLibrary objectLibrary) Called by the base class to add slots to the ebXML instance.protected EbXMLClassification
LeafClassTransformer.createClassification
(String classified, String node, EbXMLObjectLibrary library) protected EbXMLExtrinsicObject
DocumentEntryTransformer.createEbXMLInstance
(String id, EbXMLObjectLibrary objectLibrary) protected EbXMLRegistryPackage
FolderTransformer.createEbXMLInstance
(String id, EbXMLObjectLibrary objectLibrary) protected EbXMLRegistryPackage
SubmissionSetTransformer.createEbXMLInstance
(String id, EbXMLObjectLibrary objectLibrary) protected abstract E
XDSMetaClassTransformer.createEbXMLInstance
(String id, EbXMLObjectLibrary objectLibrary) Called by the base class to create a new instance of the ebXML type.protected void
LeafClassTransformer.handleFolder
(Folder folder, EbXMLObjectContainer container, EbXMLObjectLibrary library) protected void
LeafClassTransformer.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 anAuthor
to aEbXMLClassification
.CodeTransformer.toEbXML
(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCode
instance to aEbXMLClassification
.XDSMetaClassTransformer.toEbXML
(C metaData, EbXMLObjectLibrary objectLibrary) Transforms the givenXDSMetaClass
into its ebXML representation.