public class AssetLineageRestServices extends Object
| Constructor and Description |
|---|
AssetLineageRestServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
GUIDListResponse |
publishAssetContext(String serverName,
String userId,
String entityType,
String guid)
Publish asset context on the Out Topic.
|
GUIDListResponse |
publishEntities(String serverName,
String userId,
String entityType,
FindEntitiesParameters findEntitiesParameters)
Scan the cohort for the given type and filtering based on the findEntitiesParameters.
|
GUIDListResponse |
publishEntity(String serverName,
String userId,
String entityType,
String guid)
Find the entity the element with the provided guid and the given type
Publish the context for the entity on the AL OMAS out Topic
|
public GUIDListResponse publishEntities(String serverName, String userId, String entityType, FindEntitiesParameters findEntitiesParameters)
serverName - name of server instance to calluserId - the name of the calling userentityType - the type of the entity to search forfindEntitiesParameters - filtering used to reduce the scope of the searchpublic GUIDListResponse publishEntity(String serverName, String userId, String entityType, String guid)
serverName - name of server instance to calluserId - the name of the calling userentityType - the type of the entity to search forguid - the guid of the searched entitypublic GUIDListResponse publishAssetContext(String serverName, String userId, String entityType, String guid)
serverName - the server nameuserId - the user identityType - the entity typeguid - the GUID of the entity for which the context is publishedCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.