Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceRoleAppointee
-
Packages that use GovernanceRoleAppointee Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceRoleAppointee in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceRoleAppointee Modifier and Type Method Description List<GovernanceRoleAppointee>GovernanceRolesInterface. getCurrentGovernanceRoleAppointments(String userId, int domainIdentifier, int startFrom, int pageSize)Return all of the governance roles and their incumbents (if any). -
Uses of GovernanceRoleAppointee in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of GovernanceRoleAppointee in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceRoleHistoryGovernanceRoleHistory is the bean used to return a governance officer role definition and its appointees over time.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceRoleAppointee Constructor Description GovernanceRoleAppointee(GovernanceRoleAppointee template)Copy/clone constructor -
Uses of GovernanceRoleAppointee in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceRoleAppointee Modifier and Type Method Description List<GovernanceRoleAppointee>GovernanceRoleAppointeeListResponse. getElements()Return the list of governance roles.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceRoleAppointee Modifier and Type Method Description voidGovernanceRoleAppointeeListResponse. setElements(List<GovernanceRoleAppointee> elements)Set up the list of governance roles.
-