Class DiscoveryAssetCatalogStore

java.lang.Object
org.odpi.openmetadata.frameworks.discovery.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 Details

    • userId

      protected String userId
    • maxPageSize

      protected int maxPageSize
  • Constructor Details

    • 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.
  • Method Details