Uses of Class
org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath
Packages that use AqlObjectPath
Package
Description
-
Uses of AqlObjectPath in org.ehrbase.openehr.sdk.aql.dto.operand
Methods in org.ehrbase.openehr.sdk.aql.dto.operand that return AqlObjectPathMethods in org.ehrbase.openehr.sdk.aql.dto.operand with parameters of type AqlObjectPath -
Uses of AqlObjectPath in org.ehrbase.openehr.sdk.aql.dto.path
Fields in org.ehrbase.openehr.sdk.aql.dto.path declared as AqlObjectPathModifier and TypeFieldDescriptionstatic final AqlObjectPathAqlObjectPathUtil.ARCHETYPE_NODE_IDstatic final AqlObjectPathAqlObjectPathUtil.NAME_CODE_STRINGstatic final AqlObjectPathAqlObjectPathUtil.NAME_TERMINOLOGYstatic final AqlObjectPathAqlObjectPathUtil.NAME_VALUEMethods in org.ehrbase.openehr.sdk.aql.dto.path that return AqlObjectPathModifier and TypeMethodDescriptionAqlObjectPath.AqlObjectPathBuilder.build()AqlObjectPath.clone()static AqlObjectPathAqlObjectPath.fromAqlPath(AqlPath aqlPath) AqlObjectPath.frozen()ComparisonOperatorPredicate.getPath()static AqlObjectPathAqlObjectPath.thawed()Methods in org.ehrbase.openehr.sdk.aql.dto.path with parameters of type AqlObjectPathModifier and TypeMethodDescriptionAndOperatorPredicate.add(AqlObjectPath path, ComparisonOperatorPredicate.PredicateComparisonOperator operator, PathPredicateOperand<?> value) booleanAqlObjectPath.endsWith(AqlObjectPath path) static ComparisonOperatorPredicateComparisonOperatorPredicate.matches(AqlObjectPath path, AdlRegex value) AqlObjectPath.AqlObjectPathBuilder.nodes(AqlObjectPath path) voidComparisonOperatorPredicate.setPath(AqlObjectPath path) static AqlPathAqlObjectPath.toAqlPath(AqlObjectPath aqlObjectPath) Constructors in org.ehrbase.openehr.sdk.aql.dto.path with parameters of type AqlObjectPathModifierConstructorDescriptionComparisonOperatorPredicate(AqlObjectPath path, ComparisonOperatorPredicate.PredicateComparisonOperator operator, PathPredicateOperand value) -
Uses of AqlObjectPath in org.ehrbase.openehr.sdk.aql.parser
Methods in org.ehrbase.openehr.sdk.aql.parser that return AqlObjectPath -
Uses of AqlObjectPath in org.ehrbase.openehr.sdk.aql.render
Methods in org.ehrbase.openehr.sdk.aql.render with parameters of type AqlObjectPath -
Uses of AqlObjectPath in org.ehrbase.openehr.sdk.aql.serializer
Methods in org.ehrbase.openehr.sdk.aql.serializer that return AqlObjectPathModifier and TypeMethodDescriptionObjectPathDeserializer.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 AqlObjectPathModifier and TypeMethodDescriptionvoidObjectPathSerializer.serialize(AqlObjectPath value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)