| 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<ElementStub> |
GovernanceProgramReviewInterface.getElementsGovernedByDefinition(String userId,
String governanceDefinitionGUID,
int startFrom,
int pageSize)
Return the elements that are governed by the supplied governance definition.
|
List<ElementStub> |
GovernanceProgramReviewInterface.getGovernanceZoneMembers(String userId,
String zoneGUID,
int startFrom,
int pageSize)
Return the list of assets that are members of a particular zone.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceDelegation
GovernanceDelegation is used to show a relationship between different GovernanceDefinitions.
|
class |
GovernanceLink
GovernanceLink is used to show a relationship between different governance definitions of the same type.
|
| Modifier and Type | Method and Description |
|---|---|
ElementStub |
GovernanceZoneDefinition.getParentGovernanceZone()
Return the identifiers of the governance zone that this zone inherits governance definitions from.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementStub> |
SubjectAreaDefinition.getAssociatedGovernanceDefinitions()
Return the list of the governance definitions that control assets in this zone.
|
List<ElementStub> |
GovernanceZoneDefinition.getAssociatedGovernanceDefinitions()
Return the list of the governance definitions that control assets in this zone.
|
List<ElementStub> |
GovernanceMetricImplementation.getDataSetConnectionGUIDs()
Return the list of connection identifiers associated with the data set.
|
List<ElementStub> |
GovernanceZoneDefinition.getNestedGovernanceZones()
Return the list of unique identifiers of the governance zones that inherit governance definitions from this zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceZoneDefinition.setParentGovernanceZone(ElementStub parentGovernanceZone)
Set up the unique identifier of the governance zone that this zone inherits governance definitions from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectAreaDefinition.setAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)
Set up the list of the governance definitions that control assets in this zone.
|
void |
GovernanceZoneDefinition.setAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)
Set up the list of the governance definitions that control assets in this zone.
|
void |
GovernanceMetricImplementation.setDataSetConnectionGUIDs(List<ElementStub> dataSetConnectionGUIDs)
Set up the list of connection identifiers associated with the data set.
|
void |
GovernanceZoneDefinition.setNestedGovernanceZones(List<ElementStub> nestedGovernanceZones)
Set up the list of unique identifiers of the governance zones that inherit governance definitions from this zone.
|
| Constructor and Description |
|---|
ElementStub(ElementStub template)
Copy/clone constructor.
|
GovernanceDelegation(ElementStub template)
Copy/clone Constructor - the resulting object.
|
GovernanceLink(ElementStub template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementStub> |
ElementStubListResponse.getElements()
Return the list of element identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementStubListResponse.setElements(List<ElementStub> elements)
Set up the list of element identifiers.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.