Class AqlQueryUtils

java.lang.Object
org.ehrbase.openehr.aqlengine.AqlQueryUtils

public final class AqlQueryUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath>
    allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.AqlQuery query)
     
    static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath>
    allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition w)
     
    static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath>
    allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.operand.ComparisonLeftOperand operand)
     
    static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath>
    allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.operand.Operand operand)
     
    static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath>
    allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression)
     
    static Stream<org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition>
    streamWhereConditions(org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition condition)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • allIdentifiedPaths

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.AqlQuery query)
    • allIdentifiedPaths

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition w)
    • allIdentifiedPaths

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression)
    • allIdentifiedPaths

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.operand.Operand operand)
    • allIdentifiedPaths

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> allIdentifiedPaths(org.ehrbase.openehr.sdk.aql.dto.operand.ComparisonLeftOperand operand)
    • streamWhereConditions

      public static Stream<org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition> streamWhereConditions(org.ehrbase.openehr.sdk.aql.dto.condition.WhereCondition condition)