Index

A C D E G I N O R S T V 
All Classes and Interfaces|All Packages

A

AuditableDiscoveryService - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
AuditableDiscoveryService is a base class for discovery services that wish to use the audit log.
AuditableDiscoveryService() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
 

C

CSVDiscoveryService - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
CSVDiscoveryService is a discovery service implementation for analysing CSV Files to discovery columns and profile the data in them.
CSVDiscoveryService() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.CSVDiscoveryService
 
CSVDiscoveryServiceProvider - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
CSVDiscoveryServiceProvider provides the connector provider for the CSV Discovery Service
CSVDiscoveryServiceProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.CSVDiscoveryServiceProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific OMRS Connector implementation.

D

DiscoveryServiceAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
The DiscoveryServiceAuditCode is used to define the message content for the OMRS Audit Log.
DiscoveryServiceErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
The DiscoveryServiceErrorCode is used to define first failure data capture (FFDC) for errors that occur when running Discovery Services.
DuplicateSuspectDiscoveryProvider - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
DuplicateSuspectDiscoveryProvider is the provider for the DuplicateSuspectDiscoveryService - an ODF discovery service connector.
DuplicateSuspectDiscoveryProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.DuplicateSuspectDiscoveryProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific discovery service implementation.
DuplicateSuspectDiscoveryService - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
DuplicateSuspectDiscoveryService is a discovery service that looks for assets in the asset catalog that seem to be duplicates of the asset supplied in the context.
DuplicateSuspectDiscoveryService() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.DuplicateSuspectDiscoveryService
 

E

ENTITY_PURGED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
 

G

getFormattedLogMessage(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getLogMessageId() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the unique identifier for the error message.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Retrieve a message definition object for an exception.
getSeverity() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Return the severity of the audit log record.
getSystemAction() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUserAction() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns instructions of how to resolve the issue reported in this exception.

I

INVALID_ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
 

N

NO_ASSET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
 
NO_ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
 

O

org.odpi.openmetadata.adapters.connectors.discoveryservices - package org.odpi.openmetadata.adapters.connectors.discoveryservices
 

R

RELATIONSHIP_PURGED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
 

S

SequentialDiscoveryPipeline - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
SequentialDiscoveryPipeline is a discovery pipeline that provides an inline sequential invocation of the supplied discovery services.
SequentialDiscoveryPipeline() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.SequentialDiscoveryPipeline
 
SequentialDiscoveryPipelineProvider - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
SequentialDiscoveryPipelineProvider is the provider for the SequentialDiscoveryPipeline - an ODF discovery pipeline connector.
SequentialDiscoveryPipelineProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.SequentialDiscoveryPipelineProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific discovery service implementation.
start() - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.CSVDiscoveryService
Indicates that the discovery service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.DuplicateSuspectDiscoveryService
Indicates that the discovery service is completely configured and can begin processing.

T

toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
JSON-style toString

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G I N O R S T V 
All Classes and Interfaces|All Packages