- DataClassAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataClassAnnotation recommends a data class that potentially matches this data field.
- DataClassAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Default constructor
- DataClassAnnotation(DataClassAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Copy clone constructor
- DataField - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataField describes a single data field (column, attribute or property) discovered during the analysis of an asset.
- DataField() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Default constructor
- DataField(DataField) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Copy clone constructor
- DataFieldAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataFieldAnnotation is a common base class for annotations that are attached to a data field.
- DataFieldAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataFieldAnnotation
-
Default constructor
- DataFieldAnnotation(DataFieldAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataFieldAnnotation
-
Copy clone constructor
- DataProfileAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataProfileAnnotation holds properties that describe the characteristics of a specific field within a data source.
- DataProfileAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Default constructor
- DataProfileAnnotation(DataProfileAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Copy clone constructor
- DataProfileLogAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
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.
- DataProfileLogAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileLogAnnotation
-
Default constructor
- DataProfileLogAnnotation(DataProfileLogAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileLogAnnotation
-
Copy clone constructor
- DataSourceMeasurementAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataSourceMeasurementAnnotation describes properties that describe the characteristics of the data source as a whole.
- DataSourceMeasurementAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataSourceMeasurementAnnotation
-
Default constructor
- DataSourceMeasurementAnnotation(DataSourceMeasurementAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataSourceMeasurementAnnotation
-
Copy clone constructor
- DataSourcePhysicalStatusAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DataSourceMeasurementAnnotation describes properties that describe the physical characteristics of a data source.
- DataSourcePhysicalStatusAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Default constructor
- DataSourcePhysicalStatusAnnotation(DataSourcePhysicalStatusAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Copy clone constructor
- deleteAnnotation(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Remove an annotation from the annotation store.
- deleteDataField(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Remove a data field from the annotation store.
- deleteDiscoveryEngine(String, String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Remove the properties of the discovery engine.
- deleteDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Remove the properties of the discovery service.
- description - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
- description - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
- disconnect() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Free up any resources held since the connector is no longer needed.
- discoverAsset(String, String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Request the execution of a discovery service to explore a specific asset.
- discoverAsset(String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Request the execution of a discovery service to explore a specific asset.
- discoverAsset(String, String, String, Map<String, String>, List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Request the execution of a discovery service to explore a specific asset.
- DiscoveryAnalysisReport - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DiscoveryAnalysisReport describes the properties for a discovery analysis report.
- DiscoveryAnalysisReport() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Default constructor
- DiscoveryAnalysisReport(DiscoveryAnalysisReport) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Copy/clone constructor
- DiscoveryAnalysisReportStore - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryAnalysisReportStore provides a client to the open metadata repository that manages the content
of the discovery analysis report.
- DiscoveryAnalysisReportStore() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Default constructor
- DiscoveryAnnotationStore - Class in org.odpi.openmetadata.frameworks.discovery
-
The DiscoveryAnnotationStore provides the interface used by a discovery engine to
store annotations in the annotation store.
- DiscoveryAnnotationStore(String, String, DiscoveryAnalysisReportStore) - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Constructor sets up the key parameters for accessing the annotations store.
- DiscoveryAssetCatalogStore - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryAssetCatalogStore provides access to the asset catalog to enable it to step through the
assets available in the asset catalog.
- DiscoveryAssetCatalogStore(String, int) - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Constructor sets the max page size which is used by the caller to ensure they
do not ask for too many assets at once.
- DiscoveryAssetStore - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryAssetStore defines the interface to a connector broker backed by a metadata store that returns
information about the Asset that a Discovery Engine is to analyze.
- DiscoveryAssetStore(String, String) - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Constructor sets up the key parameters for accessing the asset store.
- DiscoveryConfigurationServer - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryConfigurationServer defines the external interface used to define information
about a discovery engine.
- DiscoveryConfigurationServer() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
- DiscoveryContext - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryContext provides the discovery service with access to information about
the discovery request along with the open metadata repository interfaces.
- DiscoveryContext(String, String, Map<String, String>, List<String>, DiscoveryAssetStore, DiscoveryAnnotationStore, DiscoveryAssetCatalogStore) - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Constructor sets up the key parameters for accessing the annotations store.
- DiscoveryContext(DiscoveryContext) - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Copy/clone Constructor
- discoveryContext - Variable in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
- DiscoveryEngine - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryEngine provides the interface for a discovery engine.
- DiscoveryEngine() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
- DiscoveryEngineException - Exception in org.odpi.openmetadata.frameworks.discovery.ffdc
-
DiscoveryEngineException indicates there is a problem with a request to a specific discovery engine.
- DiscoveryEngineException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryEngineException
-
This is the typical constructor used for creating a DiscoveryEngineException.
- DiscoveryEngineException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryEngineException
-
This is the constructor used for creating a DiscoveryEngineException in response to a previous exception.
- DiscoveryEngineException(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryEngineException
-
This is the copy/clone constructor used for creating an exception.
- discoveryEngineGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
- DiscoveryEngineProperties - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DiscoveryEngineProperties describe the properties needed to describe a specific discovery engine.
- DiscoveryEngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Default constructor.
- DiscoveryEngineProperties(DiscoveryEngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Copy/clone constructor.
- DiscoveryPipeline - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryPipeline is a discovery service that is responsible for choreographing the discovery services
passed on initializeEmbeddedConnectors.
- DiscoveryPipeline() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline
-
- discoveryReport - Variable in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
- discoveryReportGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
- discoveryRequestStatus - Variable in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
- discoveryRequestStatus - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
- DiscoveryRequestStatus - Enum in org.odpi.openmetadata.frameworks.discovery.properties
-
DiscoveryRequestStatus defines the current status for a discovery request made to a discovery engine.
- DiscoveryService - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryService describes a specific type of connector that is responsible for analyzing the content
of a specific asset.
- DiscoveryService() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
- DiscoveryServiceException - Exception in org.odpi.openmetadata.frameworks.discovery.ffdc
-
DiscoveryServiceException indicates there has been a problem running a discovery service.
- DiscoveryServiceException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryServiceException
-
This is the typical constructor used for creating a DiscoveryServiceException.
- DiscoveryServiceException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryServiceException
-
This is the constructor used for creating a DiscoveryServiceException in response to a previous exception.
- DiscoveryServiceException(String, ConnectorCheckedException) - Constructor for exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryServiceException
-
This is the copy/clone constructor used for creating an exception.
- discoveryServiceGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
- discoveryServiceName - Variable in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
- DiscoveryServiceProperties - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DiscoveryServiceProperties contains the definition of a discovery service.
- DiscoveryServiceProperties() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Default constructor
- DiscoveryServiceProperties(DiscoveryServiceProperties) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Copy/clone constructor
- DiscoveryServiceProvider - Class in org.odpi.openmetadata.frameworks.discovery
-
DiscoveryServiceProvider implements the base class for the connector provider for a discovery service.
- DiscoveryServiceProvider() - Constructor for class org.odpi.openmetadata.frameworks.discovery.DiscoveryServiceProvider
-
- displayName - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
- displayName - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
- DivergentAttachmentAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
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.
- DivergentAttachmentAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Default constructor
- DivergentAttachmentAnnotation(DivergentAttachmentAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Copy/clone constructor.
- DivergentAttachmentClassificationAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentAttachmentClassificationAnnotation identifies a classification and its properties that are diverging in an attachment for
2 assets that are linked as duplicates.
- DivergentAttachmentClassificationAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Default constructor
- DivergentAttachmentClassificationAnnotation(DivergentAttachmentClassificationAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Copy/clone constructor.
- DivergentAttachmentRelationshipAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentAttachmentRelationshipAnnotation identifies a relationship and its properties that are diverging in 2 attachments for assets that are
linked as duplicates.
- DivergentAttachmentRelationshipAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Default constructor
- DivergentAttachmentRelationshipAnnotation(DivergentAttachmentRelationshipAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Copy/clone constructor.
- DivergentAttachmentValueAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentValueAnnotation lists the name of the properties that are diverging in 2 assets that are linked as
duplicates.
- DivergentAttachmentValueAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
-
Default constructor
- DivergentAttachmentValueAnnotation(DivergentAttachmentValueAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
-
Copy/clone constructor.
- DivergentClassificationAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentClassificationAnnotation identifies a classification and its properties that are diverging in 2 assets that are linked as
duplicates.
- DivergentClassificationAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Default constructor
- DivergentClassificationAnnotation(DivergentClassificationAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Copy/clone constructor.
- divergentClassificationName - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
- divergentClassificationName - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
- divergentClassificationPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
- divergentClassificationPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
- DivergentDuplicateAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentDuplicateAnnotation is the annotation used to record details of an asset has been identified as a duplicate because it originally
had very similar values.
- DivergentDuplicateAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
-
Default constructor
- DivergentDuplicateAnnotation(DivergentDuplicateAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
-
Copy/clone constructor.
- divergentPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
-
- divergentPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
-
- DivergentRelationshipAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentRelationshipAnnotation identifies a relationship and its properties that are diverging in 2 assets that are linked as
duplicates.
- DivergentRelationshipAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Default constructor
- DivergentRelationshipAnnotation(DivergentRelationshipAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Copy/clone constructor.
- divergentRelationshipGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
- divergentRelationshipGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
- divergentRelationshipPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
- divergentRelationshipPropertyNames - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
- DivergentValueAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
DivergentValueAnnotation lists the name of the properties that are diverging in 2 assets that are linked as
duplicates.
- DivergentValueAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
-
Default constructor
- DivergentValueAnnotation(DivergentValueAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
-
Copy/clone constructor.
- duplicateAnchorGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
-
- duplicateAttachmentGUID - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
- getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the additional properties for the Annotation.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return any additional properties.
- getAllDiscoveryEngines(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the list of discovery engine definitions that are stored.
- getAllDiscoveryServices(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the list of discovery services definitions that are stored.
- getAnalysisParameters() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the properties that hold the parameters used to drive the discovery service's analysis.
- getAnalysisParameters() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the parameters used to drive the discovery service's analysis.
- getAnalysisStep() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the locally defined analysis step.
- getAnalysisStep() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return a description of the analysis step that the discovery service was in when it created the annotation.
- getAnalysisStep() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the locally defined analysis step.
- getAnnotation(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return a specific annotation stored in the annotation store (previous or new).
- getAnnotation(String, String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Retrieve a single annotation by unique identifier.
- getAnnotationStatus() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the current status of the annotation.
- getAnnotationStore() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the annotation store for the discovery engine.
- getAnnotationType() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the informal name for the type of annotation.
- getAssetCatalogStore() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the asset catalog store that provides the ability to query assets.
- getAssetGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Return the unique identifier for the asset.
- getAssetGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the unique identifier of the asset being discovered.
- getAssetGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the unique identifier of the asset that was analyzed.
- getAssetProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Returns a comprehensive collection of properties about the requested asset.
- getAssets(int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Return the next set of assets to process.
- getAssetsByEndpoint(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Return the list of assets that have the same endpoint address.
- getAssetsByName(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Return the list of matching assets that have the supplied name as either the
qualified name or display name.
- getAssetsByQualifiedName(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Return the assets with the same qualified name.
- getAssetStore() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the asset store for the discovery engine.
- getAttachmentGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Return the unique identifier for the attachment to the Asset that is diverging.
- getAverageValue() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the average (mean) value of the values stored in the data field.
- getCandidateClassifications() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ClassificationAnnotation
-
Return a map of candidate classification names to additional characteristics
- getCandidateDataClassGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Return the identifiers of data classes that seem to match the values in this data field.
- getCandidateGlossaryCategoryGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Return a list of unique identifiers of glossary categories that describe the topic of the data.
- getCandidateGlossaryTermGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Return a list of unique identifiers of glossary terms that describe the meaning of the data.
- getConfidenceLevel() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the confidence level of the discovery service that the annotation is correct.
- getConnection() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the connection used to create a instance of this discovery service.
- getConnectionForAsset() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Return the connection information for the asset.
- getConnectorByConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Returns the connector corresponding to the supplied connection.
- getConnectorToAsset() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
-
Return the connector to the requested asset.
- getCreateTime() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Return the date of the review.
- getCreationDate() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the creation date for the discovery analysis report that will result from this discovery request.
- getCreationDate() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the creation date for the report.
- getDataField(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return a specific data field stored in the annotation store (previous or new).
- getDataFieldAnnotations() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the number of the annotations currently attached to this data field.
- getDataFieldName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the name of this data field.
- getDataFieldPosition() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the position (index) of the data field in the schema.
- getDataFieldType() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the name of type of this data field.
- getDataProfileLogFileNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileLogAnnotation
-
Return the names of the log files used to store the profile data.
- getDataSourceProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourceMeasurementAnnotation
-
Return the properties of the data source.
- getDefaultAnalysisParameters() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
-
Return the list of analysis parameters that are passed the the discovery service (via
the discovery context).
- getDescription() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the default description for the status for this enum instance.
- getDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the discovery analysis report description.
- getDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the description of the discovery engine.
- getDescription() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the default description for the status for this enum instance.
- getDiscoveredDataFields() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Return the number of discovered data fields in this schema.
- getDiscoveryContext() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Return the discovery context for this discovery service.
- getDiscoveryEngineByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the properties from a discovery engine definition.
- getDiscoveryEngineByName(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the properties from a discovery engine definition.
- getDiscoveryEngineGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the unique identifier of the discovery engine that ran the discovery service.
- getDiscoveryReport() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the report identifier for this discovery context.
- getDiscoveryReport(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Request the discovery report for a discovery request that has completed.
- getDiscoveryReportAnnotations(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Return the annotations linked direction to the report.
- getDiscoveryReportGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the report identifier for this discovery context.
- getDiscoveryRequestStatus() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the current status of the discovery request - this is stored in the report.
- getDiscoveryRequestStatus() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the status of the discovery process.
- getDiscoveryRequestTypes() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
-
Return the list of asset discovery types that this discovery service supports.
- getDiscoveryServiceByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the properties from a discovery service definition.
- getDiscoveryServiceByName(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the properties from a discovery service definition.
- getDiscoveryServiceGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the unique identifier of the discovery service.
- getDiscoveryServiceRegistrations(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Return the list of discovery engines that a specific discovery service is registered with.
- getDiscoveryStatus(String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Request the status of an executing discovery request.
- getDisplayName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return the display name of the discovery analysis report.
- getDisplayName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the display name for messages and UI.
- getDivergentClassificationName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Return the name of the classification that is diverging.
- getDivergentClassificationName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Return the name of the classification that is diverging.
- getDivergentClassificationPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Return the properties that are diverging.
- getDivergentClassificationPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Return the properties that are diverging.
- getDivergentPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
-
Return the properties of the Asset that are diverging from the duplicate.
- getDivergentPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
-
Return the properties of the Asset that are diverging from the duplicate.
- getDivergentRelationshipGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Return the unique identifier of the relationship that is diverging.
- getDivergentRelationshipGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Return the unique identifier of the relationship that is diverging.
- getDivergentRelationshipPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Return the properties that are diverging.
- getDivergentRelationshipPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Return the properties that are diverging.
- getDuplicateAnchorGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
-
Return the unique identifier for the Asset that is a confirmed duplicate that is diverging.
- getDuplicateAnchorGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Return the list of unique identifiers for the Assets that are identified as duplicate suspects.
- getDuplicateAttachmentGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Return the unique identifier for the attachment of the other Asset that is diverging.
- getEmbeddedDiscoveryServices(List<Connector>) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Retrieve and validate the list of embedded connectors and cast them to discovery service connector.
- getEncoding() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Return the encoding of the data source.
- getExplanation() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the explanation for the annotation.
- getExpression() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the expression that represent the relationship between the annotation and the asset.
- getExtendedAnnotations(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return any annotations attached to this annotation.
- getExtendedAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Return any annotations attached to this annotation.
- getExtendedProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return any properties from subtypes.
- getInferredDataType() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the name of the data type that the discovery service believes the field is.
- getInferredFormat() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the name of the data format that the discovery service believes the field is.
- getInferredLength() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the length of the data field that has been deduced from the data stored.
- getInferredScale() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the inferred scale used in other properties.
- getInformalTerm() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Return a string that describes the meaning of this data.
- getInformalTopic() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Return a string that describes the topic that this data is about.
- getJsonProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the JSON properties associated with the annotation.
- getLength() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the length of the data field.
- getMatchingAttachmentGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Return the list of unique identifiers for attachments that match in all of the duplicate suspects.
- getMatchingClassificationNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Return the list of classifications that match in all of the duplicate suspects.
- getMatchingPropertyNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Return the list of property names whose values match in all of the duplicate suspects.
- getMatchingRelationshipGUIDs() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Return the list of relationships that are common across all of the duplicate suspects.
- getMatchingValues() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Return the count of matching values that match the specification of these data classes.
- getMaxPageSize() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetCatalogStore
-
Return the maximum number of assets that can be returned by getAssets().
- getMessageDefinition() - Method in enum org.odpi.openmetadata.frameworks.discovery.ffdc.ODFErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.frameworks.discovery.ffdc.ODFErrorCode
-
Retrieve a message definition object for an exception.
- getModifiedTime() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Return the time that the file was last modified.
- getName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the default name for the status for this enum instance.
- getName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the default name for the status for this enum instance.
- getNestedDataFields(String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return any annotations attached to this annotation.
- getNestedDataFields() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the number of nested data fields.
- getNewAnnotationsForAsset(int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the current list of annotations for this discovery run.
- getNewDataFieldsForAsset(int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the current list of data fields for this discovery run.
- getNonMatchingValues() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Return the count of values that do not match the specification of these data classes.
- getNumAttachedAnnotations() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the number of annotations attached to the this annotation.
- getOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the status code for this enum instance
- getOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the status code for this enum instance
- getPatchLevel() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the patch level of the discovery engine.
- getPreviousAnnotationsForAsset(int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the list of Annotations created for the asset by previous runs of the discovery service.
- getPreviousAnnotationsForAsset(AnnotationStatus, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
- getPreviousDataFieldsForAsset(int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the list of data fields from previous runs of the discovery service.
- getProfileCounts() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the map of different profiling counts that have been calculated.
- getProfileFlags() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return a set of boolean flags describing different aspects of the data.
- getProfileProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the date of the review.
- getQualityDimension() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.QualityAnnotation
-
Return the type of quality being measured.
- getQualityScore() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.QualityAnnotation
-
Return a quality score between 0 and 100 - 100 is the best.
- getRegisteredDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Retrieve a specific discovery service registered with a discovery engine.
- getRegisteredDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryConfigurationServer
-
Retrieve the identifiers of the discovery services registered with a discovery engine.
- getRelatedEntityGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Return the unique identifier of the object to connect to.
- getRelationshipProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Return the properties that should be stored in the relationship.
- getRelationshipTypeName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Return the type of relationship to create.
- getReportDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the description for the discovery analysis report that will result from this discovery request.
- getReportDisplayName() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the display name of the discovery analysis report that will result from this discovery request.
- getReportQualifiedName() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Return the unique name of the discovery analysis report that will result from this discovery request.
- getRequestedAnnotationTypes() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Return the list of annotation types required by the requester (null means all types available)
- getReviewComment() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return any comments made by the steward during the review.
- getReviewDate() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the date that this annotation was reviewed.
- getSchemaName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Return the name of the schema - this will be used in the creation of the schema object and reflects the content
associated with the asset.
- getSchemaTypeName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Return the name of the schema type for this asset.
- getSize() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Return the size in bytes of the data source.
- getSource() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the source of the discovery engine implementation.
- getSteward() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the name of the steward that reviewed the annotation.
- getSummary() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Return the summary description for the annotation.
- getTypeDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the description of the type of discovery engine this is.
- getTypesOfAnnotation() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the annotation subtype names.
- getTypesOfAnnotationWithDescriptions() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Return the annotation subtype names mapped to their descriptions.
- getValueCount() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return a map of values to value count for the data field.
- getValueList() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the list of values found in the data field.
- getValueRangeFrom() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the lowest value of the data stored in this data field.
- getValueRangeTo() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the upper value of the data stored in this data field.
- getVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the version of the discovery engine.
- scanAllAssets(String, String, Map<String, String>, List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryEngine
-
Explore each of the assets in the asset store.
- SchemaAnalysisAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
SchemaAnalysisAnnotation is used to describe the results of reviewing the structure of the content of an asset.
- SchemaAnalysisAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Default constructor
- SchemaAnalysisAnnotation(SchemaAnalysisAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Copy/clone constructor
- SemanticAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
SemanticAnnotation provides a recommendation as to the likely meaning of data.
- SemanticAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Default constructor
- SemanticAnnotation(SemanticAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Copy clone constructor
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the additional properties for the Annotation.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up any additional properties.
- setAnalysisParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the parameters used to drive the discovery service's analysis.
- setAnalysisStep(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Set up the name of the current analysis step.
- setAnalysisStep(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up a description of the analysis step that the discovery service was in when it created the annotation.
- setAnalysisStep(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the name of the current analysis step.
- setAnnotationStatus(AnnotationStatus) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the current status of the annotation.
- setAnnotationType(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the informal name for the type of annotation.
- setAssetGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the unique identifier of the asset that was analyzed.
- setAttachedAnnotations(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the number of annotations attached to the this annotation.
- setAttachmentGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Set up the unique identifier for the attachment to the Asset that is diverging.
- setAverageValue(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the average (mean) value of the values stored in the data field.
- setCandidateClassifications(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ClassificationAnnotation
-
Set up a map of candidate classification names to additional characteristics.
- setCandidateDataClassGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Set up the identifiers of data classes that seem to match the values in this data field.
- setCandidateGlossaryCategoryGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Set up a list of unique identifiers of glossary categories that describe the topic of the data.
- setCandidateGlossaryTermGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Set up a list of unique identifiers of glossary terms that describe the meaning of the data.
- setConfidenceLevel(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the confidence level of the discovery service that the annotation is correct.
- setConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the connection used to create a instance of this discovery service.
- setCreateTime(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Set up the date and time that the data source was created
- setCreationDate(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the creation date for the report.
- setDataFieldAnnotations(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up the number of the annotations currently attached to this data field.
- setDataFieldName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up the name of this data field.
- setDataFieldPosition(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up the position (index) of the data field in the schema.
- setDataFieldType(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up the name of type of this data field.
- setDataProfileLogFileNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileLogAnnotation
-
Set up the names of the log files used to store the profile data.
- setDataSourceProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourceMeasurementAnnotation
-
Set up the properties of the data source.
- setDefaultAnalysisParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
-
Set up the list of analysis parameters that are passed the the discovery service (via
the discovery context).
- setDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the discovery analysis report description.
- setDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the description of the discovery engine.
- setDiscoveredDataFields(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Set up the number of discovered data fields in this schema.
- setDiscoveryContext(DiscoveryContext) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Set up details of the asset to analyze and the results of any previous analysis.
- setDiscoveryEngineGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the unique identifier of the discovery engine that ran the discovery service.
- setDiscoveryRequestStatus(DiscoveryRequestStatus) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Set up the current status of the discovery request - this is stored in the report so it can be monitored by the originator of the request.
- setDiscoveryRequestStatus(DiscoveryRequestStatus) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the status of the discovery process.
- setDiscoveryRequestTypes(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
-
Set up the list of asset types that this discovery service supports.
- setDiscoveryServiceGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the unique identifier of the discovery service.
- setDiscoveryServiceName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Set up the discovery service name.
- setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the display name of the discovery analysis report.
- setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the display name for messages and UI.
- setDivergentClassificationName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Set up the name of the classification that is diverging.
- setDivergentClassificationName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Set up the name of the classification that is diverging.
- setDivergentClassificationPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
-
Set up the properties that are diverging.
- setDivergentClassificationPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
-
Set up the properties that are diverging.
- setDivergentPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
-
Set up the unique identifier for the attachment to the Asset that is diverging.
- setDivergentPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
-
Set up the unique identifier for the attachment to the Asset that is diverging.
- setDivergentRelationshipGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Set up the unique identifier of the relationship that is diverging.
- setDivergentRelationshipGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Set up the unique identifier of the relationship that is diverging.
- setDivergentRelationshipPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
-
Set up the properties that are diverging.
- setDivergentRelationshipPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
-
Set up the properties that are diverging.
- setDuplicateAnchorGUIDs(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
-
Set up he unique identifier for the Asset that is a confirmed duplicate that is diverging.
- setDuplicateAnchorGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Set up the list of unique identifiers for the Assets that are identified as duplicate suspects.
- setDuplicateAttachmentGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
-
Set up the unique identifier for the attachment of the other Asset that is diverging.
- setEncoding(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Set up the encoding of the data source.
- setExplanation(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the explanation for the annotation.
- setExpression(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the expression that represent the relationship between the annotation and the asset.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up any properties from subtypes.
- setInferredDataType(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the name of the data type that the discovery service believes the field is.
- setInferredFormat(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the name of the data format that the discovery service believes the field is.
- setInferredLength(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the length of the data field that has been deduced from the data stored.
- setInferredScale(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the inferred scale used in other properties.
- setInformalTerm(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Set up a string that describes the meaning of this data.
- setInformalTopic(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
-
Set up a string that describes the topic that this data is about.
- setJsonProperties(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the JSON properties associated with the annotation.
- setLength(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the length of the data field.
- setMatchingAttachmentGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Set up the list of unique identifiers for attachments that match in all of the duplicate suspects.
- setMatchingClassificationNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Set up the list of classifications that match in all of the duplicate suspects.
- setMatchingPropertyNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Set up the list of property names whose values match in all of the duplicate suspects.
- setMatchingRelationshipGUIDs(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Set up the list of relationships that are common across all of the duplicate suspects.
- setMatchingValues(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Set up the count of matching values that match the specification of these data classes.
- setModifiedTime(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Set up the time that the file was last modified.
- setNestedDataFields(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Set up the number of nested data fields.
- setNonMatchingValues(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
-
Set up the count of values that do not match the specification of these data classes.
- setPatchLevel(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the patch level of the discovery engine.
- setProfileCounts(Map<String, Long>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the map of different profiling counts that have been calculated.
- setProfileFlags(Map<String, Boolean>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up a set of boolean flags describing different aspects of the data.
- setProfileProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the date of the review
- setQualityDimension(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.QualityAnnotation
-
Set up the type of quality being measured.
- setQualityScore(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.QualityAnnotation
-
Set up a quality score between 0 and 100 - 100 is the best.
- setRelatedEntityGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Set up the unique identifier of the object to connect to.
- setRelationshipProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Set up the properties that should be stored in the relationship.
- setRelationshipTypeName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
-
Set up the type of relationship to create.
- setReportDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Set up the description for the discovery analysis report that will result from this discovery request.
- setReportDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Set up the display name of the discovery analysis report that will result from this discovery request.
- setReportQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryAnalysisReportStore
-
Set up the unique name of the discovery analysis report that will result from this discovery request.
- setReviewComment(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up any comments made by the steward during the review.
- setReviewDate(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the date that this annotation was reviewed.
- setSchemaName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Set up the name of the schema - this will be used in the creation of the schema object and reflects the content
associated with the asset.
- setSchemaTypeName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Set up the name of the schema type for this asset.
- setSize(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
-
Set up the size in bytes of the data source.
- setSource(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the source of the discovery engine implementation.
- setSteward(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the name of the steward that reviewed the annotation.
- setSummary(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the summary description for the annotation.
- setTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the description of the type of discovery engine this is.
- setValueCount(Map<String, Integer>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up a map of values to value count for the data field.
- setValueList(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the list of values found in the data field.
- setValueRangeFrom(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the lowest value of the data stored in this data field.
- setValueRangeTo(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the upper value of the data stored in this data field.
- setVersion(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the version string of the discovery engine.
- source - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
- start() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline
-
Start the pipeline.
- start() - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Indicates that the discovery service is completely configured and can begin processing.
- steward - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
- summary - Variable in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
- SuspectDuplicateAnnotation - Class in org.odpi.openmetadata.frameworks.discovery.properties
-
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.
- SuspectDuplicateAnnotation() - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Default constructor
- SuspectDuplicateAnnotation(SuspectDuplicateAnnotation) - Constructor for class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
-
Copy/clone constructor.