public class AssetLineage extends FFDCRESTClient implements AssetLineageInterface
auditLog, exceptionHandler, serverName, serverPlatformURLRoot| Constructor and Description |
|---|
AssetLineage(String serverName,
String serverPlatformURLRoot)
Instantiates a new Asset lineage Client.
|
AssetLineage(String serverName,
String serverPlatformURLRoot,
String userId,
String password)
Instantiates a new Asset Lineage Client.
|
| 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.
|
callCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callStringMapGetRESTCall, callVoidGetRESTCall, callVoidPostRESTCallcallDeleteRESTCall, callDeleteRESTCall, callGetRESTCall, callGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCall, callPostRESTCallNoParams, callPutRESTCall, callPutRESTCallpublic AssetLineage(String serverName, String serverPlatformURLRoot) throws InvalidParameterException
serverName - the server nameserverPlatformURLRoot - the network address of the server running the OMAS REST serversInvalidParameterException - one of the parameters is null or invalid.InvalidParameterExceptionpublic AssetLineage(String serverName, String serverPlatformURLRoot, String userId, String password) throws InvalidParameterException
serverName - the server nameserverPlatformURLRoot - the server platform url rootuserId - the user idpassword - the passwordInvalidParameterException - one of the parameters is null or invalid.InvalidParameterExceptionpublic List<String> publishEntities(String serverName, String userId, String entityType) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
publishEntities in interface AssetLineageInterfaceserverName - 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.