Class AqlEhrPathPostProcessor

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

@Component public class AqlEhrPathPostProcessor extends Object implements AqlQueryParsingPostProcessor
Replaces paths targeting EHR_STATUS, but starting at EHR. For more information
  • Constructor Details

    • AqlEhrPathPostProcessor

      public AqlEhrPathPostProcessor()
  • Method Details

    • afterParseAql

      public void afterParseAql(org.ehrbase.openehr.sdk.aql.dto.AqlQuery aqlQuery, AqlQueryRequest request, 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