Uses of Interface
org.ehrbase.aql.dto.path.predicate.SimplePredicateDto
-
Packages that use SimplePredicateDto Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.path.predicate -
-
Uses of SimplePredicateDto in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement SimplePredicateDto Modifier and Type Class Description classParameterValue -
Uses of SimplePredicateDto in org.ehrbase.aql.dto.path.predicate
Classes in org.ehrbase.aql.dto.path.predicate that implement SimplePredicateDto Modifier and Type Class Description classPredicateComparisonOperatorDtoclassPredicateLogicalAndOperationMethods in org.ehrbase.aql.dto.path.predicate that return SimplePredicateDto Modifier and Type Method Description static SimplePredicateDtoPredicateHelper. add(SimplePredicateDto simplePredicateDto, SimplePredicateDto add)Methods in org.ehrbase.aql.dto.path.predicate that return types with arguments of type SimplePredicateDto Modifier and Type Method Description List<SimplePredicateDto>PredicateLogicalAndOperation. getValues()List<SimplePredicateDto>PredicateLogicalOrOperation. getValues()Methods in org.ehrbase.aql.dto.path.predicate with parameters of type SimplePredicateDto Modifier and Type Method Description static SimplePredicateDtoPredicateHelper. add(SimplePredicateDto simplePredicateDto, SimplePredicateDto add)Method parameters in org.ehrbase.aql.dto.path.predicate with type arguments of type SimplePredicateDto Modifier and Type Method Description PredicateLogicalAndOperationPredicateLogicalAndOperation. addValues(Stream<SimplePredicateDto> valuesStream)PredicateLogicalOrOperationPredicateLogicalOrOperation. addValues(Stream<SimplePredicateDto> valuesStream)Constructors in org.ehrbase.aql.dto.path.predicate with parameters of type SimplePredicateDto Constructor Description PredicateLogicalAndOperation(SimplePredicateDto... values)PredicateLogicalOrOperation(SimplePredicateDto... values)
-