Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.RemoveObjectsRequest
Packages that use RemoveObjectsRequest
Package
Description
-
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type RemoveObjectsRequestModifier and TypeMethodDescriptionEbXMLFactory.createRemoveMetadataRequest()Creates a new remove metadata request. -
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return RemoveObjectsRequestMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type RemoveObjectsRequestConstructors in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type RemoveObjectsRequestModifierConstructorDescriptionEbXMLRemoveMetadataRequest30(RemoveObjectsRequest removeObjectsRequest) Constructs a request by wrapping the given ebXML 3.0 object. -
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm
Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm that return RemoveObjectsRequestModifier and TypeMethodDescriptionObjectFactory.createRemoveObjectsRequest()Create an instance ofRemoveObjectsRequest -
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return types with arguments of type RemoveObjectsRequestModifier and TypeMethodDescriptionRemoveMetadataRequestTransformer.toEbXML(RemoveMetadata request) Transforms the request into its ebXML representation.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with type arguments of type RemoveObjectsRequestModifier and TypeMethodDescriptionRemoveMetadataRequestTransformer.fromEbXML(EbXMLRemoveMetadataRequest<RemoveObjectsRequest> ebXML) Transforms the ebXML representation into a request. -
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Method parameters in org.openehealth.ipf.commons.ihe.xds.core.validate.requests with type arguments of type RemoveObjectsRequestModifier and TypeMethodDescriptionvoidRemoveMetadataRequestValidator.validate(EbXMLRemoveMetadataRequest<RemoveObjectsRequest> request, ValidationProfile profile) Validates the request. -
Uses of RemoveObjectsRequest in org.openehealth.ipf.commons.ihe.xds.iti62
Methods in org.openehealth.ipf.commons.ihe.xds.iti62 with parameters of type RemoveObjectsRequestModifier and TypeMethodDescriptionIti62PortType.documentRegistryDeleteDocumentSet(RemoveObjectsRequest body) Deletes a set of documents according to the ITI-62 specification.