Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLNonconstructiveDocumentSetRequest
Package
Description
-
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createRemoveDocumentsRequest()
Creates a new request to remove documents.EbXMLFactory.createRetrieveDocumentSetRequest()
Creates a new request to retrieve documents. -
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeClassDescriptionclass
The ebXML 3.0 version of theEbXMLNonconstructiveDocumentSetRequest
.Modifier and TypeMethodDescriptionEbXMLFactory30.createRemoveDocumentsRequest()
EbXMLFactory30.createRetrieveDocumentSetRequest()
-
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Modifier and TypeMethodDescriptionRemoveDocumentsRequestTransformer.toEbXML
(RemoveDocuments request) Transforms the request into its ebXML representation.RetrieveDocumentSetRequestTransformer.toEbXML
(RetrieveDocumentSet request) Transforms the request into its ebXML representation.Modifier and TypeMethodDescriptionRemoveDocumentsRequestTransformer.fromEbXML
(EbXMLNonconstructiveDocumentSetRequest<RemoveDocumentsRequestType> ebXML) Transforms the ebXML representation into a request.RetrieveDocumentSetRequestTransformer.fromEbXML
(EbXMLNonconstructiveDocumentSetRequest<RetrieveDocumentSetRequestType> ebXML) Transforms the ebXML representation into a request. -
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Modifier and TypeMethodDescriptionvoid
NonconstructiveDocumentSetRequestValidator.validate
(EbXMLNonconstructiveDocumentSetRequest<?> request, ValidationProfile profile)