| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.discovery | |
| org.odpi.openmetadata.frameworks.discovery.properties |
| Modifier and Type | Method and Description |
|---|---|
abstract DataField |
DiscoveryAnnotationStore.getDataField(String dataFieldGUID)
Return a specific data field stored in the annotation store (previous or new).
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<DataField> |
DiscoveryAnnotationStore.getNestedDataFields(String parentDataFieldGUID,
int startingFrom,
int maximumResults)
Return any annotations attached to this annotation.
|
abstract List<DataField> |
DiscoveryAnnotationStore.getNewDataFieldsForAsset(int startingFrom,
int maximumResults)
Return the current list of data fields for this discovery run.
|
abstract List<DataField> |
DiscoveryAnnotationStore.getPreviousDataFieldsForAsset(int startingFrom,
int maximumResults)
Return the list of data fields from previous runs of the discovery service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
DiscoveryAnnotationStore.addDataFieldToDataField(String parentDataFieldGUID,
DataField dataField)
Add a new data field and link it to an existing data field.
|
abstract String |
DiscoveryAnnotationStore.addDataFieldToDiscoveryReport(String annotationGUID,
DataField dataField)
Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).
|
abstract void |
DiscoveryAnnotationStore.updateDataField(DataField dataField)
Replace the current properties of a data field.
|
| Constructor and Description |
|---|
DataField(DataField template)
Copy clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.