Class AnalyticsIntegratorContext


  • public class AnalyticsIntegratorContext
    extends Object
    AnalyticsIntegratorContext is the context for cataloging metadata from an 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 userId
        analyticsToolGUID - unique identifier of the software server capability for the event broker
        analyticsToolName - 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?