Uses of Class
org.ehrbase.aql.dto.path.predicate.PredicateLogicalAndOperation
-
Packages that use PredicateLogicalAndOperation Package Description org.ehrbase.aql.dto.path org.ehrbase.aql.dto.path.predicate -
-
Uses of PredicateLogicalAndOperation in org.ehrbase.aql.dto.path
Methods in org.ehrbase.aql.dto.path that return PredicateLogicalAndOperation Modifier and Type Method Description PredicateLogicalAndOperationAqlPath.AqlNode. getOtherPredicate()Constructors in org.ehrbase.aql.dto.path with parameters of type PredicateLogicalAndOperation Constructor Description AqlNode(String name, String atCode, PredicateLogicalAndOperation otherPredicates) -
Uses of PredicateLogicalAndOperation in org.ehrbase.aql.dto.path.predicate
Methods in org.ehrbase.aql.dto.path.predicate that return PredicateLogicalAndOperation Modifier and Type Method Description PredicateLogicalAndOperationPredicateLogicalAndOperation. addValues(Stream<SimplePredicateDto> valuesStream)static PredicateLogicalAndOperationPredicateHelper. remove(PredicateLogicalAndOperation and, ConditionComparisonOperatorSymbol symbol, String... remove)Return a clone ofandwith allPredicateComparisonOperatorDtoremoved where the operatorsymbolmatches andPredicateComparisonOperatorDto.getStatement()is inremoveMethods in org.ehrbase.aql.dto.path.predicate with parameters of type PredicateLogicalAndOperation Modifier and Type Method Description static PredicateLogicalAndOperationPredicateHelper. remove(PredicateLogicalAndOperation and, ConditionComparisonOperatorSymbol symbol, String... remove)Return a clone ofandwith allPredicateComparisonOperatorDtoremoved where the operatorsymbolmatches andPredicateComparisonOperatorDto.getStatement()is inremove
-