Class AssetAnalysisInstance


public class AssetAnalysisInstance extends OMESServiceInstance
AssetAnalysisInstance maintains the instance information needed to execute requests on behalf of a engine host server.
  • Constructor Details

    • AssetAnalysisInstance

      public AssetAnalysisInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String accessServiceRootURL, String accessServiceServerName, Map<String,DiscoveryEngineHandler> discoveryEngineInstances)
      Constructor where REST Services used.
      Parameters:
      serverName - name of this server
      serviceName - name of this service
      auditLog - link to the repository responsible for servicing the REST calls.
      localServerUserId - userId to use for local server initiated actions
      maxPageSize - max number of results to return on single request.
      accessServiceRootURL - URL root for server platform where the access service is running.
      accessServiceServerName - name of the server where the access service is running.
      discoveryEngineInstances - active discovery engines in this server.