Skip navigation links
A C D G L O R S T V 

A

AuditableDiscoveryPipeline - Class in org.odpi.openmetadata.adapters.connectors.discoveryservices
AuditableDiscoveryPipeline is a base class for discovery pipelines that wish to use the audit log.
AuditableDiscoveryPipeline() - Constructor for class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryPipeline
 
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
 
auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryPipeline
 
auditLog - Variable in 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 CSF Files.
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 in org.odpi.openmetadata.adapters.connectors.discoveryservices
The DiscoveryServiceAuditCode is used to define the message content for the OMRS Audit Log.
DiscoveryServiceErrorCode - Enum 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
 

G

getAssetTypeName(AssetUniverse, String) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
Return the type name for the asset.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getLogMessageId() - Method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the unique identifier for the error message.
getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Retrieve a message definition object for an exception.
getNetworkAddresses(AssetUniverse) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
Return the network address of this asset.
getSeverity() - Method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Return the severity of the audit log record.
getSystemAction() - Method in enum 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 org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns instructions of how to resolve the issue reported in this exception.

L

logNoAsset(String, String) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
Log that no asset has been returned to the discovery service.
logWrongTypeOfAsset(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
Log that the discovery service can not process the type of asset it has been passed.

O

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

R

runDiscoveryPipeline() - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.SequentialDiscoveryPipeline
This implementation provides an inline sequential invocation of the supplied discovery services.

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.
setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryPipeline
Receive an audit log object that can be used to record audit log messages.
setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
Receive an audit log object that can be used to record audit log messages.
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 org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
JSON-style toString

V

valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.adapters.connectors.discoveryservices.DiscoveryServiceErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G L O R S T V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.