Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.customdatatype |
Modifier and Type | Method and Description |
---|---|
CustomDatatypeHandler<?,?> |
DatatypeService.getHandler(CustomDatatype<?> datatype,
String handlerConfig)
Gets the default handler for a
CustomDatatype , and sets its configuration |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends CustomDatatypeHandler<?,?>>> |
DatatypeService.getAllHandlerClasses() |
List<Class<? extends CustomDatatypeHandler>> |
DatatypeService.getHandlerClasses(Class<? extends CustomDatatype<?>> datatypeClass) |
Modifier and Type | Method and Description |
---|---|
CustomDatatypeHandler<?,?> |
DatatypeServiceImpl.getHandler(CustomDatatype<?> datatype,
String handlerConfig) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends CustomDatatypeHandler<?,?>>> |
DatatypeServiceImpl.getAllHandlerClasses() |
List<Class<? extends CustomDatatypeHandler>> |
DatatypeServiceImpl.getHandlerClasses(Class<? extends CustomDatatype<?>> datatype) |
Modifier and Type | Interface and Description |
---|---|
interface |
DownloadableDatatypeHandler<T>
Indicates that a CustomDatatypeHandler allows underlying custom values to be downloaded or streamed in some
meaningful way.
|
Modifier and Type | Method and Description |
---|---|
static CustomDatatypeHandler |
CustomDatatypeUtil.getHandler(CustomDatatype<?> dt,
String preferredHandlerClassname,
String handlerConfig) |
static CustomDatatypeHandler |
CustomDatatypeUtil.getHandler(CustomValueDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CustomDatatypeUtil.isCompatibleHandler(CustomDatatypeHandler handler,
CustomDatatype<?> datatype) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.