Class AqlConditionAsPredicatePostProcessor

java.lang.Object
org.ehrbase.openehr.aqlengine.aql.AqlConditionAsPredicatePostProcessor
All Implemented Interfaces:
AqlQueryParsingPostProcessor, org.springframework.core.Ordered

@Component public class AqlConditionAsPredicatePostProcessor extends Object implements AqlQueryParsingPostProcessor
  • Constructor Details

    • AqlConditionAsPredicatePostProcessor

      public AqlConditionAsPredicatePostProcessor()
  • Method Details

    • afterParseAql

      public void afterParseAql(org.ehrbase.openehr.sdk.aql.dto.AqlQuery aqlQuery, org.ehrbase.api.dto.AqlQueryRequest request, org.ehrbase.api.dto.AqlQueryContext ctx)
      Description copied from interface: AqlQueryParsingPostProcessor
      Invoked after parsing the raw AQL string. The given AqlQuery object can be modified in-place. Meta information can be added through the AqlQueryContext.
      Specified by:
      afterParseAql in interface AqlQueryParsingPostProcessor
      Parameters:
      aqlQuery - object representing the parsed AQL string
      request - the request passed to the service layer
      ctx - the query context
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered