Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
org.openmrs.web |
Modifier and Type | Method and Description |
---|---|
static void |
Context.startup(Properties props)
Starts the OpenMRS System Should be called prior to any kind of activity
|
static void |
Context.startup(String url,
String username,
String password,
Properties properties)
Starts the OpenMRS System in a _non-webapp_ environment
Note: This method calls Context.openSession() , so you must call
Context.closeSession() somewhere on the same thread of this application so as to not
leak memory. |
static void |
Context.updateDatabase(Map<String,Object> userInput)
Deprecated.
as of 2.4
|
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseUpdater.executeChangelog()
Convenience method to run the changesets using Liquibase to bring the database up to a version
compatible with the code
|
static List<String> |
DatabaseUpdater.executeChangelog(String changelog,
ChangeSetExecutorCallback callback)
Executes the given changelog file.
|
static void |
DatabaseUpdater.executeChangelog(String changelog,
Map<String,Object> userInput)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebDaemon.startOpenmrs(javax.servlet.ServletContext servletContext)
Start openmrs in a new thread that is authenticated as the daemon user.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.