public interface ReceivingQuestionCallback
Modifier and Type | Field and Description |
---|---|
static boolean |
questionComplete |
Modifier and Type | Method and Description |
---|---|
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
|
static final boolean questionComplete
ReceivingDocument doPostQuestion(ReceivingDocument document, String noteText) throws Exception
document
- - receiving documentnoteText
- - user entered noteException
boolean isQuestionComplete()
void setQuestionComplete(boolean questionComplete)
questionComplete
- void setCorrectionDocumentCreationNoteText(String noteText)
noteText
- String getCorrectionDocumentCreationNoteText()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.