| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.api |
Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.
|
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements |
The metadata elements describe metadata retrieved from the open metadata repositories.
|
| org.odpi.openmetadata.accessservices.governanceprogram.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceLevelIdentifierElement |
GovernanceClassificationLevelInterface.getGovernanceLevelIdentifier(String userId,
String classificationName,
int levelIdentifier)
Retrieve the governance classification level identifier metadata element for the requested level within a specific governance classification.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceLevelIdentifierElement> |
GovernanceLevelIdentifierSetElement.getIdentifierElements()
Return the list of governance level identifiers use with the requested classification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceLevelIdentifierSetElement.setIdentifierElements(List<GovernanceLevelIdentifierElement> identifierElements)
Set up the list of governance level identifiers use with the requested classification.
|
| Constructor and Description |
|---|
GovernanceLevelIdentifierElement(GovernanceLevelIdentifierElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceLevelIdentifierElement |
GovernanceLevelIdentifierResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceLevelIdentifierElement> |
GovernanceLevelIdentifierListResponse.getElements()
Return the list of governance classification level identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceLevelIdentifierResponse.setElement(GovernanceLevelIdentifierElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceLevelIdentifierListResponse.setElements(List<GovernanceLevelIdentifierElement> elements)
Set up the list of governance classification level identifiers.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.