| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceLeadershipInterface.createGovernanceOfficer(String userId,
GovernanceDomain governanceDomain,
String appointmentId,
String appointmentContext,
String title,
Map<String,String> additionalProperties,
List<ExternalReference> externalReferences)
Create the governance officer appointment.
|
void |
GovernanceLeadershipInterface.deleteGovernanceOfficer(String userId,
String governanceOfficerGUID,
String appointmentId,
GovernanceDomain governanceDomain)
Remove the requested governance officer.
|
List<GovernanceOfficer> |
GovernanceLeadershipInterface.getGovernanceOfficersByDomain(String userId,
GovernanceDomain governanceDomain)
Return all of the defined governance officers for a specific governance domain.
|
void |
GovernanceLeadershipInterface.updateGovernanceOfficer(String userId,
String governanceOfficerGUID,
GovernanceDomain governanceDomain,
String appointmentId,
String appointmentContext,
String title,
Map<String,String> additionalProperties,
List<ExternalReference> externalReferences)
Update selected fields for the governance officer.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDomain |
GovernanceOfficer.getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
static GovernanceDomain |
GovernanceDomain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceDomain[] |
GovernanceDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficer.setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDomain |
GovernanceDomainRequestBody.getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
GovernanceDomain |
GovernanceOfficerValidatorRequestBody.getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
GovernanceDomain |
GovernanceOfficerDetailsRequestBody.getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDomainRequestBody.setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
void |
GovernanceOfficerValidatorRequestBody.setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
void |
GovernanceOfficerDetailsRequestBody.setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
Copyright © 2018–2020 ODPi. All rights reserved.