| 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 |
RightsManagementInterface.createLicenseType(String userId,
LicenseTypeProperties properties)
Create a description of the license type.
|
void |
RightsManagementInterface.updateLicenseType(String userId,
String licenseGUID,
boolean isMergeUpdate,
LicenseTypeProperties properties)
Update the properties of the license type.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseTypeProperties |
LicenseTypeElement.getProperties()
Return the properties of the license type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseTypeElement.setProperties(LicenseTypeProperties properties)
Set up the license type properties.
|
| Constructor and Description |
|---|
LicenseTypeProperties(LicenseTypeProperties template)
Copy/Clone Constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.