Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceAppointee
-
Packages that use GovernanceAppointee 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. -
-
Uses of GovernanceAppointee in org.odpi.openmetadata.accessservices.governanceprogram.ffdc.exceptions
Methods in org.odpi.openmetadata.accessservices.governanceprogram.ffdc.exceptions that return types with arguments of type GovernanceAppointee Modifier and Type Method Description List<GovernanceAppointee>GovernanceAppointeeNotUniqueException. getDuplicatePosts()Return the list of personal profiles that have a duplicate name.Constructor parameters in org.odpi.openmetadata.accessservices.governanceprogram.ffdc.exceptions with type arguments of type GovernanceAppointee Constructor Description 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, Throwable caughtError, List<GovernanceAppointee> duplicatePosts)Deprecated.GovernanceAppointeeNotUniqueException(int httpCode, String className, String actionDescription, String errorMessage, String systemAction, String userAction, List<GovernanceAppointee> duplicatePosts)Deprecated.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(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. -
Uses of GovernanceAppointee in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type GovernanceAppointee Modifier and Type Method 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.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type GovernanceAppointee Modifier and Type Method Description voidGovernanceRoleAppointee. setCurrentAppointees(List<GovernanceAppointee> currentAppointees)Set up the information about the person appointed to the governance role.voidGovernanceRoleHistory. setPredecessors(List<GovernanceAppointee> predecessors)Set up the list of predecessors to this appointment.voidGovernanceRoleHistory. setSuccessors(List<GovernanceAppointee> successors)Set up the list of successors lined up to take over this appointment.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceAppointee Constructor Description GovernanceAppointee(GovernanceAppointee template)Copy/clone constructor
-