| 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 |
|---|---|
CertificationTypeElement |
CertificationManagementInterface.getCertificationTypeByDocId(String userId,
String documentIdentifier)
Retrieve the certification type by its assigned unique document identifier.
|
CertificationTypeElement |
CertificationManagementInterface.getCertificationTypeByGUID(String userId,
String certificationTypeGUID)
Retrieve the certification type by the unique identifier assigned by this service when it was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificationTypeElement> |
CertificationManagementInterface.getCertificationTypeByDomainId(String userId,
int domainIdentifier,
int startFrom,
int pageSize)
Retrieve all of the certification type definitions for a specific governance domain.
|
List<CertificationTypeElement> |
CertificationManagementInterface.getCertificationTypesByTitle(String userId,
String title,
int startFrom,
int pageSize)
Retrieve all of the certification types for a particular title.
|
| Constructor and Description |
|---|
CertificationTypeElement(CertificationTypeElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
CertificationTypeElement |
CertificationTypeResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificationTypeElement> |
CertificationTypeListResponse.getElements()
Return the list of certification types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificationTypeResponse.setElement(CertificationTypeElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificationTypeListResponse.setElements(List<CertificationTypeElement> elements)
Set up the list of certification types.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.