Uses of Class
org.ehrbase.openehr.sdk.aql.dto.path.ComparisonOperatorPredicate
Packages that use ComparisonOperatorPredicate
Package
Description
-
Uses of ComparisonOperatorPredicate in org.ehrbase.openehr.sdk.aql.dto.containment
Methods in org.ehrbase.openehr.sdk.aql.dto.containment that return ComparisonOperatorPredicateMethods in org.ehrbase.openehr.sdk.aql.dto.containment with parameters of type ComparisonOperatorPredicateModifier and TypeMethodDescriptionvoidContainmentVersionExpression.setPredicate(ComparisonOperatorPredicate predicate) -
Uses of ComparisonOperatorPredicate in org.ehrbase.openehr.sdk.aql.dto.path
Methods in org.ehrbase.openehr.sdk.aql.dto.path that return ComparisonOperatorPredicateModifier and TypeMethodDescriptionAndOperatorPredicate.add(AqlObjectPath path, ComparisonOperatorPredicate.PredicateComparisonOperator operator, PathPredicateOperand<?> value) ComparisonOperatorPredicate.clone()ComparisonOperatorPredicate.frozen()static ComparisonOperatorPredicateComparisonOperatorPredicate.matches(AqlObjectPath path, AdlRegex value) ComparisonOperatorPredicate.thawed()Methods in org.ehrbase.openehr.sdk.aql.dto.path that return types with arguments of type ComparisonOperatorPredicateMethods in org.ehrbase.openehr.sdk.aql.dto.path with parameters of type ComparisonOperatorPredicateModifier and TypeMethodDescriptionAqlObjectPath.AqlObjectPathBuilder.node(String attribute, ComparisonOperatorPredicate... predicates) Constructor parameters in org.ehrbase.openehr.sdk.aql.dto.path with type arguments of type ComparisonOperatorPredicate -
Uses of ComparisonOperatorPredicate in org.ehrbase.openehr.sdk.aql.serializer
Methods in org.ehrbase.openehr.sdk.aql.serializer that return ComparisonOperatorPredicateModifier and TypeMethodDescriptionVersionPredicateDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.ehrbase.openehr.sdk.aql.serializer with parameters of type ComparisonOperatorPredicateModifier and TypeMethodDescriptionvoidVersionPredicateSerializer.serialize(ComparisonOperatorPredicate value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of ComparisonOperatorPredicate in org.ehrbase.openehr.sdk.aql.util
Methods in org.ehrbase.openehr.sdk.aql.util that return types with arguments of type ComparisonOperatorPredicateModifier and TypeMethodDescriptionstatic Stream<ComparisonOperatorPredicate>AqlUtil.streamPredicates(List<AndOperatorPredicate> condition)