Package | Description |
---|---|
org.openmrs.module |
OpenMRS Module classes
|
Modifier and Type | Method and Description |
---|---|
abstract Extension.MEDIA_TYPE |
Extension.getMediaType()
Sets the content type of this extension.
|
static Extension.MEDIA_TYPE |
Extension.MEDIA_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extension.MEDIA_TYPE[] |
Extension.MEDIA_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Extension> |
ModuleFactory.getExtensions(String pointId,
Extension.MEDIA_TYPE type)
Return all of the extensions associated with the given
pointId Returns
getExtension(pointId) if no modules extend this pointId for given media type |
static String |
Extension.toExtensionId(String pointId,
Extension.MEDIA_TYPE mediaType)
Convert the given pointId and mediaType to an extensionId.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.