| 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 |
GovernanceDefinitionsInterface.createGovernanceDefinition(String userId,
GovernanceDefinitionProperties properties)
Create a new governance definition.
|
void |
GovernanceDefinitionsInterface.updateGovernanceDefinition(String userId,
String definitionGUID,
boolean isMergeUpdate,
GovernanceDefinitionProperties properties)
Update an existing governance definition.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinitionProperties |
GovernanceDefinitionElement.getProperties()
Return the requested governance definition.
|
GovernanceDefinitionProperties |
GovernanceDefinitionGraph.getProperties()
Return the properties of this governance definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDefinitionElement.setProperties(GovernanceDefinitionProperties properties)
Set up the requested governance definition.
|
void |
GovernanceDefinitionGraph.setProperties(GovernanceDefinitionProperties properties)
Set up the properties of this governance definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificationTypeProperties
Many regulations and industry bodies define certifications that can confirm a level of support, capability
or competence in an aspect of a digital organization's operation.
|
class |
LicenseTypeProperties
LicenseTypeProperties defines a license that the organization recognizes and has governance
definitions to support it.
|
| Constructor and Description |
|---|
GovernanceDefinitionProperties(GovernanceDefinitionProperties template)
Copy/clone Constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.