Skip to main content

DefaultCatalogCollator

Home > @backstage/plugin-catalog-backend > DefaultCatalogCollator

Warning: This API is now obsolete.

Upgrade to a more recent @backstage/plugin-search-backend-node and use DefaultCatalogCollatorFactory instead.

Signature:

class DefaultCatalogCollator 

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the DefaultCatalogCollator class

Properties

PropertyModifiersTypeDescription
catalogClient

protected

readonly

CatalogApi
discoveryprotectedPluginEndpointDiscovery
filter?protectedGetEntitiesRequest['filter'](Optional)
locationTemplateprotectedstring
tokenManagerprotectedTokenManager
typereadonlystring
visibilityPermissionreadonlyPermission

Methods

MethodModifiersDescription
applyArgsToFormat(format, args)protected
execute()
fromConfig(_config, options)static