| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReceivingQuestionCallback
Receiving Question Callback Defines a callback method for post processing handling in the question interface.
| Field Summary | |
|---|---|
static boolean | 
questionComplete
 | 
| Method Summary | |
|---|---|
 ReceivingDocument | 
doPostQuestion(ReceivingDocument document,
                             String noteText)
Hooks for doing processing on the document after a question has been performed.  | 
 String | 
getCorrectionDocumentCreationNoteText()
Getter for correction document note text  | 
 boolean | 
isQuestionComplete()
Has the question been answered completely to move forward.  | 
 void | 
setCorrectionDocumentCreationNoteText(String noteText)
Setter for correction document note text  | 
 void | 
setQuestionComplete(boolean questionComplete)
Setter for question complete  | 
| Field Detail | 
|---|
static final boolean questionComplete
| Method Detail | 
|---|
ReceivingDocument doPostQuestion(ReceivingDocument document,
                                 String noteText)
                                 throws Exception
document - - receiving documentnoteText - - user entered note
Exceptionboolean isQuestionComplete()
void setQuestionComplete(boolean questionComplete)
questionComplete - void setCorrectionDocumentCreationNoteText(String noteText)
noteText - String getCorrectionDocumentCreationNoteText()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||