Interface MetaData.AdditionalProperty<T>
- Type Parameters:
T- of the additional property.
- All Known Subinterfaces:
MetaData.AdditionalProperty.BooleanProperty,MetaData.AdditionalProperty.IntegerProperty,MetaData.AdditionalProperty.JSONProperty,MetaData.AdditionalProperty.StringProperty
- Enclosing class:
- MetaData
@Deprecated(forRemoval=true)
public static interface MetaData.AdditionalProperty<T>
extends Function<Object,T>
Deprecated, for removal: This API element is subject to removal in a future version.
Allows to store and retrieve
MetaData additional property in a type safe manner.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetaData.AdditionalProperty.BooleanPropertyDeprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - dry_run statusstatic final MetaData.AdditionalProperty.StringPropertyDeprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - executed SQLstatic final MetaData.AdditionalProperty.IntegerPropertyDeprecated, for removal: This API element is subject to removal in a future version.Extracted from the queryfetchparameter or from the server default.static final MetaData.AdditionalProperty.IntegerPropertyDeprecated, for removal: This API element is subject to removal in a future version.Extracted from the querylimitparameter.static final MetaData.AdditionalProperty.JSONPropertyDeprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - query plan jsonstatic final MetaData.AdditionalProperty.IntegerPropertyDeprecated, for removal: This API element is subject to removal in a future version.Size of the returned rows. -
Method Summary
-
Field Details
-
fetch
Deprecated, for removal: This API element is subject to removal in a future version.Extracted from the queryfetchparameter or from the server default.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
offset
Deprecated, for removal: This API element is subject to removal in a future version.Extracted from the querylimitparameter.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
resultSize
Deprecated, for removal: This API element is subject to removal in a future version.Size of the returned rows. -
dryRun
Deprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - dry_run status -
executedSQL
Deprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - executed SQL -
queryPlan
Deprecated, for removal: This API element is subject to removal in a future version.ehrbase execution-option result - query plan json
-
-
Method Details
-
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version.name of the JSON property field.
-