- 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.
- 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.
- 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 - 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.
- 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
-
- 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.
- 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.
- 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.
- 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.
- getActionProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Return the properties that will guide the governance action.
- getActionRequested() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Return the identifier of the type of action that needs to be run.
- 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.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return a copy of the 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) - 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.
- getClassificationName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassification
-
Return the name of the classification
- getClassificationOrigin() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Return whether the classification was added explicitly to this asset or propagated from another entity.
- getClassificationOriginGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Return the entity guid that the classification was propagated from (or null if not propagated).
- getClassificationProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassification
-
Return a collection of the additional stored properties for the classification.
- getClassifications() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Return the list of classifications associated with the asset.
- getClassificationTypeDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Return the description for this element's type.
- getClassificationTypeId() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Return unique identifier for the element's type.
- getClassificationTypeVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Return the version number for this element's type.
- 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 and time that the data source was created.
- 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).
- getDataFieldAliases() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- getDataFieldAnnotations() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
Return the number of the annotations currently attached to this data field.
- getDataFieldDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- getDataFieldSortOrder() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- getDefaultValue() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- getDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Returns the stored description property for the asset.
- getDescription() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementOrigin
-
Return the description of the metadata element origin.
- getDescription() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementStatus
-
Return the description for the enum.
- getDiscoveredDataFields() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Return the number of discovered data fields in this schema.
- getDiscoveryActivity() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Return the unique name of the discovery activity.
- 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.
- getDisplayName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Returns the stored display name property for the asset.
- 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.
- getDuplicateAnchorGUID() - 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.
- getElementCreatedBy() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the name of the user that created this instance.
- getElementCreateTime() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the date/time that this instance was created.
- getElementHeader() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
The element header is setup when an element is retrieved from the repository.
- getElementLicense() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the license associated with this metadata element (null means none).
- getElementMaintainedBy() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the list of users responsible for maintaining this instance.
- getElementMetadataCollectionId() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Returns the unique identifier for the metadata collection that is managed by the repository
where the element originates (its home repository).
- getElementMetadataCollectionName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the name of the metadata collection that this element belongs to.
- getElementOrigin() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the origin category of the metadata element.
- getElementSourceServer() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the URL of the server where the element was retrieved from.
- getElementSuperTypeNames() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Return the list of type names for this type's supertypes.
- getElementTypeDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Return the description for this element's type.
- getElementTypeId() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Return unique identifier for the element's type.
- getElementTypeName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Return name of element's type.
- getElementTypeVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Return the version number for this element's type.
- getElementUpdatedBy() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the name of the user that last updated this instance.
- getElementUpdateTime() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return what was the late time this instance was updated.
- getElementVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the version number for this instance.
- 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, 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.PropertyBase
-
Return the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
- getGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Return the unique id for the properties object.
- getHeaderVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the version of this header.
- getHeaderVersion() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
Return the version of this header.
- 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.
- getInferredPrecision() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Return the precision 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.
- getMappingProperties() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the additional properties used by the master repository to map to stored instances.
- 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.
- getName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementOrigin
-
Return the name of the metadata element origin.
- getName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementStatus
-
Return the descriptive name for the enum.
- 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.
- getOpenTypeGUID() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the unique identifier for the open metadata enum type that this enum class represents.
- getOpenTypeGUID() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the unique identifier for the open metadata enum type that this enum class represents.
- getOpenTypeName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the unique name for the open metadata enum type that this enum class represents.
- getOpenTypeName() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the unique name for the open metadata enum type that this enum class represents.
- getOpenTypeOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus
-
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
- getOpenTypeOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
- 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
- getOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementOrigin
-
Return the code for metadata element.
- getOrdinal() - Method in enum org.odpi.openmetadata.frameworks.discovery.properties.ElementStatus
-
Return the numerical value for the enum.
- getOriginBusinessCapabilityGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the unique identifier of the business capability that originated this discovery service.
- getOriginOrganizationGUID() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the unique identifier for the organization that originated this discovery service.
- getOtherOriginValues() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the properties that characterize where this discovery service is from.
- getOwner() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Returns the name of the owner for this asset.
- getOwnerType() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the type of owner stored in the owner property.
- 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 map of properties that make up the profile.
- getQualifiedName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Returns the stored qualified name property for the metadata entity.
- getQualifiedName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Returns the stored qualified name property for the metadata entity.
- getQualifiedName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Returns the stored qualified name property for the metadata entity.
- 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.
- getStatus() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the status of this instance.
- 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.
- getType() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Return the element type properties for this properties object.
- getTypeDescription() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Return the description of the type of discovery engine this is.
- getTypeName() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
Return the name of the type of annotation - default is "Annotation".
- 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.
- getURL() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Returns the URL to access the properties object in the metadata repository.
- 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.
- getZoneMembership() - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Return the names of the zones that this discovery service is a member of.
- 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
- setActionProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Set up the properties that will guide the remediation action.
- setActionRequested(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Set up the identifier of the type of action that needs to be run.
- 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.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up 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.
- 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.
- setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.frameworks.discovery.DiscoveryService
-
Receive an audit log object that can be used to record audit log messages.
- 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.
- setClassificationName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassification
-
Set up the name of the classification.
- setClassificationOrigin(ClassificationOrigin) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Set up the setting for classification origin
- setClassificationOriginGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Set up the origin of the classification.
- setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassification
-
Set up a collection of the additional stored properties for the classification.
- setClassifications(List<ElementClassification>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Set up the classifications associated with this connection.
- setClassificationTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Set up a short description of this element's type.
- setClassificationTypeId(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Set up the unique identifier for the element's type.
- setClassificationTypeVersion(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementClassificationHeader
-
Set up the version number for this element's type
- 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.
- setDataFieldAliases(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- setDataFieldDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- setDataFieldSortOrder(DataItemSortOrder) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- setDefaultValue(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataField
-
- 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.
- setDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the stored description property associated with the asset.
- setDiscoveredDataFields(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
-
Set up the number of discovered data fields in this schema.
- setDiscoveryActivity(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
-
Set up the unique name of the discovery activity.
- 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(Map<String, Map<String, 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.
- setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the stored display name property for the asset.
- 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.
- setDuplicateAnchorGUID(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.
- setElementCreatedBy(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the name of the user that created this instance.
- setElementCreateTime(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the time that this instance was created.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
The element header is setup when an element is retrieved from the repository.
- setElementLicense(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the license associated with this metadata element (null means none)
- setElementMaintainedBy(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the list of users responsible for maintaining this instance.
- setElementMetadataCollectionId(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the unique identifier for the metadata collection that is managed by the repository
where the element originates (its home repository).
- setElementMetadataCollectionName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the name of the metadata collection that this asset belongs to.
- setElementOrigin(ElementOrigin) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the category of this element's origin.
- setElementSourceServer(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the URL of the server where the element was retrieved from.
- setElementSuperTypeNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Set up the list of type names for this type's supertypes.
- setElementTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Set up a short description of this element's type.
- setElementTypeId(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Set up the unique identifier for the element's type.
- setElementTypeName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Set up the name of this element's type
- setElementTypeVersion(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementType
-
Set up the version number for this element's type
- setElementUpdatedBy(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the name of the user that last updated this instance.
- setElementUpdateTime(Date) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the last update time for this instance.
- setElementVersion(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the version number for this instance.
- 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.PropertyBase
-
Set up the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
- setGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Set up the guid for the element.
- setHeaderVersion(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Return the version of this header.
- setHeaderVersion(long) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
Return the version of this header.
- 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.
- setInferredPrecision(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
-
Set up the precision 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.
- setMappingProperties(Map<String, Serializable>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the additional properties used by the master repository to map to stored instances.
- 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.
- setNumAttachedAnnotations(int) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
Set up the number of annotations attached to the this annotation.
- setOriginBusinessCapabilityGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the unique identifier of the business capability that originated this discovery service.
- setOriginOrganizationGUID(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the unique identifier for the organization that originated this discovery service.
- setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the properties that characterize where this discovery service is from.
- setOwner(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the name of the owner for this asset.
- setOwnerType(OwnerType) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the owner type for this asset.
- 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 map of properties that make up the profile.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
-
Set up the fully qualified name.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the fully qualified name.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the fully qualified name.
- 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.
- setStatus(ElementStatus) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementControlHeader
-
Set up the status of this instance.
- 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.
- setType(ElementType) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Set up the type of this element.
- setTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Set up the description of the type of discovery engine this is.
- setTypeName(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
Set up the name of the type of annotation - default is "Annotation".
- setURL(String) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.ElementHeader
-
Set up the URL of this element.
- 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.
- setZoneMembership(List<String>) - Method in class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Set up the names of the zones that this discovery service is a member of.
- 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.
- 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.