A C D F G L O S U 
All Classes All Packages

A

addAnnotationToAnnotation(String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Add a new annotation and link it to an existing annotation.
addAnnotationToDataField(String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Add a new annotation and link it to an existing data field.
addAnnotationToDiscoveryReport(Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.
addDataFieldToDataField(String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Add a new data field and link it to an existing data field.
addDataFieldToDiscoveryReport(String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).

C

callAnnotationGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns an AnnotationResponse object.
callAnnotationListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns an AnnotationListResponse object.
callAnnotationListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a POST REST call that returns an AnnotationListResponse object.
callAnnotationPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a POST REST call that returns an AnnotationResponse object.
callDataFieldGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DataFieldResponse object.
callDataFieldListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DataFieldListResponse object.
callDataFieldPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a POST REST call that returns an DataFieldResponse object.
callDiscoveryAnalysisReportGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryAnalysisReportResponse object.
callDiscoveryAnalysisReportListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryAnalysisReportListResponse object.
callDiscoveryAnalysisReportListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a POST REST call that returns a DiscoveryAnalysisReportListResponse object.
callDiscoveryAnalysisReportPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a POST REST call that returns a DiscoveryAnalysisReportResponse object.
callDiscoveryEngineListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryEngineListResponse object.
callDiscoveryEnginePropertiesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryEnginePropertiesResponse object.
callDiscoveryServiceListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryEngineListResponse object.
callDiscoveryServicePropertiesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a DiscoveryServicePropertiesResponse object.
callRegisteredDiscoveryServiceGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Issue a GET REST call that returns a RegisteredDiscoveryServiceResponse object.
createDiscoveryAnalysisReport(String, String, String, String, Date, Map<String, String>, String, DiscoveryRequestStatus, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new discovery analysis report and chain it to its asset, discovery engine and discovery service.

D

deleteAnnotation(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Remove an annotation from the annotation store.
deleteDataField(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Remove a data field from the annotation store.
DiscoveryAnalysisReportClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client
DiscoveryReportClient is the client interface for managing the values in a Discovery Analysis Report using the Discovery Engine OMAS services.
DiscoveryAnalysisReportClient(String, DiscoveryRequestStatus, String, Map<String, String>, String, String, String, String, String, String, DiscoveryEngineClient) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnalysisReportClient
Constructor for this client
DiscoveryAnnotationStoreClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client
DiscoveryAnnotationStoreClient provides a client-side implementation of the ODF DiscoveryAnnotationStore that is backed by calls to the Discovery Engine OMAS.
DiscoveryAnnotationStoreClient(String, String, DiscoveryAnalysisReportClient, DiscoveryEngineClient) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Constructor sets up the key parameters for accessing the annotations store.
DiscoveryAssetCatalogStoreClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client
DiscoveryAssetCatalogStoreClient is the open metadata default implementation of the Open Discovery Framework (ODF) DiscoveryAssetCatalogStore.
DiscoveryAssetCatalogStoreClient(String, DiscoveryEngineClient, int) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetCatalogStoreClient
Create a discovery asset catalog store that call call the discovery engine client.
DiscoveryAssetStoreClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client
DiscoveryAssetStoreClient provides the client-side library for the Open Discovery Framework (ODF)'s Discovery Asset Store that provides a Discovery service with access to the connector for the asset to be discovered.
DiscoveryAssetStoreClient(String, String, DiscoveryEngineClient) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetStoreClient
Constructor sets up the key parameters for accessing the asset store.
DiscoveryEngineClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client
DiscoveryEngineClient provides the client-side operational REST APIs for a running Discovery Engine.
DiscoveryEngineClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new client with no authentication embedded in the HTTP request.
DiscoveryEngineClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new client that passes userId and password in each HTTP request.
DiscoveryEngineClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new client that passes userId and password in each HTTP request.
DiscoveryEngineClient(String, String, ODFRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new client that is to be used within an OMAG Server.
DiscoveryEngineClient(String, String, ODFRESTClient, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a client-side object for calling a discovery engine within a discovery server.
DiscoveryEngineClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Create a new client with no authentication embedded in the HTTP request.

F

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

G

getAnnotation(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return a specific annotation stored in the annotation store (previous or new).
getAnnotation(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Retrieve a single annotation by unique identifier.
getAssetProperties() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetStoreClient
Returns a comprehensive collection of properties about the requested asset.
getAssets(int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetCatalogStoreClient
Return the next set of assets to process.
getAssets(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Return the next set of assets to process.
getAssetsByEndpoint(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetCatalogStoreClient
Return the list of assets that have the same endpoint address.
getAssetsByName(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetCatalogStoreClient
Return the list of matching assets that have the supplied name as either the qualified name or display name.
getAssetsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Return the list of matching assets that have the supplied name as either the qualified name or display name.
getAssetsByQualifiedName(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetCatalogStoreClient
Return the assets with the same qualified name.
getAssetsByQualifiedName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Return the assets with the same qualified name.
getConnectionForAsset() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetStoreClient
Return the connection information for the asset.
getConnectorByConnection(Connection) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetStoreClient
Returns the connector corresponding to the supplied connection.
getConnectorForConnection(String, Connection) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Returns the connector corresponding to the supplied connection.
getDataField(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return a specific data field stored in the annotation store (previous or new).
getDiscoveryAnalysisReport(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Request the discovery report for a discovery request that has completed.
getDiscoveryReportAnnotations(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Return the annotations linked directly to the report.
getDiscoveryRequestStatus() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnalysisReportClient
Return the current status of the discovery request - this is stored in the report.
getDiscoveryStatus(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Request the status of an executing discovery request.
getExtendedAnnotations(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return any annotations attached to this annotation.
getExtendedAnnotations(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Return any annotations attached to this annotation.
getNestedDataFields(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return any annotations attached to this annotation.
getNewAnnotationsForAsset(int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the current list of annotations for this discovery run.
getNewDataFieldsForAsset(int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the current list of data fields for this discovery run.
getPreviousAnnotationsForAsset(int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the list of Annotations created for the asset by previous runs of the discovery service.
getPreviousAnnotationsForAsset(AnnotationStatus, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
getPreviousDataFieldsForAsset(int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the list of data fields from previous runs of the discovery service.
getTypesOfAnnotation() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the annotation subtype names.
getTypesOfAnnotationWithDescriptions() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Return the annotation subtype names mapped to their descriptions.

L

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

O

ODFRESTClient - Class in org.odpi.openmetadata.accessservices.discoveryengine.client.rest
ODFRESTClient is responsible for issuing calls to the OMAS REST APIs.
ODFRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Constructor for no authentication.
ODFRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Constructor for simple userId and password authentication.
ODFRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Constructor for simple userId and password authentication with audit log.
ODFRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.client.rest.ODFRESTClient
Constructor for no authentication with audit log.
org.odpi.openmetadata.accessservices.discoveryengine.client - package org.odpi.openmetadata.accessservices.discoveryengine.client
 
org.odpi.openmetadata.accessservices.discoveryengine.client.rest - package org.odpi.openmetadata.accessservices.discoveryengine.client.rest
 

S

setDiscoveryRequestStatus(DiscoveryRequestStatus) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnalysisReportClient
Set up the current status of the discovery request - this is stored in the report so it can be monitored by the originator of the request.
setDiscoveryStatus(String, String, DiscoveryRequestStatus) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Request the status of an executing discovery request.

U

updateAnnotation(Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Replace the current properties of an annotation.
updateDataField(DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient
Replace the current properties of a data field.
updateDiscoveryAnalysisReport(String, DiscoveryAnalysisReport) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryEngineClient
Update the properties of the discovery analysis report.
A C D F G L O S U 
All Classes All Packages