Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceRoleElement
-
Packages that use GovernanceRoleElement 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 GovernanceRoleElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceRoleElement Modifier and Type Method Description GovernanceRoleElementGovernanceRolesInterface. getGovernanceRoleByGUID(String userId, String governanceRoleGUID)Retrieve the properties of a governance role using its unique identifier.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceRoleElement Modifier and Type Method Description List<GovernanceRoleElement>GovernanceRolesInterface. getGovernanceRoleByRoleId(String userId, String roleId)Retrieve the properties of a governance role using its unique name.List<GovernanceRoleElement>GovernanceRolesInterface. getGovernanceRolesByDomainId(String userId, int domainIdentifier, int startFrom, int pageSize)Retrieve all the governance roles for a particular governance domain.List<GovernanceRoleElement>GovernanceRolesInterface. getGovernanceRolesByTitle(String userId, String title, int startFrom, int pageSize)Retrieve all the governance roles for a particular title.List<GovernanceRoleElement>RelatedElementsManagementInterface. getResponsibleRoles(String userId, String governanceResponsibilityGUID, int startFrom, int pageSize)Retrieve the person roles linked via a "GovernanceResponsibilityAssignment" relationship to a governance responsibility. -
Uses of GovernanceRoleElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of GovernanceRoleElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceRoleAppointeeGovernanceRoleAppointee is the bean used to return a governance role and current appointee(s).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 GovernanceRoleElement Constructor Description GovernanceRoleAppointee(GovernanceRoleElement template)Copy/clone constructorGovernanceRoleElement(GovernanceRoleElement template)Copy/clone constructorGovernanceRoleHistory(GovernanceRoleElement template)Copy/clone constructor -
Uses of GovernanceRoleElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceRoleElement Modifier and Type Method Description GovernanceRoleElementGovernanceRoleResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceRoleElement Modifier and Type Method Description List<GovernanceRoleElement>GovernanceRoleListResponse. getElements()Return the list of governance roles.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceRoleElement Modifier and Type Method Description voidGovernanceRoleResponse. setElement(GovernanceRoleElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceRoleElement Modifier and Type Method Description voidGovernanceRoleListResponse. setElements(List<GovernanceRoleElement> elements)Set up the list of governance roles.
-