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

A

addAnnotationToAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Add a new annotation and link it to an existing annotation.
addAnnotationToDiscoveryReport(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.

C

createDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReportRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Create a new discovery analysis report and chain it to its asset, discovery engine and discovery service.
createDiscoveryEngine(String, String, NewDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Create a new discovery engine definition.
createDiscoveryService(String, String, NewDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Create a discovery service definition.

D

deleteAnnotation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Remove an annotation from the annotation store.
deleteDiscoveryEngine(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Remove the properties of the discovery engine.
deleteDiscoveryService(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Remove the properties of the discovery service.
DiscoveryConfigurationResource - Class in org.odpi.openmetadata.accessservices.discoveryengine.server.spring
DiscoveryConfigurationResource provides the Spring wrapper for the DiscoveryConfigurationServices
DiscoveryConfigurationResource() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
 
DiscoveryEngineResource - Class in org.odpi.openmetadata.accessservices.discoveryengine.server.spring
DiscoveryEngineResource provides the generic server-side interface for the Discovery Engine Open Metadata Access Service (OMAS).
DiscoveryEngineResource() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Default constructor

F

findAssets(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Return a list of assets with the requested search string in their name, qualified name or description.

G

getAllDiscoveryEngines(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the list of discovery engine definitions that are stored.
getAllDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the list of discovery services definitions that are stored.
getAnnotation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Retrieve a single annotation by unique identifier.
getAnnotationsForAssetByStatus(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
getAssets(String, String, int, int, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Return the next set of assets to process.
getAssetsByEndpoint(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Return the list of assets that have the same endpoint address.
getAssetsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
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.spring.DiscoveryEngineResource
Return the assets with the same qualified name.
getDiscoveryEngineByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the properties from a discovery engine definition.
getDiscoveryEngineByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the properties from a discovery engine definition.
getDiscoveryReport(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Request the discovery report for a discovery request that has completed.
getDiscoveryReportAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Return the annotations linked directly to the report.
getDiscoveryServiceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the properties from a discovery service definition.
getDiscoveryServiceByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Return the properties from a discovery service definition.
getDiscoveryServiceRegistrations(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
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.spring.DiscoveryEngineResource
Return any annotations attached to this annotation.
getRegisteredDiscoveryService(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Retrieve a specific discovery service registered with a discovery engine.
getRegisteredDiscoveryServices(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Retrieve the identifiers of the discovery services registered with a discovery engine.

L

linkAnnotation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Link an existing annotation to another object.
logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Log an audit message about this asset.

O

org.odpi.openmetadata.accessservices.discoveryengine.server.spring - package org.odpi.openmetadata.accessservices.discoveryengine.server.spring
 

R

registerDiscoveryServiceWithEngine(String, String, String, DiscoveryServiceRegistrationRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Register a discovery service with a specific discovery engine.

U

unlinkAnnotation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Remove the relationship between an annotation and another object.
unregisterDiscoveryServiceFromEngine(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Unregister a discovery service from the discovery engine.
updateAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Replace the current properties of an annotation.
updateDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReport) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryEngineResource
Update the properties of the discovery analysis report.
updateDiscoveryEngine(String, String, String, UpdateDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Update the properties of an existing discovery engine definition.
updateDiscoveryService(String, String, String, UpdateDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryConfigurationResource
Update the properties of an existing discovery service definition.
A C D F G L O R U 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.