Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceAppointee
-
Packages that use GovernanceAppointee Package Description 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.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
-