| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.ffdc.exceptions | |
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements |
The metadata elements describe metadata retrieved from the open metadata repositories.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceAppointee> |
GovernanceAppointeeNotUniqueException.getDuplicatePosts()
Return the list of personal profiles that have a duplicate name.
|
| Constructor and Description |
|---|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
List<GovernanceAppointee> duplicatePosts)
This is the typical constructor used for creating an exception.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
List<GovernanceAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the typical constructor used for creating an exception.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
List<GovernanceAppointee> duplicatePosts)
This is the constructor used for creating an exception when an unexpected error has been caught.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
List<GovernanceAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the constructor used for creating an exception when an unexpected error has been caught.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String errorMessageId,
String[] errorMessageParameters,
String systemAction,
String userAction,
String caughtErrorClassName,
List<GovernanceAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the constructor used when receiving an exception from a remote server.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
List<GovernanceAppointee> duplicatePosts)
Deprecated.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
Throwable caughtError,
List<GovernanceAppointee> duplicatePosts)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceAppointee> |
GovernanceRoleAppointee.getCurrentAppointees()
Return information about the person appointed to the governance role.
|
List<GovernanceAppointee> |
GovernanceRoleHistory.getPredecessors()
Return the list of predecessors to this appointment.
|
List<GovernanceAppointee> |
GovernanceRoleHistory.getSuccessors()
Return the list of successors lined up to take over this appointment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceRoleAppointee.setCurrentAppointees(List<GovernanceAppointee> currentAppointees)
Set up the information about the person appointed to the governance role.
|
void |
GovernanceRoleHistory.setPredecessors(List<GovernanceAppointee> predecessors)
Set up the list of predecessors to this appointment.
|
void |
GovernanceRoleHistory.setSuccessors(List<GovernanceAppointee> successors)
Set up the list of successors lined up to take over this appointment.
|
| Constructor and Description |
|---|
GovernanceAppointee(GovernanceAppointee template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.