| 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 |
|---|---|
List<GovernanceDefinitionElement> |
GovernanceProgramReviewInterface.findGovernanceDefinitions(String userId,
String typeName,
String searchString,
int startFrom,
int pageSize)
Return the list of governance definitions that match the search string - this can be a regular expression.
|
List<GovernanceDefinitionElement> |
GovernanceProgramReviewInterface.getGovernanceDefinitionsForDocId(String userId,
String typeName,
String docId,
int startFrom,
int pageSize)
Return the list of governance definitions associated with a unique docId.
|
List<GovernanceDefinitionElement> |
GovernanceProgramReviewInterface.getGovernanceDefinitionsForDomain(String userId,
String typeName,
int domainIdentifier,
int startFrom,
int pageSize)
Return the list of governance definitions associated with a particular governance domain.
|
| Constructor and Description |
|---|
GovernanceDefinitionElement(GovernanceDefinitionElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceDefinitionElement> |
GovernanceDefinitionListResponse.getElements()
Return the list of governance definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDefinitionListResponse.setElements(List<GovernanceDefinitionElement> elements)
Set up the list of governance definitions.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.