| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.discovery | |
| org.odpi.openmetadata.frameworks.discovery.properties |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationStatus |
Annotation.annotationStatus |
| Modifier and Type | Method and Description |
|---|---|
AnnotationStatus |
Annotation.getAnnotationStatus()
Return the current status of the annotation.
|
static AnnotationStatus |
AnnotationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationStatus[] |
AnnotationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.setAnnotationStatus(AnnotationStatus annotationStatus)
Set up the current status of the annotation.
|
Copyright © 2018–2019 ODPi. All rights reserved.