| 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 |
|---|---|
GovernanceDomainElement |
GovernanceDomainInterface.getGovernanceDomainByGUID(String userId,
String governanceDomainGUID)
Retrieve the Governance Domain metadata element with the supplied unique identifier assigned when the domain description was stored in
the metadata repository.
|
GovernanceDomainElement |
GovernanceDomainInterface.getGovernanceDomainByIdentifier(String userId,
int domainIdentifier)
Retrieve the Governance Domain metadata element with the supplied domain identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceDomainElement> |
GovernanceDomainInterface.findGovernanceDomains(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of Governance Domain metadata elements that contain the search string.
|
List<GovernanceDomainElement> |
GovernanceDomainInterface.getGovernanceDomains(String userId,
int startFrom,
int pageSize)
Retrieve the list of Governance Domain metadata elements defined for the governance program.
|
List<GovernanceDomainElement> |
GovernanceDomainInterface.getGovernanceDomainsByName(String userId,
String name,
int startFrom,
int pageSize)
Retrieve the list of Governance Domain metadata elements with a matching qualified or display name.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceDomainElement> |
GovernanceDomainSetElement.getDomains()
Return the list of governance domains that are included in the governance set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDomainSetElement.setDomains(List<GovernanceDomainElement> domains)
Set up the list of governance domains that are included in the governance set.
|
| Constructor and Description |
|---|
GovernanceDomainElement(GovernanceDomainElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDomainElement |
GovernanceDomainResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceDomainElement> |
GovernanceDomainListResponse.getElements()
Return the list of governance domain definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDomainResponse.setElement(GovernanceDomainElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDomainListResponse.setElements(List<GovernanceDomainElement> elements)
Set up the list of governance domain definitions.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.