Class CollectionRegistry
java.lang.Object
org.openmetadata.service.resources.CollectionRegistry
Collection registry is a registry of all the REST collections in the catalog. It is used for building REST endpoints
that anchor all the collections as follows: - .../api/v1 Provides information about all the collections in the
catalog - .../api/v1/collection-name provides sub collections or resources in that collection
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddTestResource(Object testResource) getFunctions(Class<?> clz) static CollectionRegistrystatic voidvoidregisterResources(org.jdbi.v3.core.Jdbi jdbi, io.dropwizard.setup.Environment environment, OpenMetadataApplicationConfig config, Authorizer authorizer, AuthenticatorHandler authenticatorHandler) Register resources from CollectionRegistry
-
Method Details
-
getInstance
-
getFunctions
-
initialize
public static void initialize() -
getCollectionMap
-
addTestResource
-
registerResources
public void registerResources(org.jdbi.v3.core.Jdbi jdbi, io.dropwizard.setup.Environment environment, OpenMetadataApplicationConfig config, Authorizer authorizer, AuthenticatorHandler authenticatorHandler) Register resources from CollectionRegistry
-