Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.requests.RemoveDocuments
Packages that use RemoveDocuments
Package
Description
-
Uses of RemoveDocuments in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return RemoveDocumentsModifier and TypeMethodDescriptionRemoveDocumentsRequestTransformer.fromEbXML
(EbXMLNonconstructiveDocumentSetRequest<RemoveDocumentsRequestType> ebXML) Transforms the ebXML representation into a request.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type RemoveDocumentsModifier and TypeMethodDescriptionRemoveDocumentsRequestTransformer.toEbXML
(RemoveDocuments request) Transforms the request into its ebXML representation. -
Uses of RemoveDocuments in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters that return RemoveDocumentsModifier and TypeMethodDescriptionstatic RemoveDocuments
EbXML30Converters.convert
(RemoveDocumentsRequestType in) Standard Camel converter for the Remove Documents request.Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters with parameters of type RemoveDocumentsModifier and TypeMethodDescriptionstatic RemoveDocumentsRequestType
EbXML30Converters.convert
(RemoveDocuments in) Standard Camel converter for the Remove Documents request.