Package org.ehrbase.api.rest
Class EHRbaseHeader
java.lang.Object
org.ehrbase.api.rest.EHRbaseHeader
EHRbase specific HTTP headers that are not part of the openEHR standard.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed by the /query endpoint to perform only a dry run query.static final StringUsed by the /query endpoint to provide the executed SQL statement in the return metadata.static final StringUsed by the /query endpoint to provide the database query plan in the return metadata.static final String -
Method Summary
-
Field Details
-
TEMPLATE_ID
- See Also:
-
AQL_DRY_RUN
Used by the /query endpoint to perform only a dry run query.- See Also:
-
AQL_EXECUTED_SQL
Used by the /query endpoint to provide the executed SQL statement in the return metadata.- See Also:
-
AQL_QUERY_PLAN
Used by the /query endpoint to provide the database query plan in the return metadata.- See Also:
-