| 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 |
|---|---|
SubjectAreaElement |
SubjectAreasInterface.getSubjectAreaByGUID(String userId,
String subjectAreaGUID)
Return information about a specific subject area.
|
SubjectAreaElement |
SubjectAreasInterface.getSubjectAreaByName(String userId,
String qualifiedName)
Return information about a specific subject area.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubjectAreaElement> |
SubjectAreasInterface.getSubjectAreasForDomain(String userId,
int domainIdentifier,
int startFrom,
int pageSize)
Return information about the defined subject areas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectAreaDefinition
A subject area defines a group of definitions for governing assets related to a specific topic.
|
| Constructor and Description |
|---|
SubjectAreaDefinition(SubjectAreaElement template)
Copy/clone constructor for element
|
SubjectAreaElement(SubjectAreaElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAreaElement |
SubjectAreaResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubjectAreaElement> |
SubjectAreaListResponse.getElementList()
Return the list of elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectAreaResponse.setElement(SubjectAreaElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectAreaListResponse.setElementList(List<SubjectAreaElement> elements)
Set up the list of elements to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.