Class GetFoldersQueryTransformer

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.GetFoldersQueryTransformer

public class GetFoldersQueryTransformer extends GetByUUIDQueryTransformer<T>
Transforms between a GetFoldersQuery and EbXMLAdhocQueryRequest.
Author:
Jens Riemschneider
  • Method Details

    • toEbXML

      protected void toEbXML(GetFoldersQuery query, QuerySlotHelper slots)
      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 be null.
      slots - the ebXML representation. Can be null.
    • fromEbXML

      protected void fromEbXML(GetFoldersQuery query, QuerySlotHelper slots)
      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 be null.
      slots - the ebXML representation. Can be null.
    • getInstance

      public static GetFoldersQueryTransformer getInstance()
    • toEbXML

      public void toEbXML(GetFoldersQuery 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 be null.
      ebXML - the ebXML representation. Can be null.
    • fromEbXML

      public void fromEbXML(GetFoldersQuery 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 be null.
      ebXML - the ebXML representation. Can be null.