| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.api | |
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements | |
| 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 |
GovernanceZoneManagerInterface.getGovernanceZone(String userId,
String qualifiedName)
Return information about a specific governance zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceZoneElement> |
GovernanceZoneManagerInterface.getGovernanceZones(String userId,
int startingFrom,
int maximumResults)
Return information about the defined governance zones.
|
| Constructor and Description |
|---|
GovernanceZoneElement(GovernanceZoneElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceZoneElement |
ZoneResponse.getGovernanceZone()
Return the governanceZone result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceZoneElement> |
ZoneListResponse.getGovernanceZones()
Return the governanceZone result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneResponse.setGovernanceZone(GovernanceZoneElement governanceZone)
Set up the governanceZone result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneListResponse.setGovernanceZone(List<GovernanceZoneElement> governanceZones)
Set up the governanceZones result.
|
Copyright © 2018–2020 ODPi. All rights reserved.