Description
File: /openmrs/api/src/main/java/org/openmrs/api/context/Context.java
Line: 1138
Source:
/**
- Set a piece of information for the currently authenticated user. This information is stored
- only temporarily. When a new module is loaded or the server is restarted, this information
- will disappear TODO: This needs to be refactored/removed
- @param key identifying string for this information
- @param value information to be stored
*/
public static void setVolatileUserData(String key, Object value) {
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-3184 Refactor method public static Object getVolatileUserData(String key) in class org.openmrs.api.context.Context
-
- Closed
-