| Package | Description |
|---|---|
| com.ibm.openpages.api.questionnaire |
This package and its components provides access to questionnaire objects.
|
| Modifier and Type | Method and Description |
|---|---|
IComment |
IQuestionnaireFactory.createComment(Id questionId,
java.lang.String text,
boolean isRejection)
Deprecated.
This method is deprecated as of release 7.3.0.1, use method
IQuestionnaireFactory.createComment(Id, String, CommentType) instead. |
IComment |
IQuestionnaireFactory.createComment(Id questionId,
java.lang.String text,
boolean isRejection,
boolean isAcceptance)
Deprecated.
This method is deprecated as of release 7.3.0.1, use method
IQuestionnaireFactory.createComment(Id, String, CommentType) instead. |
IComment |
IQuestionnaireFactory.createComment(Id questionId,
java.lang.String text,
CommentType commentType)
Creates a comment object in memory, which is persisted via
IQuestionnaireService.saveQuestionnaire(IQuestionnaire)
after being added to IQuestionnaire by IQuestionnaire.addComment(IComment) . |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IComment> |
IQuestionnaire.getComments()
Returns a list of comments of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQuestionnaire.addComment(IComment comment)
Add a comment to the assessment.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.