@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/access-services/asset-lineage/users/{userId}/")
public class AssetLineageResource
extends Object
| Constructor and Description |
|---|
AssetLineageResource() |
| Modifier and Type | Method and Description |
|---|---|
GUIDListResponse |
publishEntities(String serverName,
String userId,
String entityType)
Scan the cohort based on the given entity type and publish the contexts for the found entities to the out topic
|
GUIDListResponse |
publishEntitiesTest(String serverName,
String userId,
String guid,
String entityType)
Find the entity by guid and publish the context for it
|
@GetMapping(path="/publish-entities/{entityType}")
public GUIDListResponse publishEntities(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String entityType)
serverName - name of server instance to calluserId - the name of the calling userentityType - the name of the relationship type@GetMapping(path="/publish-entity/{entityType}/{guid}")
public GUIDListResponse publishEntitiesTest(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@PathVariable
String entityType)
serverName - name of server instance to calluserId - the name of the calling userguid - the guid of the entity to build contextentityType - the name of the relationship typeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.