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

public class SubscriptionForFolderQueryTransformer extends GetByUUIDQueryTransformer<T>
Author:
Christian Ohr
  • Method Details

    • toEbXML

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

      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.