Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLObjectContainer
Packages that use EbXMLObjectContainer
Package
Description
-
Uses of EbXMLObjectContainer in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Subinterfaces of EbXMLObjectContainer in org.openehealth.ipf.commons.ihe.xds.core.ebxmlModifier and TypeInterfaceDescriptioninterface
Encapsulation of the ebXML classes forProvideAndRegisterDocumentSetRequestType
.interface
Encapsulation of the ebXML classes forAdhocQueryResponse
.interface
Encapsulation of the ebXML classes forSubmitObjectsRequest
. -
Uses of EbXMLObjectContainer in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLObjectContainerModifier and TypeClassDescriptionclass
Base class for requests and responses that contain various ebXML 3.0 objects.class
Encapsulation ofProvideAndRegisterDocumentSetRequestType
class
Encapsulation ofAdhocQueryResponse
.class
Encapsulation ofSubmitObjectsRequest
-
Uses of EbXMLObjectContainer 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 EbXMLObjectContainerModifier and TypeMethodDescriptionprotected void
LeafClassTransformer.addClassification
(EbXMLObjectContainer ebXML, String classified, String node, EbXMLObjectLibrary library) protected void
LeafClassTransformer.handleFolder
(Folder folder, EbXMLObjectContainer container, EbXMLObjectLibrary library) protected void
LeafClassTransformer.handleSubmissionSet
(SubmissionSet submissionSet, EbXMLObjectContainer container, EbXMLObjectLibrary library) -
Uses of EbXMLObjectContainer in org.openehealth.ipf.commons.ihe.xds.core.validate
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type EbXMLObjectContainerModifier and TypeMethodDescriptionstatic void
SlotLengthAndNameUniquenessValidator.validateContainer
(EbXMLObjectContainer container) Validates slot lengths and name uniqueness for the given ebXML object container. -
Uses of EbXMLObjectContainer in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate.requests with parameters of type EbXMLObjectContainerModifier and TypeMethodDescriptionvoid
ObjectContainerValidator.validate
(EbXMLObjectContainer container, ValidationProfile profile)