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
Fields in org.ehrbase.openehr.sdk.aql.dto.containment with type parameters of type AndOperatorPredicateModifier and TypeFieldDescriptionprotected List<AndOperatorPredicate>ContainmentClassExpression.predicatesMethods in org.ehrbase.openehr.sdk.aql.dto.containment that return types with arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionabstract List<AndOperatorPredicate>AbstractContainmentExpression.getPredicates()ContainmentClassExpression.getPredicates()ContainmentVersionExpression.getPredicates()Method 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) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.render
Method parameters in org.ehrbase.openehr.sdk.aql.render with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionstatic StringAqlRenderer.renderPredicate(List<AndOperatorPredicate> or) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.serializer
Methods in org.ehrbase.openehr.sdk.aql.serializer that return types with arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionPredicateDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Method parameters in org.ehrbase.openehr.sdk.aql.serializer with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionvoidPredicateSerializer.serialize(List<AndOperatorPredicate> value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of AndOperatorPredicate in org.ehrbase.openehr.sdk.aql.util
Method parameters in org.ehrbase.openehr.sdk.aql.util with type arguments of type AndOperatorPredicateModifier and TypeMethodDescriptionstatic Stream<ComparisonOperatorPredicate>AqlUtil.streamPredicates(List<AndOperatorPredicate> condition)