Package org.openmrs.api.context

This package describes the context framework through which authentication is performed and services provided for the OpenMRS system.

See:
          Description

Class Summary
Context Represents an OpenMRS Context, which may be used to authenticate to the database and obtain services in order to interact with the system.
ServiceContext Represents an OpenMRS Service Context, which returns the services represented throughout the system.
UserContext Represents an OpenMRS User Context which stores the current user information.
 

Exception Summary
ContextAuthenticationException This exception is thrown when a user attempts to access a service or object that they do not have rights to.
 

Package org.openmrs.api.context Description

This package describes the context framework through which authentication is performed and services provided for the OpenMRS system.


OpenMRS-trunk

Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change