| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceRoleElement |
GovernanceRolesInterface.getGovernanceRoleByGUID(String userId,
String governanceRoleGUID)
Retrieve the properties of a governance role using its unique identifier.
|
| Modifier and Type | Method and 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 of the governance roles for a particular governance domain.
|
List<GovernanceRoleElement> |
GovernanceRolesInterface.getGovernanceRolesByTitle(String userId,
String title,
int startFrom,
int pageSize)
Retrieve all of the governance roles for a particular title.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceRoleAppointee
GovernanceRoleAppointee is the bean used to return a governance role and current appointee(s).
|
class |
GovernanceRoleHistory
GovernanceRoleHistory is the bean used to return a governance officer role definition and its appointees over time.
|
| Constructor and Description |
|---|
GovernanceRoleAppointee(GovernanceRoleElement template)
Copy/clone constructor
|
GovernanceRoleElement(GovernanceRoleElement template)
Copy/clone constructor
|
GovernanceRoleHistory(GovernanceRoleElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceRoleElement |
GovernanceRoleResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceRoleElement> |
GovernanceRoleListResponse.getElements()
Return the list of governance roles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceRoleResponse.setElement(GovernanceRoleElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceRoleListResponse.setElements(List<GovernanceRoleElement> elements)
Set up the list of governance roles.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.