Class FindDocumentsByTitleQueryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.AbstractFindDocumentsQueryTransformer<FindDocumentsByTitleQuery>
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.FindDocumentsByTitleQueryTransformer
public class FindDocumentsByTitleQueryTransformer
extends AbstractFindDocumentsQueryTransformer<FindDocumentsByTitleQuery>
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidfromEbXML(FindDocumentsByTitleQuery query, QuerySlotHelper slots) Called byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.voidTransforms the ebXML representation of a query into a query object.protected voidtoEbXML(FindDocumentsByTitleQuery query, QuerySlotHelper slots) Called bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.voidtoEbXML(FindDocumentsByTitleQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the query into its ebXML representation.
-
Method Details
-
toEbXML
Called bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.- Overrides:
toEbXMLin classAbstractFindDocumentsQueryTransformer<FindDocumentsByTitleQuery>- Parameters:
query- the query to transform.slots- the slots to be filled.
-
fromEbXML
Called byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.- Overrides:
fromEbXMLin classAbstractFindDocumentsQueryTransformer<FindDocumentsByTitleQuery>- Parameters:
query- the target query.slots- the slots to transform.
-
getInstance
-
toEbXML
public void toEbXML(FindDocumentsByTitleQuery 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(FindDocumentsByTitleQuery 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.
-