Class EventContextAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryImpl.attribute.eventcontext.EventContextAttribute
-
- All Implemented Interfaces:
I_JoinBinder,I_RMObjectAttribute
- Direct Known Subclasses:
ContextOtherContext,EventContextJson,SettingAttribute,SimpleEventContextAttribute
public abstract class EventContextAttribute extends RMObjectAttribute
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
Fields inherited from interface org.ehrbase.aql.sql.binding.I_JoinBinder
composerRef, COMPOSITION_JOIN, compositionRecordTable, EHR_JOIN, ehrRecordTable, facilityRef, STATUS_JOIN, statusRecordTable, subjectRef, SYSTEM_JOIN, systemRecordTable
-
-
Constructor Summary
Constructors Constructor Description EventContextAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
-
Methods inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.aql.sql.queryImpl.attribute.I_RMObjectAttribute
forTableField, sqlField
-
-
-
-
Constructor Detail
-
EventContextAttribute
public EventContextAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-