Class SubscriptionForFolderQueryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetByUUIDQueryTransformer<T>
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.SubscriptionForFolderQueryTransformer
Transforms between a
SubscriptionForFolderQuery
and EbXMLAdhocQueryRequest
.- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
fromEbXML
(SubscriptionForFolderQuery query, QuerySlotHelper slots) Transforms the ebXML representation of a query into a query object.void
Transforms the ebXML representation of a query into a query object.protected void
toEbXML
(SubscriptionForFolderQuery query, QuerySlotHelper slots) Transforms the query into its ebXML representation.void
toEbXML
(SubscriptionForFolderQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the query into its ebXML representation.
-
Method Details
-
toEbXML
Description copied from class:GetByUUIDQueryTransformer
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
.slots
- the ebXML representation. Can benull
.
-
fromEbXML
Description copied from class:GetByUUIDQueryTransformer
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
.slots
- the ebXML representation. Can benull
.
-
getInstance
-
toEbXML
public void toEbXML(SubscriptionForFolderQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) 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(SubscriptionForFolderQuery 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
.
-