| 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 annotationGUID)
Retrieve a single annotation by unique identifier.
|
| 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 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.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 parentAnnotationGUID,
Annotation annotation)
Add a new annotation and link it to an existing annotation.
|
abstract String |
DiscoveryAnnotationStore.addAnnotationToDataField(String parentDataFieldGUID,
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 void |
DiscoveryAnnotationStore.updateAnnotation(Annotation annotation)
Replace the current properties of an annotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationAnnotation
ClassificationAnnotation recommends classifications for either an asset or a data field.
|
class |
DataClassAnnotation
DataClassAnnotation recommends a data class that potentially matches this data field.
|
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 |
DataProfileLogAnnotation
DataProfileLogAnnotation is an annotation that is used when the profile data generated is too big to store in the metadata server
and has been located in log files instead.
|
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 |
DivergentAttachmentAnnotation
DivergentAttachmentAnnotation is the annotation used to record details attachments to an asset whose values are diverging from the values of a
similar attachment in an asset that has been linked as a duplicate.
|
class |
DivergentAttachmentClassificationAnnotation
DivergentAttachmentClassificationAnnotation identifies a classification and its properties that are diverging in an attachment for
2 assets that are linked as duplicates.
|
class |
DivergentAttachmentRelationshipAnnotation
DivergentAttachmentRelationshipAnnotation identifies a relationship and its properties that are diverging in 2 attachments for assets that are
linked as duplicates.
|
class |
DivergentAttachmentValueAnnotation
DivergentValueAnnotation lists the name of the properties that are diverging in 2 assets that are linked as
duplicates.
|
class |
DivergentClassificationAnnotation
DivergentClassificationAnnotation identifies a classification and its properties that are diverging in 2 assets that are linked as
duplicates.
|
class |
DivergentDuplicateAnnotation
DivergentDuplicateAnnotation is the annotation used to record details of an asset has been identified as a duplicate because it originally
had very similar values.
|
class |
DivergentRelationshipAnnotation
DivergentRelationshipAnnotation identifies a relationship and its properties that are diverging in 2 assets that are linked as
duplicates.
|
class |
DivergentValueAnnotation
DivergentValueAnnotation lists the name of the properties that are diverging in 2 assets that are linked as
duplicates.
|
class |
QualityAnnotation
QualityAnnotation records a quality assessment of the data.
|
class |
RelationshipAdviceAnnotation
RelationshipAdviceAnnotation is used to record a recommendation that a new relationship should be made from this data field to another
object in the open metadata types.
|
class |
RequestForActionAnnotation
RequestForActionAnnotation is used to record an issue that has been discovered.
|
class |
SchemaAnalysisAnnotation
SchemaAnalysisAnnotation is used to describe the results of reviewing the structure of the content of an asset.
|
class |
SemanticAnnotation
SemanticAnnotation provides a recommendation as to the likely meaning of data.
|
class |
SuspectDuplicateAnnotation
SuspectDuplicateAnnotation is the annotation used to record details of an asset that seems to be a duplicate of the asset being
analysed by a discovery service.
|
| Constructor and Description |
|---|
Annotation(Annotation template)
Copy/clone Constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.