| Modifier and Type | Method and Description |
|---|---|
ValidValueElement |
ManageValidValues.getValidValueByGUID(String userId,
String validValueGUID)
Retrieve a specific valid value from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
ManageValidValues.findValidValues(String userId,
String searchString,
int startFrom,
int pageSize)
Locate valid values that match the search string.
|
List<ValidValueElement> |
ManageValidValues.getSetsForValidValue(String userId,
String validValueGUID,
int startFrom,
int pageSize)
Page through the list of valid value sets that a valid value definition/set belongs to.
|
List<ValidValueElement> |
ManageValidValues.getValidValueByName(String userId,
String validValueName)
Retrieve a specific valid value from the repository.
|
List<ValidValueElement> |
ManageValidValues.getValidValueSetMembers(String userId,
String validValueSetGUID,
int startFrom,
int pageSize)
Page through the members of a valid value set.
|
| Modifier and Type | Method and Description |
|---|---|
ValidValueElement |
ValidValueAssignmentDefinitionElement.getValidValueElement()
Return the valid value bean (may be a definition or a set).
|
ValidValueElement |
ValidValueMappingElement.getValidValueElement()
Return the valid value element that are mapped to the requested valid value.
|
ValidValueElement |
ReferenceValueAssignmentDefinitionElement.getValidValueElement()
Return the valid value bean (may be a definition or a set).
|
ValidValueElement |
ValidValueImplDefinitionElement.getValidValueElement()
Return the valid value bean (may be a definition or a set).
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
ValidValuesMappingElement.getValidValueElements()
Return the valid value elements that are mapped together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValueAssignmentDefinitionElement.setValidValueElement(ValidValueElement validValueElement)
Set up the the valid value bean (may be a definition or a set).
|
void |
ValidValueMappingElement.setValidValueElement(ValidValueElement validValueElement)
Set up the valid value elements that are mapped together.
|
void |
ReferenceValueAssignmentDefinitionElement.setValidValueElement(ValidValueElement validValueElement)
Set up the the valid value bean (may be a definition or a set).
|
void |
ValidValueImplDefinitionElement.setValidValueElement(ValidValueElement validValueElement)
Set up the the valid value bean (may be a definition or a set).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValuesMappingElement.setValidValueElements(List<ValidValueElement> validValueElements)
Set up the valid value elements that are mapped together.
|
| Constructor and Description |
|---|
ValidValueElement(ValidValueElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ValidValueElement |
ValidValueResponse.getElement()
Return the metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
ValidValuesResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValueResponse.setElement(ValidValueElement element)
Set up the metadata element to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValuesResponse.setElementList(List<ValidValueElement> elementList)
Set up the list of metadata elements to return.
|
Copyright © 2018–2020 ODPi. All rights reserved.