| Package | Description |
|---|---|
| com.denodo.configuration | |
| com.denodo.configuration.manager | |
| com.denodo.scheduler.client | |
| com.denodo.scheduler.client.job | |
| com.denodo.scheduler.client.tools |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
ConfigurationSerializer.fromXML(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EncrypterHelper.decryptConfig(Configuration config,
char[] encPassword) |
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) |
static String |
ConfigurationSerializer.toXML(Configuration config) |
static String |
ConfigurationSerializer.toXML(String projectName,
Configuration config,
Properties properties) |
| 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.get(int elementID)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(int projectID,
String name,
String type)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(String name,
String type)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(String projectName,
String name,
String type)
Obtains the configuration of the given element.
|
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 |
|---|---|
Collection<Configuration> |
ConfigurationManager.getBySubType(int projectID,
String type,
String subType)
Gets the collection of elements of the given type and subType associated
to the specified project.
|
Collection<Configuration> |
ConfigurationManager.getBySubType(String type,
String subType)
Gets the collection of elements of the given type and subType.
|
Map<String,Set<Configuration>> |
AbstractConfigurationManagerImpl.getElementsUsedByElement(int elementID) |
Map<String,Set<Configuration>> |
ConfigurationManager.getElementsUsedByElement(int elementID) |
| 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 |
|---|---|
Configuration |
SchedulerManager.addDataSource(int projectID,
Configuration config)
Creates a new data source using the given configuration and associates it to
the specified project.
|
Configuration |
SchedulerManager.addFilterSequence(int projectID,
Configuration config)
Creates a new filter sequence using the given configuration and associates it to
the specified project.
|
Configuration |
SchedulerManager.addJob(int projectID,
Configuration config)
Creates a new job using the given configuration and associates it to
the specified project.
|
Configuration |
SchedulerManager.getDataSource(int projectID,
int elementID)
Obtains the configuration of the given data source.
|
Configuration |
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.
|
Configuration |
SchedulerManager.getExporterConfigurationByName(int projectID,
int jobID,
String exporterName)
Obtains the exporter configuration from the job it belongs to.
|
Configuration |
SchedulerManager.getFilterSequence(int projectID,
int elementID)
Obtains the configuration of the given filter sequence.
|
Configuration |
SchedulerManager.getJob(int projectID,
int elementID)
Obtains the configuration of the given job.
|
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.replicateFilterSequence(int projectID,
String newName,
Configuration config)
Replicates a filter sequence by cloning a given one an setting a new
name for the filter sequence.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Configuration> |
SchedulerManager.getElementsBySubType(int projectID,
String type,
String subType)
Gets the collection of elements of the given type and subType associated
to the specified project.
|
Collection<Configuration> |
SchedulerManager.getElementsByType(int projectID,
String type)
Gets the collection of elements of the given type associated to the
specified project.
|
Map<String,Set<Configuration>> |
SchedulerManager.getElementsUsedByElement(int elementID)
Gets the elements used by an specified configuration element.
|
| 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.
|
Configuration |
SchedulerManager.addFilterSequence(int projectID,
Configuration config)
Creates a new filter sequence using the given configuration and associates it to
the specified project.
|
Configuration |
SchedulerManager.addJob(int projectID,
Configuration config)
Creates a new job using the given configuration and associates it to
the specified project.
|
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.replicateFilterSequence(int projectID,
String newName,
Configuration config)
Replicates a filter sequence by cloning a given one an setting a new
name for the filter sequence.
|
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.updateDataSource(int projectID,
Configuration config)
Modifies the configuration of the element.
|
void |
SchedulerManager.updateFilterSequence(int projectID,
Configuration config)
Modifies the configuration of the filter sequence.
|
void |
SchedulerManager.updateJob(int projectID,
Configuration config)
Modifies the configuration of the job.
|
| Modifier and Type | Method and Description |
|---|---|
static JobData |
JobDataFactory.createJobData(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImportExportUtil.fixJDBCDataSource(Configuration config) |
Copyright © 2024 Denodo Technologies. All rights reserved.