Uses of Class
com.denodo.util.exceptions.DuplicateInstanceException
Packages that use DuplicateInstanceException
Package
Description
-
Uses of DuplicateInstanceException in com.denodo.configuration
Methods in com.denodo.configuration that throw DuplicateInstanceExceptionModifier and TypeMethodDescriptionstatic 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) -
Uses of DuplicateInstanceException in com.denodo.configuration.manager
Methods in com.denodo.configuration.manager that throw DuplicateInstanceExceptionModifier 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 DuplicateInstanceException in com.denodo.configuration.metadata.manager
Methods in com.denodo.configuration.metadata.manager that throw DuplicateInstanceExceptionModifier and TypeMethodDescriptionAdds a new plugin (custom element implementation) to the plugins register and its metadata to the the meta-configuration register. -
Uses of DuplicateInstanceException in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that throw DuplicateInstanceExceptionModifier and TypeMethodDescriptionSchedulerManager.addDataSource(int projectID, Configuration config) Creates a new data source using the given configuration and associates it to the specified project.SchedulerManager.addJDBCDriver(Set<com.denodo.util.Pair<String, byte[]>> files, String dataBaseAdapter, String version, String className, String uriTemplate) Adds a new jdbc driver to the scheduler.SchedulerManager.addJob(int projectID, Configuration config) Creates a new job using the given configuration and associates it to the specified project.Adds a new plugin (custom element implementation) to the scheduler.SchedulerManager.addProject(String name, String description) Creates a new project using the default structure from the template configuration fileproject-template.xml.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.voidSchedulerManager.replicateRole(String existingRoleName, String newRoleName) Creates a new role using the given new name and the permissions of the copied role.SchedulerManager.updateDataSource(int projectID, Configuration config) Modifies the configuration of the element.SchedulerManager.updateJob(int projectID, Configuration config) Modifies the configuration of the job.SchedulerManager.updateProject(Item project) Modifies the configuration of the project.