Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.metadataelements.Appointee
-
Packages that use Appointee Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories. -
-
Uses of Appointee in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return types with arguments of type Appointee Modifier and Type Method Description List<Appointee>PersonRoleAppointee. getCurrentAppointees()Return information about the person appointed to the governance role.List<Appointee>PersonRoleHistory. getPredecessors()Return the list of predecessors to this appointment.List<Appointee>PersonRoleHistory. getSuccessors()Return the list of successors lined up to take over this appointment.Method parameters in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with type arguments of type Appointee Modifier and Type Method Description voidPersonRoleAppointee. setCurrentAppointees(List<Appointee> currentAppointees)Set up the information about the person appointed to the governance role.voidPersonRoleHistory. setPredecessors(List<Appointee> predecessors)Set up the list of predecessors to this appointment.voidPersonRoleHistory. setSuccessors(List<Appointee> successors)Set up the list of successors lined up to take over this appointment.Constructors in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type Appointee Constructor Description Appointee(Appointee template)Copy/clone constructor
-