Package | Description |
---|---|
com.denodo.configuration | |
com.denodo.configuration.manager | |
com.denodo.configuration.metadata.manager | |
com.denodo.scheduler.client |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationHelper.postProcessConfiguration(Configuration config) |
static void |
ConfigurationHelper.postProcessConfiguration(Configuration config,
boolean legacy) |
void |
AbstractConfigurationProcessor.processConfiguration(Configuration config) |
void |
ConfigurationProcessor.processConfiguration(Configuration config) |
void |
AbstractConfigurationProcessor.processConfiguration(Configuration config,
boolean legacy) |
void |
ConfigurationProcessor.processConfiguration(Configuration config,
boolean legacy) |
void |
AbstractConfigurationProcessor.processConfiguration(Configuration config,
boolean legacy,
boolean updateConfiguration) |
void |
ConfigurationProcessor.processConfiguration(Configuration config,
boolean legacy,
boolean updateConfiguration) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationManager.add(Configuration config)
Creates a new element using the given configuration.
|
Configuration |
ConfigurationManager.add(int projectID,
Configuration config)
Creates a new element using the given configuration and associates it to
the specified project.
|
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.
|
Configuration |
ConfigurationManager.update(Configuration config)
Modifies the configuration of the element.
|
Modifier and Type | Method and Description |
---|---|
PluginInfo |
MetadataManager.addPlugin(String fileName,
byte[] fileContents)
Adds a new plugin (custom element implementation) to the plugins register and its metadata to the
the meta-configuration register.
|
PluginInfo |
MetadataManagerImpl.addPlugin(String fileName,
byte[] fileContents) |
Modifier and Type | Method and Description |
---|---|
Configuration |
SchedulerManager.addDataSource(int projectID,
Configuration config)
Creates a new data source using the given configuration and associates it to
the specified project.
|
DriverInfo |
SchedulerManager.addJDBCDriver(Set<<any>> files,
String dataBaseAdapter,
String version,
String className,
String uriTemplate)
Adds a new jdbc driver to the scheduler.
|
Configuration |
SchedulerManager.addJob(int projectID,
Configuration config)
Creates a new job using the given configuration and associates it to
the specified project.
|
PluginInfo |
SchedulerManager.addPlugin(String fileName,
byte[] fileContents)
Adds a new plugin (custom element implementation) to the scheduler.
|
ProjectView |
SchedulerManager.addProject(String name,
String description)
Creates a new project using the default structure from the template
configuration file project-template.xml.
|
Configuration |
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.
|
Configuration |
SchedulerManager.replicateJob(int projectID,
String newName,
Configuration config)
Replicates a job by cloning a given one an setting a new
name for the job.
|
void |
SchedulerManager.replicateRole(String existingRoleName,
String newRoleName)
Creates a new role using the given new name and the permissions of the
copied role.
|
Configuration |
SchedulerManager.updateDataSource(int projectID,
Configuration config)
Modifies the configuration of the element.
|
Configuration |
SchedulerManager.updateJob(int projectID,
Configuration config)
Modifies the configuration of the job.
|
Item |
SchedulerManager.updateProject(Item project)
Modifies the configuration of the project.
|
Copyright © 2021 Denodo Technologies. All rights reserved.