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 StringIn AQL queries CONTAINS expressions with a node predicate: Exclude results from nested archetypesstatic 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 StringIn AQL queries with paths containing consecutive node predicates: Skip nodes implied by the archetype definitionsstatic 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:
-
AQL_PATH_SKIPPING
In AQL queries with paths containing consecutive node predicates: Skip nodes implied by the archetype definitions- See Also:
-
AQL_ARCHETYPE_LOCAL_NODE_PREDICATES
In AQL queries CONTAINS expressions with a node predicate: Exclude results from nested archetypes- See Also:
-