Uses of Class
com.denodo.configuration.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in com.denodo.configuration
Methods in com.denodo.configuration that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationConfigurationSerializer.fromXML(InputStream is) Methods in com.denodo.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic voidEncrypterHelper.decryptConfig(Configuration config, char[] encPassword) static voidConfigurationHelper.postProcessConfiguration(Configuration config) static voidConfigurationHelper.postProcessConfiguration(Configuration config, boolean legacy) static voidConfigurationHelper.postProcessConfiguration(MetadataManager manager, Configuration config) static voidConfigurationHelper.postProcessConfiguration(MetadataManager manager, Configuration config, boolean legacy) voidAbstractConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config) voidAbstractConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config, boolean legacy) voidAbstractConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config, boolean legacy, boolean updateConfiguration) default voidConfigurationProcessor.processConfiguration(Configuration config) default voidConfigurationProcessor.processConfiguration(Configuration config, boolean legacy) default voidConfigurationProcessor.processConfiguration(Configuration config, boolean legacy, boolean updateConfiguration) voidConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config) voidConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config, boolean legacy) voidConfigurationProcessor.processConfiguration(MetadataManager manager, Configuration config, boolean legacy, boolean updateConfiguration) static StringConfigurationSerializer.toXML(Configuration config) static StringConfigurationSerializer.toXML(String projectName, Configuration config, Properties properties) -
Uses of Configuration in com.denodo.configuration.manager
Methods in com.denodo.configuration.manager that return ConfigurationModifier and TypeMethodDescriptionConfigurationManager.add(int projectID, Configuration config) Creates a new element using the given configuration and associates it to the specified project.ConfigurationManager.add(Configuration config) Creates a new element using the given configuration.ConfigurationManager.get(int elementID) Obtains the configuration of the given element.Obtains the configuration of the given element.Obtains the configuration of the given element.Obtains the configuration of the given element.ConfigurationManager.replicateElement(int projectID, String newName, Configuration config) Creates a new element using the given new name and existing configuration and associates it to the specified project.ConfigurationManager.update(Configuration config) Modifies the configuration of the element.Methods in com.denodo.configuration.manager that return types with arguments of type ConfigurationModifier and TypeMethodDescriptionConfigurationManager.getBySubType(int projectID, String type, String subType) Gets the collection of elements of the given type and subType associated to the specified project.ConfigurationManager.getBySubType(String type, String subType) Gets the collection of elements of the given type and subType.AbstractConfigurationManagerImpl.getElementsUsedByElement(int elementID) ConfigurationManager.getElementsUsedByElement(int elementID) Methods in com.denodo.configuration.manager with parameters of type ConfigurationModifier and TypeMethodDescriptionConfigurationManager.add(int projectID, Configuration config) Creates a new element using the given configuration and associates it to the specified project.ConfigurationManager.add(Configuration config) Creates a new element using the given configuration.ConfigurationManager.replicateElement(int projectID, String newName, Configuration config) Creates a new element using the given new name and existing configuration and associates it to the specified project.ConfigurationManager.update(Configuration config) Modifies the configuration of the element. -
Uses of Configuration in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that return ConfigurationModifier and TypeMethodDescriptionSchedulerManager.addDataSource(int projectID, Configuration config) Creates a new data source using the given configuration and associates it to the specified project.SchedulerManager.addJob(int projectID, Configuration config) Creates a new job using the given configuration and associates it to the specified project.SchedulerManager.getDataSource(int projectID, int elementID) Obtains the configuration of the given data source.SchedulerManager.getElementByName(String projectName, String elementName, String type) Gets the configuration of an element by its name, its type and the name of the project it belongs to.SchedulerManager.getExporterConfigurationByName(int projectID, int jobID, String exporterName) Obtains the exporter configuration from the job it belongs to.SchedulerManager.getJob(int projectID, int elementID) Obtains the configuration of the given job.SchedulerManager.moveDataSourceToProject(int projectID, Configuration config, int destinationProjectID) Modifies the configuration of the data source and saves it in the target project.SchedulerManager.moveJobToProject(int projectID, Configuration config, int destinationProjectID) Modifies the configuration of the job and saves it in the target project.SchedulerManager.replicateDataSource(int projectID, String newName, Configuration config) Replicates a data source by cloning a given one an setting a new name for the data source.SchedulerManager.replicateJob(int projectID, String newName, Configuration config) Replicates a job by cloning a given one an setting a new name for the job.SchedulerManager.updateDataSource(int projectID, Configuration config) Modifies the configuration of the element.SchedulerManager.updateJob(int projectID, Configuration config) Modifies the configuration of the job.Methods in com.denodo.scheduler.client that return types with arguments of type ConfigurationModifier and TypeMethodDescriptionSchedulerManager.getElementsBySubType(int projectID, String type, String subType) Gets the collection of elements of the given type and subType associated to the specified project.SchedulerManager.getElementsByType(int projectID, String type) Gets the collection of elements of the given type associated to the specified project.SchedulerManager.getElementsUsedByElement(int elementID) Gets the elements used by an specified configuration element.Methods in com.denodo.scheduler.client with parameters of type ConfigurationModifier and TypeMethodDescriptionSchedulerManager.addDataSource(int projectID, Configuration config) Creates a new data source using the given configuration and associates it to the specified project.SchedulerManager.addJob(int projectID, Configuration config) Creates a new job using the given configuration and associates it to the specified project.SchedulerManager.moveDataSourceToProject(int projectID, Configuration config, int destinationProjectID) Modifies the configuration of the data source and saves it in the target project.SchedulerManager.moveJobToProject(int projectID, Configuration config, int destinationProjectID) Modifies the configuration of the job and saves it in the target project.SchedulerManager.replicateDataSource(int projectID, String newName, Configuration config) Replicates a data source by cloning a given one an setting a new name for the data source.SchedulerManager.replicateJob(int projectID, String newName, Configuration config) Replicates a job by cloning a given one an setting a new name for the job.SchedulerManager.updateDataSource(int projectID, Configuration config) Modifies the configuration of the element.SchedulerManager.updateJob(int projectID, Configuration config) Modifies the configuration of the job. -
Uses of Configuration in com.denodo.scheduler.client.job
Methods in com.denodo.scheduler.client.job with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic JobDataJobDataFactory.createJobData(Configuration config)