| 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.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceRolesInterface.createGovernanceRole(String userId,
GovernanceRoleProperties properties)
Create a definition of a new governance role.
|
void |
GovernanceRolesInterface.updateGovernanceRole(String userId,
String roleGUID,
boolean isMergeUpdate,
GovernanceRoleProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceRoleProperties |
GovernanceRoleElement.getRole()
Return the description of the governance officer role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceRoleElement.setRole(GovernanceRoleProperties role)
Set up the description of the governance officer role.
|
| Constructor and Description |
|---|
GovernanceRoleProperties(GovernanceRoleProperties template)
Copy/clone Constructor - the resulting object.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.