Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Packages that use AnnotationStatus Package Description org.odpi.openmetadata.frameworks.discovery org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of AnnotationStatus in org.odpi.openmetadata.frameworks.discovery
Methods in org.odpi.openmetadata.frameworks.discovery with parameters of type AnnotationStatus Modifier and Type Method 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. -
Uses of AnnotationStatus in org.odpi.openmetadata.frameworks.discovery.properties
Methods in org.odpi.openmetadata.frameworks.discovery.properties that return AnnotationStatus Modifier and Type Method Description AnnotationStatusAnnotation. getAnnotationStatus()Return the current status of the annotation.static AnnotationStatusAnnotationStatus. 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.Methods in org.odpi.openmetadata.frameworks.discovery.properties with parameters of type AnnotationStatus Modifier and Type Method Description voidAnnotation. setAnnotationStatus(AnnotationStatus annotationStatus)Set up the current status of the annotation.
-