public interface AssetLineageInterface
| Modifier and Type | Method and Description |
|---|---|
List<String> |
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
Returns a list that contains entities GUID that were published out.
|
List<String> publishEntities(String serverName, String userId, String entityType) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serverName - the server nameuserId - the user identityType - the entity typeInvalidParameterException - one of the parameters is null or invalid.PropertyServerException - there is a problem retrieving information from the property server(s).UserNotAuthorizedException - the requesting user is not authorized to issue this request.Copyright © 2018–2020 ODPi. All rights reserved.