| 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 |
|---|---|
LicenseTypeElement |
RightsManagementInterface.getLicenseTypeByDocId(String userId,
String documentIdentifier)
Retrieve the license type by its assigned unique document identifier.
|
LicenseTypeElement |
RightsManagementInterface.getLicenseTypeByGUID(String userId,
String licenseGUID)
Retrieve the license type by the unique identifier assigned by this service when it was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseTypeElement> |
RightsManagementInterface.getLicenseTypeByDomainId(String userId,
int domainIdentifier,
int startFrom,
int pageSize)
Retrieve all of the license type definitions for a specific governance domain.
|
List<LicenseTypeElement> |
RightsManagementInterface.getLicenseTypesByTitle(String userId,
String title,
int startFrom,
int pageSize)
Retrieve all of the license types for a particular title.
|
| Constructor and Description |
|---|
LicenseTypeElement(LicenseTypeElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
LicenseTypeElement |
LicenseTypeResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseTypeElement> |
LicenseTypeListResponse.getElements()
Return the list of license types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseTypeResponse.setElement(LicenseTypeElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseTypeListResponse.setElements(List<LicenseTypeElement> elements)
Set up the list of license types.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.