Class AqlObjectPath.AqlObjectPathBuilder
java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.AqlObjectPathBuilder
- Enclosing class:
- AqlObjectPath
-
Method Summary
Modifier and TypeMethodDescriptionbuild()node(String attribute, List<AndOperatorPredicate> predicates) node(String attribute, ComparisonOperatorPredicate... predicates) nodes(AqlObjectPath path)
-
Method Details
-
build
-
nodes
-
node
-
node
public AqlObjectPath.AqlObjectPathBuilder node(String attribute, List<AndOperatorPredicate> predicates) -
node
public AqlObjectPath.AqlObjectPathBuilder node(String attribute, ComparisonOperatorPredicate... predicates)
-