| Package | Description |
|---|---|
| com.ibm.openpages.api.metadata |
This package and its components provides access to OpenPages metadata.
|
| com.ibm.openpages.api.questionnaire |
This package and its components provides access to questionnaire objects.
|
| com.ibm.openpages.api.resource |
Provides interfaces to work with the OpenPages content data: folders,
GRC objects and document attachments.
|
| Modifier and Type | Method and Description |
|---|---|
IEnumValue |
IFieldDefinition.getEnumValue(java.lang.String systemName)
Returns the IEnumValue by its system name.
|
IEnumValue |
IFieldDefinition.getEnumValueById(Id enumValueId)
Returns the IEnumValue by its Id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEnumValue> |
IControllerFieldMap.getDependentValues(java.lang.String controllerValue)
For FieldDependencyType: PICKLIST, the Controller Field's value will be
mapped to a List of EnumValues that are from the Dependent Field.
|
java.util.List<IEnumValue> |
IFieldDefinition.getDescendantEnumValuesByParentId(Id enumValueId)
Returns the IEnumValue by its Id.
|
java.util.List<IEnumValue> |
IFieldDefinition.getDescendantEnumValuesByParentName(java.lang.String systemName)
Returns the IEnumValue by its system name.
|
java.util.List<IEnumValue> |
IFieldDefinition.getEnumValues()
Returns the list of
IEnumValue for all the elements that are part of an enumeration. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEnumValue> |
IQuestionnaire.getAvailableTransitions()
Deprecated.
- call
IQuestionnaire.getAvailableActions() instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEnumAnswer
Represents elements of an enumerated answer.
|
| Modifier and Type | Method and Description |
|---|---|
IEnumValue |
IEnumField.getEnumValue()
Returns the field value as an element of an enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEnumValue> |
IMultiEnumField.getEnumValues()
Returns the value of a multi-selectable enumerated field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IEnumField.setEnumValue(IEnumValue enumValue)
Sets the field value with an element of an enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMultiEnumField.setEnumValues(java.util.List<IEnumValue> enumValues)
Sets the value of a multi-selectable enumerated field.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.