| 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.get(int elementID)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(int projectID,
java.lang.String name,
java.lang.String type)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(java.lang.String name,
java.lang.String type)
Obtains the configuration of the given element.
|
Configuration |
ConfigurationManager.getByName(java.lang.String projectName,
java.lang.String name,
java.lang.String type)
Obtains the configuration of the given element.
|
java.util.Map<java.lang.String,java.util.Set<Configuration>> |
AbstractConfigurationManagerImpl.getElementsUsedByElement(int elementID) |
java.util.Map<java.lang.String,java.util.Set<Configuration>> |
ConfigurationManager.getElementsUsedByElement(int elementID) |
void |
ConfigurationManager.remove(int elementID)
Removes the element with the specified identifier.
|
Configuration |
ConfigurationManager.update(Configuration config)
Modifies the configuration of the element.
|
| Modifier and Type | Method and Description |
|---|---|
static MetaParameter |
MetaConfigurationHelper.findMetaParameter(java.lang.String type,
java.lang.String subType,
SimpleParameter parameter)
Finds the
MetaParameter instance corresponding to the passed Parameter, according to the
specified type and sub-type. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
MetadataManager.getElementSubTypes(java.lang.String type)
Obtains all the subTypes for the given element type with its meta-configuration available in the
system.
|
java.util.Collection<java.lang.String> |
MetadataManagerImpl.getElementSubTypes(java.lang.String type) |
MetaConfiguration |
MetadataManager.getMetaConfiguration(java.lang.String type,
java.lang.String subType)
Obtains the
MetaConfiguration for the element matching the specified type and
subType. |
MetaConfiguration |
MetadataManagerImpl.getMetaConfiguration(java.lang.String type,
java.lang.String subType) |
java.util.Collection<MetaConfiguration> |
MetadataManager.getMetaConfigurations(java.lang.String type)
Obtains a Collection of
MetaConfiguration. |
java.util.Collection<MetaConfiguration> |
MetadataManagerImpl.getMetaConfigurations(java.lang.String type) |
java.lang.Class<?> |
MetadataManager.getPluginClass(MetaConfiguration metaConfig)
Returns the class implementing the plugin (custom element implementation).
|
java.lang.Class<?> |
MetadataManagerImpl.getPluginClass(MetaConfiguration metaConfig) |
java.lang.Class<?> |
MetadataManager.getPluginClass(java.lang.String pluginName)
Returns the class implementing the the plugin (custom element implementation).
|
java.lang.Class<?> |
MetadataManagerImpl.getPluginClass(java.lang.String pluginName) |
PluginInfo |
MetadataManager.getPluginDetails(java.lang.String pluginName)
Obtains the plugin details(custom element implementation) of the specified identifier.
|
PluginInfo |
MetadataManagerImpl.getPluginDetails(java.lang.String pluginName) |
void |
MetadataManager.removePlugin(java.lang.String pluginName)
Removes the plugin (custom element implementation) with the specified identifier and its
metadata.
|
void |
MetadataManagerImpl.removePlugin(java.lang.String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
MetaConfiguration |
MetadataRepository.get(java.util.jar.JarFile file,
java.lang.String elementID) |
MetaConfiguration |
MetadataRepositoryImpl.get(java.util.jar.JarFile jarFile,
java.lang.String elementID) |
MetaConfiguration |
MetadataRepository.get(java.lang.String elementID) |
MetaConfiguration |
MetadataRepositoryImpl.get(java.lang.String elementID)
Loads the meta-configuration for a given custom element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerManager.assignPrivileges(RoleInfo role)
Assigns the privileges to a role, overriding its previous ones if the
role existed, or creating it otherwise.
|
Configuration |
SchedulerManager.getDataSource(int projectID,
int elementID)
Obtains the configuration of the given data source.
|
Configuration |
SchedulerManager.getElementByName(java.lang.String projectName,
java.lang.String elementName,
java.lang.String type)
Gets the configuration of an element by its name, its type and the name of the project it belongs to.
|
java.util.Collection<java.lang.String> |
SchedulerManager.getElementSubTypes(java.lang.String type)
Obtains all the subTypes for the given element type with their
meta-configuration available in the system.
|
java.util.Map<java.lang.String,java.util.Set<Configuration>> |
SchedulerManager.getElementsUsedByElement(int elementID)
Gets the elements used by an specified configuration element.
|
Configuration |
SchedulerManager.getExporterConfigurationByName(int projectID,
int jobID,
java.lang.String exporterName)
Obtains the exporter configuration from the job it belongs to.
|
DriverInfo |
SchedulerManager.getJDBCDriver(long id)
Obtains the JDBC driver registered in the scheduler with that identifier.
|
Configuration |
SchedulerManager.getJob(int projectID,
int elementID)
Obtains the configuration of the given job.
|
java.util.Collection<java.lang.Integer> |
SchedulerManager.getJobDependents(java.lang.Integer jobId)
Obtains the collection of job identifiers that have dependencies
with the specified job.
|
JobData |
SchedulerManager.getJobInformation(int projectID,
int jobID)
Returns the JobData object that represents the currently job in the
scheduler server.
|
JobData |
SchedulerManager.getJobInformation(java.lang.String projectName,
java.lang.String jobName)
Returns the JobData object that represents the currently job in the
scheduler server.
|
JobReportChunk |
SchedulerManager.getJobReports(int projectID,
int jobID,
int startIndex,
int count)
Gets the collection of reports associated to the given job.
|
MetaConfiguration |
SchedulerManager.getMetaConfiguration(java.lang.String type,
java.lang.String subType)
Obtains the
MetaConfiguration for the element matching the
specified type and subType. |
java.util.Collection<MetaConfiguration> |
SchedulerManager.getMetaConfigurations(java.lang.String type)
Obtains a Collection of
MetaConfiguration. |
ProjectView |
SchedulerManager.getProject(int projectID)
Obtains the project with the specified identifier.
|
ProjectView |
SchedulerManager.getProject(java.lang.String projectName)
Obtains the project with the specified name.
|
JobReport |
SchedulerManager.getReport(int reportID)
Gets the job report .
|
java.lang.String |
SchedulerManager.getReportMailContentAsHtml(int reportID)
Gets the HTML of a report mail applying the template XSLT.
|
RoleInfo |
SchedulerManager.getRole(java.lang.String roleName)
Obtains the permissions configured for the given role name.
|
Configuration |
SchedulerManager.moveDataSourceToProject(int projectID,
Configuration config,
int destinationProjectID)
Modifies the configuration of the data source and saves it in the target project.
|
Configuration |
SchedulerManager.moveJobToProject(int projectID,
Configuration config,
int destinationProjectID)
Modifies the configuration of the job and saves it in the target project.
|
void |
SchedulerManager.pauseJob(int projectID,
int jobID)
Pauses the given job if it is not in its execution phase.
|
void |
SchedulerManager.removeDataSource(int projectID,
int elementID)
Removes the data source with the specified identifier.
|
void |
SchedulerManager.removeJDBCDriver(long driverID)
Removes the specified JDBC driver.
|
void |
SchedulerManager.removeJDBCDriver(java.lang.String dbAdapter,
java.lang.String dbVersion)
Removes the JDBC driver for the specified database and version.
|
void |
SchedulerManager.removeJob(int projectID,
int elementID)
Removes the job with the specified identifier.
|
void |
SchedulerManager.removeJobReports(int projectID,
int jobID)
Removes all reports associated to the given job.
|
void |
SchedulerManager.removePlugin(java.lang.String pluginName)
Removes the plugin (custom element implementation) with the specified
identifier and its metadata.
|
void |
SchedulerManager.removeProject(int projectID)
Removes the project with the specified identifier and all the
configuration elements that belong to the project (e.g.
|
void |
SchedulerManager.removeRole(java.lang.String roleName)
Removes the role with the specified name.
|
void |
SchedulerManager.replicateRole(java.lang.String existingRoleName,
java.lang.String newRoleName)
Creates a new role using the given new name and the permissions of the
copied role.
|
void |
SchedulerManager.resumeJob(int projectID,
int jobID)
Resumes the job execution.
|
void |
SchedulerManager.retryOrContinueJob(int projectID,
int jobID)
Executes the given job once retrying the errors occured (if any) during
the last execution of the job and executing queries not yet executed
(if any) for some unexpected error.
|
void |
SchedulerManager.startJob(int projectID,
int jobID)
Executes the given job once.
|
void |
SchedulerManager.startJobWithDependencies(int projectID,
int jobID)
Executes the given job once with its dependencies (if any).
|
void |
SchedulerManager.stopJob(int projectID,
int jobID)
Stops the given job if it was being executed.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewNotFoundException
Exception returned when a view does not exist in the Virtual DataPort server.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
java.util.Collection<java.lang.String> pkFields)
Returns a default ORDER BY expression generated from the selected PK fields.
|
java.lang.String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
java.lang.String viewName)
Returns a default ORDER BY expression generated from the selected view's PK.
|
java.util.Collection<java.lang.String> |
VDPManager.getCatalogNames(int vdpDataSourceID)
Returns a collection with the names of the catalogs/databases of the VDP Server defined by
the identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getDateFieldsFromView(int vdpDataSourceID,
java.lang.String viewName)
Returns the date-type fields of a VDP view.
|
java.util.Collection<VDPViewElement> |
VDPManager.getElements(int vdpDataSourceID,
VDPViewElementFilter elementFilter)
Returns a collection of the elements of the database defined in elementFilter and VDP Server defined by
the identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getJDBCTableViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.String viewNameFilter)
Returns a collection with the names of the base views over a jdbc table of the VDP Server defined by the
identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getSummaryViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.String viewNameFilter)
Returns a collection with the names of the base views over a summary of the VDP Server defined by the identifier
of the data source
|
java.util.Collection<java.lang.String> |
VDPManager.getTextFieldsFromView(int vdpDataSourceID,
java.lang.String viewName)
Returns the text-type fields of a VDP view.
|
java.util.Collection<<any>> |
VDPManager.getVDPI18NList(int vdpDataSourceID)
Returns a collection of i18n labels
from the VDP Server using the data source identified by vdpDataSourceID.
|
VDPLocale |
VDPManager.getVDPLocale(int vdpDataSourceID,
java.lang.String code)
Returns the VDP Locale defined by code parameter
from VDP Server using the data source identified by vdpDataSourceID.
|
VDPViewInfo |
VDPManager.getViewInfo(int vdpDataSourceID,
java.lang.String viewName)
Returns the creation query, pks and fields of a VDP view and which ones are mandatory.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewNames(int vdpDataSourceID)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by
the identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.String viewNameFilter)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by the identifier
of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by
the identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID,
java.lang.String catalogName)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by
the identifier of the data source.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.String viewNameFilter)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by the identifier
of the data source.
|
java.lang.String |
VDPManager.validateQuery(int vdpDataSourceID,
java.lang.String query)
Checks if a query is valid (without executing it).
|
java.lang.String |
VDPManager.validateQuery(int vdpDataSourceID,
java.lang.String query,
java.lang.String contextOpts)
Checks if a query is valid (without executing it).
|
Copyright © 2024 Denodo Technologies. All rights reserved.