Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACCEPT - Static variable in class org.ehrbase.rest.BaseController
- add2MetaMap(Map<String, Map<String, String>>, String, String) - Method in class org.ehrbase.rest.BaseController
- addInterceptors(InterceptorRegistry) - Method in class org.ehrbase.rest.RestModuleConfiguration
- ADL_1_4 - Static variable in class org.ehrbase.rest.openehr.OpenehrTemplateController
- ADMIN_API_CONTEXT_PATH - Static variable in class org.ehrbase.rest.BaseController
- AdminApiConfiguration - Class in org.ehrbase.rest.admin
- AdminApiConfiguration() - Constructor for class org.ehrbase.rest.admin.AdminApiConfiguration
- AdminCompositionController - Class in org.ehrbase.rest.admin
-
Admin API controller for Composition related data.
- AdminCompositionController(EhrService, CompositionService) - Constructor for class org.ehrbase.rest.admin.AdminCompositionController
- AdminContributionController - Class in org.ehrbase.rest.admin
-
Admin API controller for Contribution related data.
- AdminContributionController(EhrService, ContributionService) - Constructor for class org.ehrbase.rest.admin.AdminContributionController
- AdminController - Class in org.ehrbase.rest.admin
- AdminController() - Constructor for class org.ehrbase.rest.admin.AdminController
- AdminDirectoryController - Class in org.ehrbase.rest.admin
-
Admin API controller for directories.
- AdminDirectoryController(DirectoryService) - Constructor for class org.ehrbase.rest.admin.AdminDirectoryController
- AdminEhrController - Class in org.ehrbase.rest.admin
-
Admin API controller for EHR related endpoints.
- AdminEhrController(EhrService) - Constructor for class org.ehrbase.rest.admin.AdminEhrController
- AdminTemplateController - Class in org.ehrbase.rest.admin
-
Admin API controller for Templates.
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.ehrbase.rest.RestModuleConfiguration.HttpRequestSupplierInterceptor
- API_CONTEXT_PATH - Static variable in class org.ehrbase.rest.BaseController
- API_CONTEXT_PATH_WITH_VERSION - Static variable in class org.ehrbase.rest.BaseController
- apiContextPathWithVersion - Variable in class org.ehrbase.rest.BaseController
- AuthHelper - Class in org.ehrbase.rest.util
B
- BaseController - Class in org.ehrbase.rest
-
This base controller implements the basic functionality for all specific controllers.
- BaseController() - Constructor for class org.ehrbase.rest.BaseController
C
- COMPOSITION - Static variable in class org.ehrbase.rest.BaseController
- CompositionApiSpecification - Interface in org.ehrbase.rest.openehr.specification
- CONTENT_TYPE - Static variable in class org.ehrbase.rest.BaseController
- CONTRIBUTION - Static variable in class org.ehrbase.rest.BaseController
- ContributionApiSpecification - Interface in org.ehrbase.rest.openehr.specification
- createComposition(String, String, String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrCompositionController
- createComposition(String, String, String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.CompositionApiSpecification
- createContribution(String, String, String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrContributionController
- createContribution(String, String, String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.ContributionApiSpecification
- createDirectory(UUID, String, String, String, String, String, Folder) - Method in class org.ehrbase.rest.openehr.OpenehrDirectoryController
- createDirectory(UUID, String, String, String, String, String, Folder) - Method in interface org.ehrbase.rest.openehr.specification.DirectoryApiSpecification
- createEhr(String, String, String, String, String, EhrStatus) - Method in class org.ehrbase.rest.openehr.OpenehrEhrController
- createEhr(String, String, String, String, String, EhrStatus) - Method in interface org.ehrbase.rest.openehr.specification.EhrApiSpecification
- createEhrWithId(String, String, String, String, String, EhrStatus) - Method in class org.ehrbase.rest.openehr.OpenehrEhrController
- createEhrWithId(String, String, String, String, String, EhrStatus) - Method in interface org.ehrbase.rest.openehr.specification.EhrApiSpecification
- createLocationUri(String...) - Method in class org.ehrbase.rest.BaseController
-
Returns a URI for list of segments.
- createTemplateClassic(String, String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- createTemplateClassic(String, String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
- createTemplateNew(String, String, String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- createTemplateNew(String, String, String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
D
- decodeVersionAtTime(String) - Static method in class org.ehrbase.rest.BaseController
- DefaultExceptionHandler - Class in org.ehrbase.rest
-
Default exception handler.
- DefaultExceptionHandler() - Constructor for class org.ehrbase.rest.DefaultExceptionHandler
- DEFINITION - Static variable in class org.ehrbase.rest.BaseController
- DefinitionQueryApiSpecification - Interface in org.ehrbase.rest.openehr.specification
- deleteAllTemplates() - Method in class org.ehrbase.rest.admin.AdminTemplateController
- deleteComposition(String, String) - Method in class org.ehrbase.rest.admin.AdminCompositionController
- deleteComposition(String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrCompositionController
- deleteComposition(String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.CompositionApiSpecification
- deleteContribution(String, String) - Method in class org.ehrbase.rest.admin.AdminContributionController
- deleteDirectory(String, String) - Method in class org.ehrbase.rest.admin.AdminDirectoryController
- deleteDirectory(UUID, String, String, String, ObjectVersionId) - Method in class org.ehrbase.rest.openehr.OpenehrDirectoryController
- deleteDirectory(UUID, String, String, String, ObjectVersionId) - Method in interface org.ehrbase.rest.openehr.specification.DirectoryApiSpecification
- deleteEhr(String) - Method in class org.ehrbase.rest.admin.AdminEhrController
- deleteStoredQuery(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrDefinitionQueryController
- deleteStoredQuery(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.DefinitionQueryApiSpecification
- deleteTemplate(String) - Method in class org.ehrbase.rest.admin.AdminTemplateController
- DIRECTORY - Static variable in class org.ehrbase.rest.BaseController
- DirectoryApiSpecification - Interface in org.ehrbase.rest.openehr.specification
-
OpenAPI specification for openEHR REST API DIRECTORY resource.
E
- EHR - Static variable in class org.ehrbase.rest.BaseController
- EHR_STATUS - Static variable in class org.ehrbase.rest.BaseController
- EhrApiSpecification - Interface in org.ehrbase.rest.openehr.specification
- EhrStatusApiSpecification - Interface in org.ehrbase.rest.openehr.specification
-
OpenAPI specification for openEHR REST API EHR_STATUS resource.
- encodePath(String) - Method in class org.ehrbase.rest.BaseController
-
Convenience helper to encode path strings to URI-safe strings
- enrichRequestAttribute(String, Object) - Method in class org.ehrbase.rest.BaseController
-
Add attribute to the current request.
- ETAG - Static variable in class org.ehrbase.rest.BaseController
- executeAdHocQuery(String, Integer, Integer, Map<String, Object>, String) - Method in class org.ehrbase.rest.openehr.OpenehrQueryController
-
Execute ad-hoc (non-stored) AQL query.
- executeAdHocQuery(String, Integer, Integer, Map<String, Object>, String) - Method in interface org.ehrbase.rest.openehr.specification.QueryApiSpecification
-
Execute ad-hoc (non-stored) AQL query.
- executeAdHocQuery(Map<String, Object>, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrQueryController
-
Execute ad-hoc (non-stored) AQL query.
- executeAdHocQuery(Map<String, Object>, String, String) - Method in interface org.ehrbase.rest.openehr.specification.QueryApiSpecification
-
Execute ad-hoc (non-stored) AQL query.
- executeStoredQuery(String, String, Integer, Integer, Map<String, Object>, String) - Method in class org.ehrbase.rest.openehr.OpenehrQueryController
-
Execute stored query.
- executeStoredQuery(String, String, Integer, Integer, Map<String, Object>, String) - Method in interface org.ehrbase.rest.openehr.specification.QueryApiSpecification
-
Execute stored query.
- executeStoredQuery(String, String, String, String, Map<String, Object>) - Method in class org.ehrbase.rest.openehr.OpenehrQueryController
-
Execute stored query.
- executeStoredQuery(String, String, String, String, Map<String, Object>) - Method in interface org.ehrbase.rest.openehr.specification.QueryApiSpecification
-
Execute stored query.
- extractCompositionFormat(String) - Method in class org.ehrbase.rest.BaseController
-
Extracts the
CompositionFormatfrom the REST request's inputMediaTypestyle content type header string. - extractVersionedObjectUidFromVersionUid(String) - Method in class org.ehrbase.rest.BaseController
-
Extracts the UUID base from a versioned UID.
- extractVersionFromVersionUid(String) - Method in class org.ehrbase.rest.BaseController
G
- getActive() - Method in class org.ehrbase.rest.admin.AdminApiConfiguration
- getAllowDeleteAll() - Method in class org.ehrbase.rest.admin.AdminApiConfiguration
- getAuditResultMap() - Method in class org.ehrbase.rest.openehr.RequestAwareAuditResultMapHolder
- getComposition(String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrCompositionController
-
This mapping combines both GETs "/{ehr_id}/composition/{version_uid}" (via overlapping path) and "/{ehr_id}/composition/{versioned_object_uid}{?version_at_time}" (here).
- getComposition(String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.CompositionApiSpecification
- getCompositionVersionedObjectUidString(String) - Method in class org.ehrbase.rest.BaseController
-
Helper to allow string UUID input from controllers, which throws an ObjectNotFound exception when no UUID representation can be created.
- getContextPath() - Method in class org.ehrbase.rest.BaseController
- getContribution(String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrContributionController
- getContribution(String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.ContributionApiSpecification
- getContributionVersionedObjectUidString(String) - Method in class org.ehrbase.rest.BaseController
-
Helper to allow string UUID input from controllers, which throws an ObjectNotFound exception when no UUID representation can be created.
- getCurrentAuthenticatedUsername(HttpServletRequest) - Static method in class org.ehrbase.rest.util.AuthHelper
-
Gets the currently authenticated username from the given HTTP request.
- getEhrbaseStatus(String) - Method in class org.ehrbase.rest.StatusController
- getEhrStatusByVersionId(UUID, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrEhrStatusController
- getEhrStatusByVersionId(UUID, String, String) - Method in interface org.ehrbase.rest.openehr.specification.EhrStatusApiSpecification
- getEhrStatusVersionByTime(UUID, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrEhrStatusController
- getEhrStatusVersionByTime(UUID, String, String) - Method in interface org.ehrbase.rest.openehr.specification.EhrStatusApiSpecification
- getEhrUuid(String) - Method in class org.ehrbase.rest.BaseController
-
Helper to allow string UUID input from controllers, which throws an ObjectNotFound exception when no UUID representation can be created.
- getFolderInDirectory(UUID, ObjectVersionId, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrDirectoryController
- getFolderInDirectory(UUID, ObjectVersionId, String, String) - Method in interface org.ehrbase.rest.openehr.specification.DirectoryApiSpecification
- getFolderInDirectoryVersionAtTime(UUID, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrDirectoryController
- getFolderInDirectoryVersionAtTime(UUID, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.DirectoryApiSpecification
- getHeaders() - Method in class org.ehrbase.rest.util.InternalResponse
- getRequestedJwtClaim(AbstractAuthenticationToken, String) - Static method in class org.ehrbase.rest.util.AuthHelper
-
Extracts the requested claim from the token's claims.
- getResponseData() - Method in class org.ehrbase.rest.util.InternalResponse
- getStatus() - Method in class org.ehrbase.rest.admin.AdminController
- getStoredQueryList(String, String) - Method in class org.ehrbase.rest.openehr.OpenehrDefinitionQueryController
-
Get a stored query
- getStoredQueryList(String, String) - Method in interface org.ehrbase.rest.openehr.specification.DefinitionQueryApiSpecification
- getStoredQueryVersion(String, String, Optional<String>) - Method in class org.ehrbase.rest.openehr.OpenehrDefinitionQueryController
- getStoredQueryVersion(String, String, Optional<String>) - Method in interface org.ehrbase.rest.openehr.specification.DefinitionQueryApiSpecification
- getTemplateClassic(String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- getTemplateClassic(String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
- getTemplateExample(String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- getTemplateExample(String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
- getTemplateNew(String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- getTemplateNew(String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
- getTemplatesClassic(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrTemplateController
- getTemplatesClassic(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.TemplateApiSpecification
H
- handleBadRequestExceptions(Exception) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleNotAcceptableException(NotAcceptableException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleObjectNotFoundException(ObjectNotFoundException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleObjectNotFoundException(AccessDeniedException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handlePreconditionFailedException(PreconditionFailedException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleSpringResponseStatusException(ResponseStatusException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleStateConflictException(StateConflictException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleUncaughtException(Exception) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleUnprocessableEntityException(UnprocessableEntityException, WebRequest) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- handleUnsupportedMediaTypeException(UnsupportedMediaTypeException) - Method in class org.ehrbase.rest.DefaultExceptionHandler
- HTTP_HEADER_TENANT_ID - Static variable in class org.ehrbase.rest.RestModuleConfiguration
- HttpRequestSupplierInterceptor() - Constructor for class org.ehrbase.rest.RestModuleConfiguration.HttpRequestSupplierInterceptor
I
- IF_MATCH - Static variable in class org.ehrbase.rest.BaseController
- IF_NONE_MATCH - Static variable in class org.ehrbase.rest.BaseController
- InternalResponse<T> - Class in org.ehrbase.rest.util
-
Wrapper class to allow internal creation of response data classes with access to their headers, necessary to build different responses based on the response data.
- InternalResponse(T, HttpHeaders) - Constructor for class org.ehrbase.rest.util.InternalResponse
L
- LAST_MODIFIED - Static variable in class org.ehrbase.rest.BaseController
- LOCATION - Static variable in class org.ehrbase.rest.BaseController
N
- NONE - Static variable in class org.ehrbase.rest.RestModuleConfiguration
O
- OPENEHR_AUDIT_DETAILS - Static variable in class org.ehrbase.rest.BaseController
- OPENEHR_VERSION - Static variable in class org.ehrbase.rest.BaseController
- OpenehrCompositionController - Class in org.ehrbase.rest.openehr
-
Controller for /composition resource as part of the EHR sub-API of the openEHR REST API
- OpenehrCompositionController(CompositionService) - Constructor for class org.ehrbase.rest.openehr.OpenehrCompositionController
- OpenehrContributionController - Class in org.ehrbase.rest.openehr
- OpenehrContributionController(ContributionService) - Constructor for class org.ehrbase.rest.openehr.OpenehrContributionController
- OpenehrDefinitionQueryController - Class in org.ehrbase.rest.openehr
- OpenehrDefinitionQueryController(QueryService) - Constructor for class org.ehrbase.rest.openehr.OpenehrDefinitionQueryController
- OpenehrDirectoryController - Class in org.ehrbase.rest.openehr
-
Controller for openEHR /directory endpoints
- OpenehrDirectoryController(DirectoryService) - Constructor for class org.ehrbase.rest.openehr.OpenehrDirectoryController
- OpenehrEhrController - Class in org.ehrbase.rest.openehr
-
Controller for /ehr resource of openEHR REST API
- OpenehrEhrController(EhrService) - Constructor for class org.ehrbase.rest.openehr.OpenehrEhrController
- OpenehrEhrStatusController - Class in org.ehrbase.rest.openehr
-
Controller for /ehr/{ehrId}/ehr_status resource of openEHR REST API
- OpenehrEhrStatusController(EhrService) - Constructor for class org.ehrbase.rest.openehr.OpenehrEhrStatusController
- OpenehrQueryController - Class in org.ehrbase.rest.openehr
-
Controller for openEHR REST API QUERY resource.
- OpenehrQueryController(QueryService) - Constructor for class org.ehrbase.rest.openehr.OpenehrQueryController
- OpenehrTemplateController - Class in org.ehrbase.rest.openehr
-
Controller for /template resource as part of the Definitions sub-API of the openEHR REST API
- OpenehrTemplateController(TemplateService, CompositionService) - Constructor for class org.ehrbase.rest.openehr.OpenehrTemplateController
- OpenehrVersionedCompositionController - Class in org.ehrbase.rest.openehr
-
Controller for /ehr/{ehrId}/versioned_composition resource of openEHR REST API
- OpenehrVersionedCompositionController(EhrService, CompositionService, ContributionService) - Constructor for class org.ehrbase.rest.openehr.OpenehrVersionedCompositionController
- OpenehrVersionedEhrStatusController - Class in org.ehrbase.rest.openehr
-
Controller for /ehr/{ehrId}/versioned_ehr_status resource of openEHR REST API
- OpenehrVersionedEhrStatusController(EhrService, ContributionService) - Constructor for class org.ehrbase.rest.openehr.OpenehrVersionedEhrStatusController
- org.ehrbase.rest - package org.ehrbase.rest
- org.ehrbase.rest.admin - package org.ehrbase.rest.admin
- org.ehrbase.rest.openehr - package org.ehrbase.rest.openehr
- org.ehrbase.rest.openehr.specification - package org.ehrbase.rest.openehr.specification
- org.ehrbase.rest.util - package org.ehrbase.rest.util
P
- PREFER - Static variable in class org.ehrbase.rest.BaseController
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.ehrbase.rest.RestModuleConfiguration.HttpRequestSupplierInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.ehrbase.rest.RestModuleConfiguration.SecurityContextCleanupInterceptor
- putStoredQuery(String, String, String, Optional<String>, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrDefinitionQueryController
- putStoredQuery(String, String, String, Optional<String>, String, String) - Method in interface org.ehrbase.rest.openehr.specification.DefinitionQueryApiSpecification
Q
- QUERY - Static variable in class org.ehrbase.rest.BaseController
- QueryApiSpecification - Interface in org.ehrbase.rest.openehr.specification
-
OpenAPI specification for openEHR REST API QUERY resource.
R
- REQ_ACCEPT - Static variable in class org.ehrbase.rest.BaseController
- REQ_CONTENT_TYPE - Static variable in class org.ehrbase.rest.BaseController
- REQ_CONTENT_TYPE_BODY - Static variable in class org.ehrbase.rest.BaseController
- REQ_OPENEHR_AUDIT - Static variable in class org.ehrbase.rest.BaseController
- REQ_OPENEHR_VERSION - Static variable in class org.ehrbase.rest.BaseController
- REQ_PREFER - Static variable in class org.ehrbase.rest.BaseController
- RequestAwareAuditResultMapHolder - Class in org.ehrbase.rest.openehr
- RequestAwareAuditResultMapHolder() - Constructor for class org.ehrbase.rest.openehr.RequestAwareAuditResultMapHolder
- resolveContentType(String) - Method in class org.ehrbase.rest.BaseController
-
Resolves the Content-Type based on Accept header.
- resolveContentType(String, MediaType) - Method in class org.ehrbase.rest.BaseController
-
Resolves the Content-Type based on Accept header.
- RESP_CONTENT_TYPE_DESC - Static variable in class org.ehrbase.rest.BaseController
- RESP_ETAG_DESC - Static variable in class org.ehrbase.rest.BaseController
- RESP_LAST_MODIFIED_DESC - Static variable in class org.ehrbase.rest.BaseController
- RESP_LOCATION_DESC - Static variable in class org.ehrbase.rest.BaseController
- RESP_NOT_ACCEPTABLE_DESC - Static variable in class org.ehrbase.rest.BaseController
- RESP_UNSUPPORTED_MEDIA_DESC - Static variable in class org.ehrbase.rest.BaseController
- REST_OPERATION - Static variable in class org.ehrbase.rest.BaseController
- RestModuleConfiguration - Class in org.ehrbase.rest
- RestModuleConfiguration() - Constructor for class org.ehrbase.rest.RestModuleConfiguration
- RestModuleConfiguration.HttpRequestSupplierInterceptor - Class in org.ehrbase.rest
- RestModuleConfiguration.SecurityContextCleanupInterceptor - Class in org.ehrbase.rest
- retrieveEhrById(String, String) - Method in class org.ehrbase.rest.openehr.OpenehrEhrController
-
Returns EHR by ID
- retrieveEhrById(String, String) - Method in interface org.ehrbase.rest.openehr.specification.EhrApiSpecification
- retrieveEhrBySubject(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrEhrController
-
Returns EHR by subject (id and namespace)
- retrieveEhrBySubject(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.EhrApiSpecification
- retrieveVersionedCompositionByVersionedObjectUid(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedCompositionController
- retrieveVersionedCompositionByVersionedObjectUid(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedCompositionApiSpecification
- retrieveVersionedCompositionRevisionHistoryByEhr(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedCompositionController
- retrieveVersionedCompositionRevisionHistoryByEhr(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedCompositionApiSpecification
- retrieveVersionedEhrStatusByEhr(String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedEhrStatusController
- retrieveVersionedEhrStatusByEhr(String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedEhrStatusApiSpecification
- retrieveVersionedEhrStatusRevisionHistoryByEhr(String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedEhrStatusController
- retrieveVersionedEhrStatusRevisionHistoryByEhr(String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedEhrStatusApiSpecification
- retrieveVersionOfCompositionByTime(String, String, String, LocalDateTime) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedCompositionController
- retrieveVersionOfCompositionByTime(String, String, String, LocalDateTime) - Method in interface org.ehrbase.rest.openehr.specification.VersionedCompositionApiSpecification
- retrieveVersionOfCompositionByVersionUid(String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedCompositionController
- retrieveVersionOfCompositionByVersionUid(String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedCompositionApiSpecification
- retrieveVersionOfEhrStatusByTime(String, String, LocalDateTime) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedEhrStatusController
- retrieveVersionOfEhrStatusByTime(String, String, LocalDateTime) - Method in interface org.ehrbase.rest.openehr.specification.VersionedEhrStatusApiSpecification
- retrieveVersionOfEhrStatusByVersionUid(String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrVersionedEhrStatusController
- retrieveVersionOfEhrStatusByVersionUid(String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.VersionedEhrStatusApiSpecification
- RETURN_MINIMAL - Static variable in class org.ehrbase.rest.BaseController
- RETURN_REPRESENTATION - Static variable in class org.ehrbase.rest.BaseController
S
- SecurityContextCleanupInterceptor() - Constructor for class org.ehrbase.rest.RestModuleConfiguration.SecurityContextCleanupInterceptor
- setActive(boolean) - Method in class org.ehrbase.rest.admin.AdminApiConfiguration
- setAllowDeleteAll(boolean) - Method in class org.ehrbase.rest.admin.AdminApiConfiguration
- setAuditResultMap(Map<String, Set<Object>>) - Method in class org.ehrbase.rest.openehr.RequestAwareAuditResultMapHolder
- setHeaders(HttpHeaders) - Method in class org.ehrbase.rest.util.InternalResponse
- setResponseData(T) - Method in class org.ehrbase.rest.util.InternalResponse
- StatusController - Class in org.ehrbase.rest
-
API endpoint to get status of EHRbase and version information on used dependencies as archie or openEHR_sdk as well as the current used JVM version or target PostgreSQL server version.
- StatusController(StatusService) - Constructor for class org.ehrbase.rest.StatusController
T
- TEMPLATE - Static variable in class org.ehrbase.rest.BaseController
- TemplateApiSpecification - Interface in org.ehrbase.rest.openehr.specification
U
- updateComposition(String, String, String, String, String, String, String, String, String) - Method in class org.ehrbase.rest.openehr.OpenehrCompositionController
- updateComposition(String, String, String, String, String, String, String, String, String) - Method in interface org.ehrbase.rest.openehr.specification.CompositionApiSpecification
- updateContribution(String, String) - Method in class org.ehrbase.rest.admin.AdminContributionController
- updateDirectory(UUID, ObjectVersionId, String, String, String, String, String, Folder) - Method in class org.ehrbase.rest.openehr.OpenehrDirectoryController
- updateDirectory(UUID, ObjectVersionId, String, String, String, String, String, Folder) - Method in interface org.ehrbase.rest.openehr.specification.DirectoryApiSpecification
- updateEhr(String, String) - Method in class org.ehrbase.rest.admin.AdminEhrController
- updateEhrStatus(UUID, String, String, String, String, EhrStatus) - Method in class org.ehrbase.rest.openehr.OpenehrEhrStatusController
- updateEhrStatus(UUID, String, String, String, String, EhrStatus) - Method in interface org.ehrbase.rest.openehr.specification.EhrStatusApiSpecification
- updateTemplate(String, String, String, String) - Method in class org.ehrbase.rest.admin.AdminTemplateController
V
- VERSIONED_COMPOSITION - Static variable in class org.ehrbase.rest.BaseController
- VERSIONED_EHR_STATUS - Static variable in class org.ehrbase.rest.BaseController
- VersionedCompositionApiSpecification - Interface in org.ehrbase.rest.openehr.specification
- VersionedEhrStatusApiSpecification - Interface in org.ehrbase.rest.openehr.specification
All Classes and Interfaces|All Packages|Constant Field Values