Class AnalyticsIntegratorContext
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.analytics.connector.AnalyticsIntegratorContext
-
public class AnalyticsIntegratorContext extends Object
AnalyticsIntegratorContext is the context for cataloging metadata from an analytics tool.
-
-
Constructor Summary
Constructors Constructor Description AnalyticsIntegratorContext(String userId, String analyticsToolGUID, String analyticsToolName)Create a new client with no authentication embedded in the HTTP request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAnalyticsToolIsHome(boolean analyticsToolIsHome)Set up the flag that controls the ownership of metadata created for this Analytics Tool.
-
-
-
Constructor Detail
-
AnalyticsIntegratorContext
public AnalyticsIntegratorContext(String userId, String analyticsToolGUID, String analyticsToolName)
Create a new client with no authentication embedded in the HTTP request.- Parameters:
userId- integration daemon's userIdanalyticsToolGUID- unique identifier of the software server capability for the event brokeranalyticsToolName- unique name of the software server capability for the event broker
-
-
Method Detail
-
setAnalyticsToolIsHome
public void setAnalyticsToolIsHome(boolean analyticsToolIsHome)
Set up the flag that controls the ownership of metadata created for this Analytics Tool. Default is true.- Parameters:
analyticsToolIsHome- should the topic metadata be marked as owned by the analytics tool so others can not update?
-
-