Package org.ehrbase.openehr.aqlengine
Class AqlQueryUtils
java.lang.Object
org.ehrbase.openehr.aqlengine.AqlQueryUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-