| 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 |
|---|---|
ExternalReferenceElement |
ExternalReferencesInterface.getExternalReferenceByGUID(String userId,
String externalReferenceGUID)
Return information about a specific external reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReferenceElement> |
ExternalReferencesInterface.findExternalReferencesById(String userId,
String resourceId,
int startFrom,
int pageSize)
Retrieve the list of external references for this resourceId.
|
List<ExternalReferenceElement> |
ExternalReferencesInterface.getExternalReferencesByURL(String userId,
String url,
int startFrom,
int pageSize)
Retrieve the list of external references for this URL.
|
List<ExternalReferenceElement> |
ExternalReferencesInterface.retrieveAttachedExternalReferences(String userId,
String attachedToGUID,
int startFrom,
int pageSize)
Retrieve the list of external references attached to the supplied object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReferenceElement> |
CertificationTypeElement.getExternalReferences()
Return details of the external references that have been linked to this governance definition.
|
List<ExternalReferenceElement> |
GovernanceDefinitionElement.getExternalReferences()
Return details of the external references that have been linked to this governance definition.
|
List<ExternalReferenceElement> |
GovernanceDefinitionGraph.getExternalReferences()
Return details of the external references that have been linked to this governance definition.
|
List<ExternalReferenceElement> |
LicenseTypeElement.getExternalReferences()
Return details of the external references that have been linked to this governance definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificationTypeElement.setExternalReferneces(List<ExternalReferenceElement> externalReferences)
Set up the details of the external references that have been linked to this governance definition.
|
void |
GovernanceDefinitionElement.setExternalReferneces(List<ExternalReferenceElement> externalReferences)
Set up the details of the external references that have been linked to this governance definition.
|
void |
GovernanceDefinitionGraph.setExternalReferneces(List<ExternalReferenceElement> externalReferences)
Set up the details of the external references that have been linked to this governance definition.
|
void |
LicenseTypeElement.setExternalReferneces(List<ExternalReferenceElement> externalReferences)
Set up the details of the external references that have been linked to this governance definition.
|
| Constructor and Description |
|---|
ExternalReferenceElement(ExternalReferenceElement template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalReferenceElement |
ExternalReferenceResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReferenceElement> |
ExternalReferenceListResponse.getElements()
Return the list of external references.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceResponse.setElement(ExternalReferenceElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceListResponse.setElements(List<ExternalReferenceElement> elements)
Set up the list of external references.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.