| Package | Description |
|---|---|
| com.ibm.openpages.api.questionnaire |
This package and its components provides access to questionnaire objects.
|
| Modifier and Type | Method and Description |
|---|---|
ISection |
IQuestionnaireFactory.createSection()
Creates a section object in memory, which is persisted via
IQuestionnaireService.saveQuestionnaire(IQuestionnaire)
after being added to IQuestionnaire by IQuestionnaire.addSection(ISection). |
ISection |
IQuestionnaireFactory.createSubSection(Id parentSectionId)
Creates a subsection object in memory, which is persisted via
IQuestionnaireService.saveQuestionnaire(IQuestionnaire)
after being added to IQuestionnaire by IQuestionnaire.addSection(ISection). |
ISection |
IQuestionnaire.getSectionBy(Id id)
Returns a section or sub-section that has the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ISection> |
IQuestionnaire.getSections()
Returns a list of sections and sub-sections, sorted by the order configured on the child objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQuestionnaire.addSection(ISection section)
Add a section to the questionnaire.
|
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.