| 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.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
CertificationManagementInterface.createCertificationType(String userId,
CertificationTypeProperties properties)
Create a description of the certification type.
|
void |
CertificationManagementInterface.updateCertificationType(String userId,
String certificationTypeGUID,
boolean isMergeUpdate,
CertificationTypeProperties properties)
Update the properties of the certification type.
|
| Modifier and Type | Method and Description |
|---|---|
CertificationTypeProperties |
CertificationTypeElement.getProperties()
Return the properties of the certification type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificationTypeElement.setProperties(CertificationTypeProperties properties)
Set up the certification type properties.
|
| Constructor and Description |
|---|
CertificationTypeProperties(CertificationTypeProperties template)
Copy/Clone Constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.