Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Packages that use DataField Package Description org.odpi.openmetadata.frameworks.discovery org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of DataField in org.odpi.openmetadata.frameworks.discovery
Methods in org.odpi.openmetadata.frameworks.discovery that return DataField Modifier and Type Method Description abstract DataFieldDiscoveryAnnotationStore. getDataField(String dataFieldGUID)Return a specific data field stored in the annotation store (previous or new).Methods in org.odpi.openmetadata.frameworks.discovery that return types with arguments of type DataField Modifier and Type Method 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.Methods in org.odpi.openmetadata.frameworks.discovery with parameters of type DataField Modifier and Type Method Description abstract StringDiscoveryAnnotationStore. addDataFieldToDataField(String parentDataFieldGUID, DataField dataField)Add a new data field and link it to an existing data field.abstract StringDiscoveryAnnotationStore. addDataFieldToDiscoveryReport(String annotationGUID, DataField dataField)Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).abstract voidDiscoveryAnnotationStore. updateDataField(DataField dataField)Replace the current properties of a data field. -
Uses of DataField in org.odpi.openmetadata.frameworks.discovery.properties
Constructors in org.odpi.openmetadata.frameworks.discovery.properties with parameters of type DataField Constructor Description DataField(DataField template)Copy clone constructor
-