Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLRemoveMetadataRequest
Package
Description
-
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createRemoveMetadataRequest()
Creates a new remove metadata request. -
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
-
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Modifier and TypeMethodDescriptionRemoveMetadataRequestTransformer.toEbXML
(RemoveMetadata request) Transforms the request into its ebXML representation.Modifier and TypeMethodDescriptionRemoveMetadataRequestTransformer.fromEbXML
(EbXMLRemoveMetadataRequest<RemoveObjectsRequest> ebXML) Transforms the ebXML representation into a request. -
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Modifier and TypeMethodDescriptionvoid
RemoveMetadataRequestValidator.validate
(EbXMLRemoveMetadataRequest<RemoveObjectsRequest> request, ValidationProfile profile) Validates the request.