| 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 |
|---|---|
GovernanceZoneElement |
GovernanceZonesInterface.getGovernanceZoneByGUID(String userId,
String zoneGUID)
Return information about a specific governance zone.
|
GovernanceZoneElement |
GovernanceZonesInterface.getGovernanceZoneByName(String userId,
String qualifiedName)
Return information about a specific governance zone and its linked governance definitions.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceZoneElement> |
GovernanceZonesInterface.getGovernanceZonesForDomain(String userId,
int domainIdentifier,
int startFrom,
int pageSize)
Return information about the defined governance zones.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceZoneDefinition
A governance zone defines a group of assets.
|
class |
GovernanceZoneInAction
GovernanceZoneInAction returns information about an operational governance zone.
|
| Constructor and Description |
|---|
GovernanceZoneDefinition(GovernanceZoneElement template)
Copy/clone constructor for super class
|
GovernanceZoneElement(GovernanceZoneElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceZoneElement |
GovernanceZoneResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceZoneElement> |
GovernanceZoneListResponse.getElementList()
Return the resulting elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceZoneResponse.setElement(GovernanceZoneElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceZoneListResponse.setGovernanceZone(List<GovernanceZoneElement> elements)
Set up the resulting elements.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.