Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLRemoveMetadataRequest
Packages that use EbXMLRemoveMetadataRequest
Package
Description
-
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLRemoveMetadataRequestModifier and TypeMethodDescriptionEbXMLFactory.createRemoveMetadataRequest()
Creates a new remove metadata request. -
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLRemoveMetadataRequestMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLRemoveMetadataRequest -
Uses of EbXMLRemoveMetadataRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return EbXMLRemoveMetadataRequestModifier and TypeMethodDescriptionRemoveMetadataRequestTransformer.toEbXML
(RemoveMetadata request) Transforms the request into its ebXML representation.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type EbXMLRemoveMetadataRequestModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate.requests with parameters of type EbXMLRemoveMetadataRequestModifier and TypeMethodDescriptionvoid
RemoveMetadataRequestValidator.validate
(EbXMLRemoveMetadataRequest<RemoveObjectsRequest> request, ValidationProfile profile) Validates the request.