A C D F G L O U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAnnotationToAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).
C
- createDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReportRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Create a new discovery analysis report and chain it to its asset, discovery engine and discovery service.
D
- deleteAnnotation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Remove an annotation from the annotation store.
- deleteDataField(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Remove a data field from the annotation store.
- DiscoveryMetadataStoreResource - Class in org.odpi.openmetadata.accessservices.discoveryengine.server.spring
-
DiscoveryMetadataStoreResource provides the generic server-side interface for the Discovery Engine Open Metadata Access Service (OMAS).
- DiscoveryMetadataStoreResource() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Default constructor
F
- findAssets(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
Return the list of assets that have the same endpoint address.
G
- getAnnotation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Retrieve a single annotation by unique identifier.
- getAnnotationsForAssetByStatus(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
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.spring.DiscoveryMetadataStoreResource
-
Return the next set of assets to process.
- getAssetsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
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.DiscoveryMetadataStoreResource
-
Return the assets with the same qualified name.
- getDataField(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return a specific data field stored in the annotation store (previous or new).
- getDiscoveryReport(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
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.DiscoveryMetadataStoreResource
-
Return the annotations linked directly to the report.
- getExtendedAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return any annotations attached to this annotation.
- getNestedDataFields(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return any annotations attached to this annotation.
- getNewDataFieldsForAsset(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return the current list of data fields for this discovery run.
- getPreviousDataFieldsForAsset(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return the list of data fields from previous runs of the discovery service.
- getTypesOfAnnotation(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return the annotation subtype names.
- getTypesOfAnnotationWithDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Return the annotation subtype names mapped to their descriptions.
L
- logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Log an audit message about this asset.
O
- org.odpi.openmetadata.accessservices.discoveryengine.server.spring - package org.odpi.openmetadata.accessservices.discoveryengine.server.spring
U
- updateAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Replace the current properties of an annotation.
- updateDataField(String, String, String, DataField) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Replace the current properties of a data field.
- updateDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReport) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.spring.DiscoveryMetadataStoreResource
-
Update the properties of the discovery analysis report.
All Classes All Packages