| Package | Description | 
|---|---|
| org.openmrs.module | 
 OpenMRS Module classes 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Map<String,List<Extension>> | 
ModuleFactory.extensionMap  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,List<Extension>> | 
ModuleFactory.getExtensionMap()
Return the current extension map keyed on extension point id 
 | 
List<Extension> | 
Module.getExtensions()
Expands (i.e. creates instances of)  
Extensions defined by their class name in Module.setExtensionNames(Map). | 
static List<Extension> | 
ModuleFactory.getExtensions(String pointId)
Return all of the extensions associated with the given  
pointId Returns empty
 extension list if no modules extend this pointId | 
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 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Module.setExtensions(List<Extension> extensions)  | 
Copyright © 2024 OpenMRS Inc.. All rights reserved.