Package org.ehrbase.aql.sql.queryimpl
Class IterativeNode
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.IterativeNode
-
- All Implemented Interfaces:
IIterativeNode
public class IterativeNode extends Object implements IIterativeNode
Created by christian on 5/9/2018.
-
-
Constructor Summary
Constructors Constructor Description IterativeNode(I_DomainAccess domainAccess, String templateId, IntrospectService introspectCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>clipInIterativeMarker(List<String> segmentedPath, Integer[] clipPos)Integer[]iterativeAt(List<String> segmentedPath)check if node at path is iterative (max > 1)List<String>iterativeForArrayAttributeValues(List<String> itemPathArray)
-
-
-
Constructor Detail
-
IterativeNode
public IterativeNode(I_DomainAccess domainAccess, String templateId, IntrospectService introspectCache)
-
-