Uses of Enum Class
org.ehrbase.openehr.aqlengine.asl.model.query.AslStructureQuery.AslSourceRelation
Packages that use AslStructureQuery.AslSourceRelation
Package
Description
-
Uses of AslStructureQuery.AslSourceRelation in org.ehrbase.openehr.aqlengine.asl.model.condition
Methods in org.ehrbase.openehr.aqlengine.asl.model.condition that return AslStructureQuery.AslSourceRelationModifier and TypeMethodDescriptionAslPathChildCondition.getChildRelation()AslDescendantCondition.getDescendantRelation()AslDescendantCondition.getParentRelation()AslPathChildCondition.getParentRelation()Constructors in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslStructureQuery.AslSourceRelationModifierConstructorDescriptionAslDescendantCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation descendantRelation, AslQuery rightProvider, AslQuery rightOwner) AslPathChildCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation childRelation, AslQuery rightProvider, AslQuery rightOwner) -
Uses of AslStructureQuery.AslSourceRelation in org.ehrbase.openehr.aqlengine.asl.model.query
Methods in org.ehrbase.openehr.aqlengine.asl.model.query that return AslStructureQuery.AslSourceRelationModifier and TypeMethodDescriptionAslStructureQuery.AslSourceRelation.get(StructureRoot structureRoot) AslStructureQuery.getType()Returns the enum constant of this class with the specified name.static AslStructureQuery.AslSourceRelation[]AslStructureQuery.AslSourceRelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslStructureQuery.AslSourceRelationModifierConstructorDescriptionAslStructureQuery(String alias, AslStructureQuery.AslSourceRelation type, List<AslField> fields, Collection<String> rmTypes, Collection<String> rmTypesConstraint, String attribute, boolean requiresVersionTableJoin)