abstract String |
DiscoveryEngine.discoverAsset(String userId,
String assetGUID,
String assetDiscoveryType) |
Request the execution of a discovery service to explore a specific asset.
|
abstract String |
DiscoveryEngine.discoverAsset(String userId,
String assetGUID,
String assetDiscoveryType,
Map<String,String> analysisParameters) |
Request the execution of a discovery service to explore a specific asset.
|
abstract String |
DiscoveryEngine.discoverAsset(String userId,
String assetGUID,
String assetDiscoveryType,
Map<String,String> analysisParameters,
List<String> annotationTypes) |
Request the execution of a discovery service to explore a specific asset.
|
abstract Annotation |
DiscoveryEngine.getAnnotation(String userId,
String annotationGUID) |
Retrieve a single annotation by unique identifier.
|
abstract DiscoveryAnalysisReport |
DiscoveryEngine.getDiscoveryReport(String userId,
String discoveryRequestGUID) |
Request the discovery report for a discovery request that has completed.
|
abstract List<Annotation> |
DiscoveryEngine.getDiscoveryReportAnnotations(String userId,
String discoveryRequestGUID,
int startingFrom,
int maximumResults) |
Return the annotations linked direction to the report.
|
abstract DiscoveryRequestStatus |
DiscoveryEngine.getDiscoveryStatus(String userId,
String discoveryRequestGUID) |
Request the status of an executing discovery request.
|
abstract List<Annotation> |
DiscoveryEngine.getExtendedAnnotations(String userId,
String annotationGUID,
int startingFrom,
int maximumResults) |
Return any annotations attached to this annotation.
|
abstract void |
DiscoveryEngine.scanAllAssets(String userId,
String assetDiscoveryType,
Map<String,String> analysisParameters,
List<String> annotationTypes) |
Explore each of the assets in the asset store.
|