| 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 | |
| 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 |
|---|---|
String |
ExternalReferencesInterface.createExternalReference(String userId,
String anchorGUID,
ExternalReferenceProperties properties)
Create a definition of a external reference.
|
void |
ExternalReferencesInterface.updateExternalReference(String userId,
String externalReferenceGUID,
boolean isMergeUpdate,
ExternalReferenceProperties properties)
Update the definition of a external reference.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalReferenceProperties |
ExternalReferenceElement.getProperties()
Return the link to external documentation that are relevant to this element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceElement.setProperties(ExternalReferenceProperties properties)
Set up the list of links to external documentation that are relevant to this element.
|
| Constructor and Description |
|---|
ExternalReferenceProperties(ExternalReferenceProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalReferenceProperties |
ExternalReferenceRequestBody.getProperties()
Return the properties for this external reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceRequestBody.setProperties(ExternalReferenceProperties properties)
Set up the properties for this external reference.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.