| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.api | |
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements | |
| org.odpi.openmetadata.accessservices.governanceprogram.properties | |
| 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 |
|---|---|
GovernanceOfficerProperties |
GovernanceLeadershipInterface.getGovernanceOfficerByAppointmentId(String userId,
String appointmentId)
Retrieve a governance officer by unique appointment id.
|
GovernanceOfficerProperties |
GovernanceLeadershipInterface.getGovernanceOfficerByGUID(String userId,
String governanceOfficerGUID)
Retrieve a governance officer description by unique guid.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficerProperties> |
GovernanceLeadershipInterface.getActiveGovernanceOfficers(String userId)
Return all of the currently appointed governance officers.
|
List<GovernanceOfficerProperties> |
GovernanceLeadershipInterface.getGovernanceOfficers(String userId)
Return all of the defined governance officers.
|
List<GovernanceOfficerProperties> |
GovernanceLeadershipInterface.getGovernanceOfficersByDomain(String userId,
GovernanceDomain governanceDomain)
Return all of the defined governance officers for a specific governance domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceOfficerElement
GovernanceOfficerElement is the bean used to return a governance zone definition stored in the open metadata repositories.
|
| Constructor and Description |
|---|
GovernanceOfficerProperties(GovernanceOfficerProperties template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceOfficerProperties |
GovernanceOfficerResponse.getGovernanceOfficer()
Return the governanceOfficer result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficerProperties> |
GovernanceOfficerListResponse.getGovernanceOfficers()
Return the list of governance officers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerResponse.setGovernanceOfficer(GovernanceOfficerProperties guid)
Set up the governanceOfficer result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerListResponse.setGovernanceOfficers(List<GovernanceOfficerProperties> governanceOfficers)
Set up the list of governance officers.
|
Copyright © 2018–2020 ODPi. All rights reserved.