Class RMObjectAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
-
- All Implemented Interfaces:
IJoinBinder,IRMObjectAttribute
- Direct Known Subclasses:
CompositionAttribute,ConceptJson,EhrAttribute,EventContextAttribute,FormattedField,GenericJsonField,PartyRefAttribute,SystemAttribute
public abstract class RMObjectAttribute extends Object implements IRMObjectAttribute, IJoinBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected CompositionIdFieldSetupcompositionIdFieldSetupprotected EhrSetupehrSetupprotected FieldResolutionContextfieldContextprotected FilterSetupfilterSetupprotected JoinSetupjoinSetup
-
Constructor Summary
Constructors Modifier Constructor Description protectedRMObjectAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jooq.Field<?>aliased(org.jooq.Field field)protected org.jooq.Field<?>as(org.jooq.Field field)protected org.jooq.Field<?>defaultAliased(org.jooq.Field field)protected StringeffectiveAlias()-
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.IRMObjectAttribute
forTableField, sqlField
-
-
-
-
Field Detail
-
filterSetup
protected FilterSetup filterSetup
-
compositionIdFieldSetup
protected CompositionIdFieldSetup compositionIdFieldSetup
-
ehrSetup
protected EhrSetup ehrSetup
-
joinSetup
protected final JoinSetup joinSetup
-
fieldContext
protected final FieldResolutionContext fieldContext
-
-
Constructor Detail
-
RMObjectAttribute
protected RMObjectAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-
Method Detail
-
as
protected org.jooq.Field<?> as(org.jooq.Field field)
-
aliased
protected org.jooq.Field<?> aliased(org.jooq.Field field)
-
effectiveAlias
protected String effectiveAlias()
-
defaultAliased
protected org.jooq.Field<?> defaultAliased(org.jooq.Field field)
-
-