Uses of Class
org.ehrbase.openehr.sdk.aql.dto.path.AndOperatorPredicate
Packages that use AndOperatorPredicate
Package
Description
-
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.dto.containment
Methods in org.ehrbase.openehr.sdk.aql.dto.containment that return types with arguments of type AndOperatorPredicateMethod parameters in org.ehrbase.openehr.sdk.aql.dto.containment with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionvoidContainmentClassExpression.setPredicates(List<AndOperatorPredicate> predicates) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.dto.operand
Methods in org.ehrbase.openehr.sdk.aql.dto.operand that return types with arguments of type AndOperatorPredicateMethod parameters in org.ehrbase.openehr.sdk.aql.dto.operand with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionvoidIdentifiedPath.setRootPredicate(List<AndOperatorPredicate> rootPredicate) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.dto.path
Methods in org.ehrbase.openehr.sdk.aql.dto.path that return AndOperatorPredicateModifier and TypeMethodDescriptionAndOperatorPredicate.clone()AndOperatorPredicate.frozen()AndOperatorPredicate.thawed()Methods in org.ehrbase.openehr.sdk.aql.dto.path that return types with arguments of type AndOperatorPredicateMethod parameters in org.ehrbase.openehr.sdk.aql.dto.path with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionAqlObjectPath.AqlObjectPathBuilder.node(String attribute, List<AndOperatorPredicate> predicates) Constructor parameters in org.ehrbase.openehr.sdk.aql.dto.path with type arguments of type AndOperatorPredicateModifierConstructorDescriptionPathNode(String attribute, List<AndOperatorPredicate> predicateOrOperands) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.parser
Methods in org.ehrbase.openehr.sdk.aql.parser that return types with arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionstatic List<AndOperatorPredicate>AqlQueryParser.parsePredicate(String aqlPathPredicate)