Class SmartCollectionsCatalogTargetProcessor


public class SmartCollectionsCatalogTargetProcessor extends CatalogTargetProcessorBase
SmartCollectionsCatalogTargetProcessor maintains the membership of a single Results Set collection linked as a catalog target. It navigates the SmartQuery relationship to find the SavedQuery that determines the results set's membership, issues the query's REST call and adjusts the results set's membership to match the elements returned.
  • Constructor Details

    • SmartCollectionsCatalogTargetProcessor

      public SmartCollectionsCatalogTargetProcessor(CatalogTarget template, CatalogTargetContext catalogTargetContext, Connector connectorToTarget, String connectorName, FFDCRESTClientBase restClient, AuditLog auditLog)
      Primary constructor
      Parameters:
      template - object to copy
      catalogTargetContext - specialized context for this catalog target
      connectorToTarget - connector to access the target resource
      connectorName - name of this integration connector
      restClient - REST client used to issue the saved query's REST call
      auditLog - logging destination
  • Method Details