Package org.ehrbase.aql.sql.queryimpl
Class NormalizedRmAttributePath
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.NormalizedRmAttributePath
-
- Direct Known Subclasses:
NormalizedFeederAuditAttributePath,NormalizedItemStructureAttributePath,NormalizedOtherParticipations
public class NormalizedRmAttributePath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringFEEDER_SYSTEM_ITEM_IDSprotected static StringOTHER_CONTEXTprotected static StringOTHER_DETAILSprotected List<String>pathSegments
-
Constructor Summary
Constructors Constructor Description NormalizedRmAttributePath(List<String> pathSegments)
-
-
-
Field Detail
-
FEEDER_SYSTEM_ITEM_IDS
protected static final String FEEDER_SYSTEM_ITEM_IDS
- See Also:
- Constant Field Values
-
OTHER_CONTEXT
protected static final String OTHER_CONTEXT
- See Also:
- Constant Field Values
-
OTHER_DETAILS
protected static final String OTHER_DETAILS
- See Also:
- Constant Field Values
-
-