| Modifier and Type | Method and Description |
|---|---|
GovernanceOfficer |
GovernanceLeadershipInterface.getGovernanceOfficerByAppointmentId(String userId,
String appointmentId)
Retrieve a governance officer by unique appointment id.
|
GovernanceOfficer |
GovernanceLeadershipInterface.getGovernanceOfficerByGUID(String userId,
String governanceOfficerGUID)
Retrieve a governance officer description by unique guid.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficer> |
GovernanceLeadershipInterface.getActiveGovernanceOfficers(String userId)
Return all of the currently appointed governance officers.
|
List<GovernanceOfficer> |
GovernanceLeadershipInterface.getGovernanceOfficers(String userId)
Return all of the defined governance officers.
|
List<GovernanceOfficer> |
GovernanceLeadershipInterface.getGovernanceOfficersByDomain(String userId,
GovernanceDomain governanceDomain)
Return all of the defined governance officers for a specific governance domain.
|
| Constructor and Description |
|---|
GovernanceOfficer(GovernanceOfficer template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceOfficer |
GovernanceOfficerResponse.getGovernanceOfficer()
Return the governanceOfficer result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficer> |
GovernanceOfficerListResponse.getGovernanceOfficers()
Return the list of governance officers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerResponse.setGovernanceOfficer(GovernanceOfficer guid)
Set up the governanceOfficer result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerListResponse.setGovernanceOfficers(List<GovernanceOfficer> governanceOfficers)
Set up the list of governance officers.
|
Copyright © 2018–2020 ODPi. All rights reserved.