| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.discovery | |
| org.odpi.openmetadata.frameworks.discovery.properties |
| Modifier and Type | Method and Description |
|---|---|
abstract Annotation |
DiscoveryAnnotationStore.getAnnotation(String annotationGUID)
Return a specific annotation stored in the annotation store (previous or new).
|
abstract Annotation |
DiscoveryEngine.getAnnotation(String userId,
String discoveryRequestGUID,
String annotationGUID)
Retrieve a single annotation by unique identifier.
|
abstract Annotation |
DiscoveryAnnotationStore.updateAnnotation(Annotation annotation)
Replace the current properties of an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Annotation> |
DiscoveryEngine.getDiscoveryReportAnnotations(String userId,
String discoveryRequestGUID,
int startingFrom,
int maximumResults)
Return the annotations linked direction to the report.
|
abstract List<Annotation> |
DiscoveryAnnotationStore.getExtendedAnnotations(String annotationGUID,
int startingFrom,
int maximumResults)
Return any annotations attached to this annotation.
|
abstract List<Annotation> |
DiscoveryEngine.getExtendedAnnotations(String userId,
String discoveryRequestGUID,
String annotationGUID,
int startingFrom,
int maximumResults)
Return any annotations attached to this annotation.
|
abstract List<Annotation> |
DiscoveryAnnotationStore.getNewAnnotationsForAsset(int startingFrom,
int maximumResults)
Return the current list of annotations for this discovery run.
|
abstract List<Annotation> |
DiscoveryAnnotationStore.getNewDataFieldsForAsset(int startingFrom,
int maximumResults)
Return the current list of data fields for this discovery run.
|
abstract List<Annotation> |
DiscoveryAnnotationStore.getPreviousAnnotationsForAsset(AnnotationStatus status,
int startingFrom,
int maximumResults)
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
|
abstract List<Annotation> |
DiscoveryAnnotationStore.getPreviousAnnotationsForAsset(int startingFrom,
int maximumResults)
Return the list of Annotations created for the asset by previous runs of the discovery service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
DiscoveryAnnotationStore.addAnnotationToAnnotation(String anchorAnnotationGUID,
Annotation annotation)
Add a new annotation and link it to an existing annotation.
|
abstract String |
DiscoveryAnnotationStore.addAnnotationToDataField(String anchorDataFieldGUID,
Annotation annotation)
Add a new annotation and link it to an existing data field.
|
abstract String |
DiscoveryAnnotationStore.addAnnotationToDiscoveryReport(Annotation annotation)
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.
|
abstract Annotation |
DiscoveryAnnotationStore.updateAnnotation(Annotation annotation)
Replace the current properties of an annotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataFieldAnnotation
DataFieldAnnotation is a common base class for annotations that are attached to a data field.
|
class |
DataProfileAnnotation
DataProfileAnnotation holds properties that describe the characteristics of a specific field within a data source.
|
class |
DataSourceMeasurementAnnotation
DataSourceMeasurementAnnotation describes properties that describe the characteristics of the data source as a whole.
|
class |
DataSourcePhysicalStatusAnnotation
DataSourceMeasurementAnnotation describes properties that describe the physical characteristics of a data source.
|
class |
SchemaAnalysisAnnotation
SchemaAnalysisAnnotation is used to describe the results of reviewing the structure of the content of an asset.
|
| Constructor and Description |
|---|
Annotation(Annotation template)
Copy/clone Constructor
|
Copyright © 2018–2019 ODPi. All rights reserved.