Skip navigation links
D E G H O P R S T V 

D

DiscoveryEngineAuditCode - Enum in org.odpi.openmetadata.accessservices.discoveryengine.ffdc
The DiscoveryEngineAuditCode is used to define the message content for the OMRS Audit Log.
DiscoveryEngineConfigurationEvent - Class in org.odpi.openmetadata.accessservices.discoveryengine.events
DiscoveryEngineConfigurationEvent is used to inform the discovery server that the configuration of one of its discovery engines has changed.
DiscoveryEngineConfigurationEvent() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Default constructor
DiscoveryEngineConfigurationEvent(DiscoveryEngineConfigurationEvent) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Copy/clone constructor.
DiscoveryEngineErrorCode - Enum in org.odpi.openmetadata.accessservices.discoveryengine.ffdc
The DiscoveryEngineErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Discovery Engine OMAS Services.
DiscoveryEngineEvent - Class in org.odpi.openmetadata.accessservices.discoveryengine.events
DiscoveryEngineEvent provides a common base for all events from the access service.
DiscoveryEngineEventInterface - Interface in org.odpi.openmetadata.accessservices.discoveryengine.api
DiscoveryEngineEventInterface defines how a client gets access to the configuration events produced by the Discovery Engine OMAS.
DiscoveryEngineEventListener - Class in org.odpi.openmetadata.accessservices.discoveryengine.api
DiscoveryEngineEventListener is the interface that a client implements to register to receive the events from the Discovery Engine OMAS's out topic.
DiscoveryEngineEventListener() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.api.DiscoveryEngineEventListener
 
DiscoveryEngineEventType - Enum in org.odpi.openmetadata.accessservices.discoveryengine.events
DiscoveryEngineEventType describes the different types of events produced by the Discovery Engine OMAS.
DiscoveryServiceConfigurationEvent - Class in org.odpi.openmetadata.accessservices.discoveryengine.events
DiscoveryServiceConfigurationEvent is used to inform a discovery server that the configuration of one of the discovery services within one of its discovery engines has changed.
DiscoveryServiceConfigurationEvent() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Default constructor
DiscoveryServiceConfigurationEvent(DiscoveryServiceConfigurationEvent) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Copy/clone constructor

E

equals(Object) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Return comparison result based on the content of the properties.

G

getDefaultAnalysisParameters() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Return the list of default analysis parameters for the discovery service affected by the change.
getDiscoveryEngineGUID() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Return the unique identifier of the discovery engine that has a configuration change.
getDiscoveryEngineName() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Return the unique name of the discovery engine that has a configuration change.
getDiscoveryRequestTypes() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Return the list of discovery request types for the discovery service affected by the change.
getEventType() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Return the type of event.
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Return the event version id for this event structure.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
Retrieve a message definition object for an exception.
getRegisteredDiscoveryServiceGUID() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Return the unique identifier of the registered discovery service that has changed.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Return hash code for this object

O

org.odpi.openmetadata.accessservices.discoveryengine.api - package org.odpi.openmetadata.accessservices.discoveryengine.api
 
org.odpi.openmetadata.accessservices.discoveryengine.events - package org.odpi.openmetadata.accessservices.discoveryengine.events
This package defines the beans that implement the payload for the Discovery Engine OMAS events.
org.odpi.openmetadata.accessservices.discoveryengine.ffdc - package org.odpi.openmetadata.accessservices.discoveryengine.ffdc
This package provides the first failure data capture support for the Discovery Engine OMAS module.

P

processEvent(DiscoveryEngineEvent) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.api.DiscoveryEngineEventListener
Process an event that was published by the Discovery Engine OMAS.

R

registerListener(String, DiscoveryEngineEventListener) - Method in interface org.odpi.openmetadata.accessservices.discoveryengine.api.DiscoveryEngineEventInterface
Register a listener object that will be passed each of the events published by the Discovery Engine OMAS.

S

setDefaultAnalysisParameters(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Set up the list of default analysis parameters for the discovery service affected by the change.
setDiscoveryEngineGUID(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Set up the unique identifier of the discovery engine that has a configuration change.
setDiscoveryEngineName(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
Set up the unique name of the discovery engine that has a configuration change.
setDiscoveryRequestTypes(List<String>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Set up the list of discovery request types for the discovery service affected by the change.
setEventType(DiscoveryEngineEventType) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Set up the type of event.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
Set up the event version id for this event structure.
setRegisteredDiscoveryServiceGUID(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
Set up the unique identifier of the registered discovery service that has changed.

T

toString() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
toString() JSON-style

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
D E G H O P R S T V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.