@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
|
@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 typeCopyright © 2018–2020 ODPi. All rights reserved.