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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITIESstatic StringCOMPOSITIONstatic StringCONTENTstatic StringEVENTSstatic StringSLASH
-
Constructor Summary
Constructors Constructor Description IterativeNode(I_DomainAccess domainAccess, String templateId, IntrospectService introspectCache)
-
-
-
Field Detail
-
SLASH
public static final String SLASH
- See Also:
- Constant Field Values
-
ACTIVITIES
public static final String ACTIVITIES
- See Also:
- Constant Field Values
-
COMPOSITION
public static final String COMPOSITION
- See Also:
- Constant Field Values
-
EVENTS
public static final String EVENTS
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IterativeNode
public IterativeNode(I_DomainAccess domainAccess, String templateId, IntrospectService introspectCache)
-
-