Skip navigation links
A C D F G I L O P R S U 

A

addAnnotationToAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new annotation and link it to an existing annotation.
addAnnotationToDataField(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new annotation and link it to an existing data field.
addAnnotationToDiscoveryReport(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.
addDataFieldToDataField(String, String, String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new data field and link it to an existing data field.
addDataFieldToDiscoveryReport(String, String, String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).
AnnotationConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
AnnotationConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an Annotation bean.
AnnotationConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.AnnotationConverter
Constructor

C

ConnectionConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
ConnectionConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail and Relationship objects into a Connection bean (or a VirtualConnection bean).
ConnectionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.ConnectionConverter
Constructor
createDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReportRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Create a new discovery analysis report and chain it to its asset, discovery engine and discovery service.
createDiscoveryEngine(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Create a new discovery engine definition.
createDiscoveryEngine(String, String, NewDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Create a new discovery engine definition.
createDiscoveryService(String, String, String, String, Connection) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Create a discovery service definition.
createDiscoveryService(String, String, NewDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Create a discovery service definition.

D

DataFieldConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DataFieldConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DataField bean.
DataFieldConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DataFieldConverter
Constructor
deleteAnnotation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Remove an annotation from the annotation store.
deleteDataField(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Remove a data field from the annotation store.
deleteDiscoveryEngine(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Remove the properties of the discovery engine.
deleteDiscoveryEngine(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Remove the properties of the discovery engine.
deleteDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Remove the properties of the discovery service.
deleteDiscoveryService(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Remove the properties of the discovery service.
disconnect() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEnginePublisher
Shutdown the publishing process.
DiscoveryAnalysisReportConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DiscoveryAnalysisReportConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an DiscoveryAnalysisReport bean.
DiscoveryAnalysisReportConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryAnalysisReportConverter
Constructor
DiscoveryConfigurationHandler - Class in org.odpi.openmetadata.accessservices.discoveryengine.handlers
DiscoveryConfigurationHandler provides the open metadata server side implementation of DiscoveryConfigurationServer which is part of the Open Discovery Framework (ODF).
DiscoveryConfigurationHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
DiscoveryConfigurationServices - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
The DiscoveryConfigurationServices provides the server-side implementation of the configuration services from the Open Discovery Framework (ODF).
DiscoveryConfigurationServices() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Default constructor
DiscoveryEngineAdmin - Class in org.odpi.openmetadata.accessservices.discoveryengine.admin
DiscoveryEngineAdmin manages the start up and shutdown of the Discovery Engine OMAS.
DiscoveryEngineAdmin() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Default constructor
DiscoveryEngineOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.discoveryengine.outtopic
DiscoveryEngineOMRSTopicListener is the listener that registers with the repository services (OMRS) to monitor changes to the metadata.
DiscoveryEngineOMRSTopicListener(String, DiscoveryEnginePublisher, OMRSRepositoryHelper, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
Initialize the topic listener.
DiscoveryEnginePropertiesConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DiscoveryEnginePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryEngineProperties bean.
DiscoveryEnginePropertiesConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryEnginePropertiesConverter
Constructor
DiscoveryEnginePublisher - Class in org.odpi.openmetadata.accessservices.discoveryengine.outtopic
DiscoveryEnginePublisher is responsible for pushing events to the Discovery Engine OMAS's out topic.
DiscoveryEnginePublisher(DiscoveryEngineOutTopicServerConnector, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEnginePublisher
Constructor for the publisher.
DiscoveryEngineRESTServices - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
The DiscoveryEngineRESTServices provides the server-side implementation of the services used by the discovery engine as it is managing requests to execute open discovery services in the discovery server.
DiscoveryEngineRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Default constructor
DiscoveryEngineServicesInstance - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
DiscoveryEngineServicesInstance caches references to OMRS objects for a specific server.
DiscoveryEngineServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int, Connection) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineServicesInstance
Set up the local repository connector that will service the REST Calls.
DiscoveryServicePropertiesConverter<B> - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DiscoveryServicePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryServiceProperties bean.
DiscoveryServicePropertiesConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryServicePropertiesConverter
Constructor

F

findAssets(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return a list of assets with the requested search string in their name, qualified name or description.
findAssetsByEndpoint(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of assets that have the same endpoint address.

G

getAllDiscoveryEngines(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery engine definitions that are stored.
getAllDiscoveryEngines(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery engine definitions that are stored.
getAllDiscoveryServices(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery services definitions that are stored.
getAllDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery services definitions that are stored.
getAnnotation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Retrieve a single annotation by unique identifier.
getAnnotationsForAssetByStatus(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
getAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the next set of assets to process.
getAssetsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of matching assets that have the supplied name as either the qualified name or display name.
getAssetsByQualifiedName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the assets with the same qualified name.
getBean(DiscoveryServiceProperties, List<Relationship>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.RegisteredDiscoveryServiceConverter
Request the bean is extracted from the repository entity.
getDataField(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return a specific data field stored in the annotation store (previous or new).
getDiscoveryAnalysisReport(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Request the discovery report for a discovery request that has completed.
getDiscoveryEngineByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery engine definition.
getDiscoveryEngineByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery engine definition.
getDiscoveryEngineByName(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery engine definition.
getDiscoveryEngineByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery engine definition.
getDiscoveryReportAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the annotations linked directly to the report.
getDiscoveryServiceByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery service definition.
getDiscoveryServiceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery service definition.
getDiscoveryServiceByName(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery service definition.
getDiscoveryServiceByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery service definition.
getDiscoveryServiceRegistrations(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery engines that a specific discovery service is registered with.
getDiscoveryServiceRegistrations(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery engines that a specific discovery service is registered with.
getExtendedAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return any annotations attached to this annotation.
getNestedDataFields(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return any annotations attached to this annotation.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryEnginePropertiesConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryEnginePropertiesConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.AnnotationConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.ConnectionConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DataFieldConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DataFieldConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryAnalysisReportConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryServicePropertiesConverter
Using the supplied instances, return a new instance of the bean.
getNewDataFieldsForAsset(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the current list of data fields for this discovery run.
getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the connection object for the Discovery Engine OMAS's out topic.
getPreviousDataFieldsForAsset(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of data fields from previous runs of the discovery service.
getRegisteredDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Retrieve a specific discovery service registered with a discovery engine.
getRegisteredDiscoveryService(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Retrieve a specific discovery service registered with a discovery engine.
getRegisteredDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Retrieve the identifiers of the discovery services registered with a discovery engine.
getRegisteredDiscoveryServices(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Retrieve the identifiers of the discovery services registered with a discovery engine.
getTypesOfAnnotation(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the annotation subtype names.
getTypesOfAnnotationWithDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the annotation subtype names mapped to their descriptions.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Initialize the Discovery Engine access service.

L

logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Log an audit message about this asset.

O

org.odpi.openmetadata.accessservices.discoveryengine.admin - package org.odpi.openmetadata.accessservices.discoveryengine.admin
 
org.odpi.openmetadata.accessservices.discoveryengine.converters - package org.odpi.openmetadata.accessservices.discoveryengine.converters
 
org.odpi.openmetadata.accessservices.discoveryengine.handlers - package org.odpi.openmetadata.accessservices.discoveryengine.handlers
 
org.odpi.openmetadata.accessservices.discoveryengine.outtopic - package org.odpi.openmetadata.accessservices.discoveryengine.outtopic
 
org.odpi.openmetadata.accessservices.discoveryengine.server - package org.odpi.openmetadata.accessservices.discoveryengine.server
 

P

processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A new classification has been added to an entity.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A classification has been removed from an entity.
processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing entity has been deleted.
processDeletedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing relationship has been deleted.
processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing entity has been deleted and purged in a single action.
processDeletePurgedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An active relationship has been deleted and purged from the repository.
processInstanceBatchEvent(String, String, String, String, String, InstanceGraph) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An open metadata repository is passing information about a collection of entities and relationships with the other repositories in the cohort.
processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A new entity has been created.
processNewRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A new relationship has been created.
processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing classification has been changed on an entity.
processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A deleted entity has been restored to the state it was before it was deleted.
processRestoredRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
A deleted relationship has been restored to the state it was before it was deleted.
processUndoneEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An update to an entity has been undone.
processUndoneRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An update to a relationship has been undone.
processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing entity has been updated.
processUpdatedRelationshipEvent(String, String, String, String, String, Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.outtopic.DiscoveryEngineOMRSTopicListener
An existing relationship has been updated.

R

registerDiscoveryServiceWithEngine(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Register a discovery service with a specific discovery engine.
registerDiscoveryServiceWithEngine(String, String, String, DiscoveryServiceRegistrationRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Register a discovery service with a specific discovery engine.
RegisteredDiscoveryServiceConverter - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
RegisteredDiscoveryServiceConverter transfers the relevant properties from a DiscoveryServiceProperties bean and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredDiscoveryService bean.
RegisteredDiscoveryServiceConverter(OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.RegisteredDiscoveryServiceConverter
Constructor captures the repository content needed to create the endpoint object.

S

shutdown() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Shutdown the access service.

U

unregisterDiscoveryServiceFromEngine(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Unregister a discovery service from the discovery engine.
unregisterDiscoveryServiceFromEngine(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Unregister a discovery service from the discovery engine.
updateAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Replace the current properties of an annotation.
updateDataField(String, String, String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Replace the current properties of a data field.
updateDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReport) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Update the properties of the discovery analysis report.
updateDiscoveryEngine(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Update the properties of an existing discovery engine definition.
updateDiscoveryEngine(String, String, String, UpdateDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Update the properties of an existing discovery engine definition.
updateDiscoveryService(String, String, String, String, String, Connection, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Update the properties of an existing discovery service definition.
updateDiscoveryService(String, String, String, UpdateDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Update the properties of an existing discovery service definition.
A C D F G I L O P R S U 
Skip navigation links

Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.