Uses of Interface
org.ehrbase.aql.dto.path.predicate.PredicateDto
-
Packages that use PredicateDto Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.containment org.ehrbase.aql.dto.path.predicate -
-
Uses of PredicateDto in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement PredicateDto Modifier and Type Class Description classParameterValue -
Uses of PredicateDto in org.ehrbase.aql.dto.containment
Methods in org.ehrbase.aql.dto.containment that return PredicateDto Modifier and Type Method Description PredicateDtoContainment. getOtherPredicates()Methods in org.ehrbase.aql.dto.containment with parameters of type PredicateDto Modifier and Type Method Description voidContainment. setOtherPredicates(PredicateDto otherPredicates)Constructors in org.ehrbase.aql.dto.containment with parameters of type PredicateDto Constructor Description Containment(String type, String archetypeId, PredicateDto otherPredicates) -
Uses of PredicateDto in org.ehrbase.aql.dto.path.predicate
Subinterfaces of PredicateDto in org.ehrbase.aql.dto.path.predicate Modifier and Type Interface Description interfaceSimplePredicateDtoClasses in org.ehrbase.aql.dto.path.predicate that implement PredicateDto Modifier and Type Class Description classPredicateComparisonOperatorDtoclassPredicateLogicalAndOperationclassPredicateLogicalOrOperationMethods in org.ehrbase.aql.dto.path.predicate that return PredicateDto Modifier and Type Method Description static PredicateDtoPredicateHelper. buildPredicate(CharSequence predicate)Methods in org.ehrbase.aql.dto.path.predicate with parameters of type PredicateDto Modifier and Type Method Description static Optional<PredicateComparisonOperatorDto>PredicateHelper. find(PredicateDto predicateDto, String statement)static voidPredicateHelper. format(StringBuilder sb, PredicateDto predicateDto, AqlPath.OtherPredicatesFormat otherPredicatesFormat)static StringPredicateHelper. format(PredicateDto predicateDto, AqlPath.OtherPredicatesFormat otherPredicatesFormat)
-