Interface MetaData.AdditionalProperty<T>

Type Parameters:
T - of the additional property.
All Superinterfaces:
Function<Object,T>
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.
See Also:
  • Field Details

    • fetch

      Deprecated, for removal: This API element is subject to removal in a future version.
      Extracted from the query fetch parameter or from the server default.
       Not part of the standard spec, but returned by openEHR since version 1.0.0 for debugging purposes.
       
    • offset

      Deprecated, for removal: This API element is subject to removal in a future version.
      Extracted from the query limit parameter.
       Not part of the standard spec, but returned by openEHR since version 1.0.0 for 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.