Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLNonconstructiveDocumentSetRequest
Packages that use EbXMLNonconstructiveDocumentSetRequest
Package
Description
-
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLNonconstructiveDocumentSetRequestModifier 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
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLNonconstructiveDocumentSetRequestModifier and TypeClassDescriptionclass
The ebXML 3.0 version of theEbXMLNonconstructiveDocumentSetRequest
.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLNonconstructiveDocumentSetRequestModifier and TypeMethodDescriptionEbXMLFactory30.createRemoveDocumentsRequest()
EbXMLFactory30.createRetrieveDocumentSetRequest()
-
Uses of EbXMLNonconstructiveDocumentSetRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return EbXMLNonconstructiveDocumentSetRequestModifier and TypeMethodDescriptionRemoveDocumentsRequestTransformer.toEbXML
(RemoveDocuments request) Transforms the request into its ebXML representation.RetrieveDocumentSetRequestTransformer.toEbXML
(RetrieveDocumentSet request) Transforms the request into its ebXML representation.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type EbXMLNonconstructiveDocumentSetRequestModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate.requests with parameters of type EbXMLNonconstructiveDocumentSetRequestModifier and TypeMethodDescriptionvoid
NonconstructiveDocumentSetRequestValidator.validate
(EbXMLNonconstructiveDocumentSetRequest<?> request, ValidationProfile profile)