| 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 |
|---|---|
GovernanceLevelIdentifierSetElement |
GovernanceClassificationLevelInterface.getGovernanceLevelIdentifierSet(String userId,
String classificationName)
Retrieve the Governance Level Identifier Set for a requested governance classification.
|
GovernanceLevelIdentifierSetElement |
GovernanceClassificationLevelInterface.getGovernanceLevelIdentifierSetByGUID(String userId,
String setGUID)
Retrieve the Governance Level Identifier Set metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceLevelIdentifierSetElement> |
GovernanceClassificationLevelInterface.getGovernanceLevelIdentifierSets(String userId)
Retrieve the list of Governance Classification Level Identifier Sets.
|
| Constructor and Description |
|---|
GovernanceLevelIdentifierSetElement(GovernanceLevelIdentifierSetElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceLevelIdentifierSetElement |
GovernanceLevelIdentifierSetResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceLevelIdentifierSetElement> |
GovernanceLevelIdentifierSetListResponse.getElements()
Return the list of governance classification level identifier sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceLevelIdentifierSetResponse.setElement(GovernanceLevelIdentifierSetElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceLevelIdentifierSetListResponse.setElements(List<GovernanceLevelIdentifierSetElement> elements)
Set up the list of governance classification level identifier sets.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.