Uses of Class
com.denodo.configuration.metadata.MetaConfiguration
Packages that use MetaConfiguration
Package
Description
-
Uses of MetaConfiguration in com.denodo.configuration.metadata.manager
Methods in com.denodo.configuration.metadata.manager that return MetaConfigurationModifier and TypeMethodDescriptionMetadataManager.getMetaConfiguration(String type, String subType) Obtains theMetaConfigurationfor the element matching the specified type and subType.MetadataManagerImpl.getMetaConfiguration(String type, String subType) Methods in com.denodo.configuration.metadata.manager that return types with arguments of type MetaConfigurationModifier and TypeMethodDescriptionMetadataManager.getMetaConfigurations(String type) Obtains a Collection ofMetaConfiguration.MetadataManagerImpl.getMetaConfigurations(String type) Methods in com.denodo.configuration.metadata.manager with parameters of type MetaConfigurationModifier and TypeMethodDescriptionClass<?>MetadataManager.getPluginClass(MetaConfiguration metaConfig) Returns the class implementing the plugin (custom element implementation).Class<?>MetadataManagerImpl.getPluginClass(MetaConfiguration metaConfig) -
Uses of MetaConfiguration in com.denodo.configuration.metadata.repository
Methods in com.denodo.configuration.metadata.repository that return MetaConfigurationModifier and TypeMethodDescriptionLoads the meta-configuration for a given custom element. -
Uses of MetaConfiguration in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that return MetaConfigurationModifier and TypeMethodDescriptionSchedulerManager.getMetaConfiguration(String type, String subType) Obtains theMetaConfigurationfor the element matching the specified type and subType.Methods in com.denodo.scheduler.client that return types with arguments of type MetaConfigurationModifier and TypeMethodDescriptionSchedulerManager.getMetaConfigurations(String type) Obtains a Collection ofMetaConfiguration.