|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openmrs.util.InputRequiredException
public class InputRequiredException
Used by the DatabaseUpdater to signal that a given update requires input from the user.
| Nested Class Summary | |
|---|---|
static class |
InputRequiredException.DATATYPE
Required input will be in one of these forms |
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
InputRequiredException(java.util.Map<java.lang.String,InputRequiredException.DATATYPE> requiredInput)
Common constructor taking in a message to give the user some context as to where/why the authentication failed. |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,InputRequiredException.DATATYPE> |
getRequiredInput()
The user prompts and datatype for each question that the user has to provide input for |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public InputRequiredException(java.util.Map<java.lang.String,InputRequiredException.DATATYPE> requiredInput)
requiredInput - a list of questions that need to be answered in the form question, type| Method Detail |
|---|
public java.util.Map<java.lang.String,InputRequiredException.DATATYPE> getRequiredInput()
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||