Class DiscoveryAssetCatalogStore


  • public abstract class DiscoveryAssetCatalogStore
    extends Object
    DiscoveryAssetCatalogStore provides access to the asset catalog to enable it to step through the assets available in the asset catalog.
    • Field Detail

      • userId

        protected String userId
      • maxPageSize

        protected int maxPageSize
    • Constructor Detail

      • DiscoveryAssetCatalogStore

        public DiscoveryAssetCatalogStore​(String userId,
                                          int maxPageSize)
        Constructor sets the max page size which is used by the caller to ensure they do not ask for too many assets at once.
        Parameters:
        userId - calling user
        maxPageSize - maximum number of assets that can be returned on a single request.