| Package | Description |
|---|---|
| org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
| org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
| org.openmrs.api.impl | |
| org.openmrs.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected AdministrationService |
AllergyProperties.administrationService |
| Modifier and Type | Method and Description |
|---|---|
AdministrationService |
ServiceContext.getAdministrationService() |
static AdministrationService |
Context.getAdministrationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.setAdministrationService(AdministrationService administrationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdministrationServiceImpl
Default implementation of the administration services.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SimpleXStreamSerializer.setupXStreamSecurity(com.thoughtworks.xstream.XStream newXStream,
AdministrationService adminService)
Setups XStream security using AdministrationService.getSerializerWhitelistTypes()
|
| Constructor and Description |
|---|
SimpleXStreamSerializer(AdministrationService adminService) |
SimpleXStreamSerializer(com.thoughtworks.xstream.XStream customXStream,
AdministrationService adminService) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.