Class GetSubmissionSetsQueryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetByUUIDQueryTransformer<GetSubmissionSetsQuery>
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetSubmissionSetsQueryTransformer
public class GetSubmissionSetsQueryTransformer
extends GetByUUIDQueryTransformer<GetSubmissionSetsQuery>
Transforms between
GetAssociationsQuery and EbXMLAdhocQueryRequest.- Author:
- Jens Riemschneider
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidfromEbXML(GetSubmissionSetsQuery query, QuerySlotHelper slots) Transforms the ebXML representation of a query into a query object.voidfromEbXML(GetSubmissionSetsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the ebXML representation of a query into a query object.protected voidtoEbXML(GetSubmissionSetsQuery query, QuerySlotHelper slots) Transforms the query into its ebXML representation.voidtoEbXML(GetSubmissionSetsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the query into its ebXML representation.
-
Method Details
-
toEbXML
Description copied from class:GetByUUIDQueryTransformerTransforms the query into its ebXML representation.Does not perform any transformation if one of the parameters is
null.- Overrides:
toEbXMLin classGetByUUIDQueryTransformer<GetSubmissionSetsQuery>- Parameters:
query- the query. Can benull.slots- the ebXML representation. Can benull.
-
fromEbXML
Description copied from class:GetByUUIDQueryTransformerTransforms the ebXML representation of a query into a query object.Does not perform any transformation if one of the parameters is
null.- Overrides:
fromEbXMLin classGetByUUIDQueryTransformer<GetSubmissionSetsQuery>- Parameters:
query- the query. Can benull.slots- the ebXML representation. Can benull.
-
getInstance
-
toEbXML
Transforms the query into its ebXML representation.Does not perform any transformation if one of the parameters is
null.- Parameters:
query- the query. Can benull.ebXML- the ebXML representation. Can benull.
-
fromEbXML
public void fromEbXML(GetSubmissionSetsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the ebXML representation of a query into a query object.Does not perform any transformation if one of the parameters is
null.- Parameters:
query- the query. Can benull.ebXML- the ebXML representation. Can benull.
-