Uses of Class
com.denodo.util.exceptions.InternalErrorException
Packages that use InternalErrorException
Package
Description
-
Uses of InternalErrorException in com.denodo.configuration
Methods in com.denodo.configuration that throw InternalErrorExceptionModifier and TypeMethodDescriptionstatic voidEncrypterHelper.decryptConfig(Configuration config, char[] encPassword) static ConfigurationConfigurationSerializer.fromXML(InputStream is) 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) -
Uses of InternalErrorException in com.denodo.configuration.manager
Methods in com.denodo.configuration.manager that throw InternalErrorExceptionModifier 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.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.ConfigurationManager.getBySubTypeGroupedByProject(String type, String subType) Gets the collection of elements of the given type and subType.AbstractConfigurationManagerImpl.getElementsUsedByElement(int elementID) ConfigurationManager.getElementsUsedByElement(int elementID) ConfigurationManager.getProjectsBySubType(String type, String subType) Gets the project name and id the elements of the given type and subType belong to.voidConfigurationManager.remove(int elementID) Removes the element with the specified identifier.voidConfigurationManager.removeByProject(int projectID) Removes all the application elements associated to the given project.voidConfigurationManager.removeBySubType(String type, String subType) Removes all the application elements of the given type and subType.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 InternalErrorException in com.denodo.configuration.metadata
Methods in com.denodo.configuration.metadata that throw InternalErrorExceptionModifier and TypeMethodDescriptionstatic MetaParameterMetaConfigurationHelper.findMetaParameter(MetadataManager metadataManager, String type, String subType, SimpleParameter parameter) Finds theMetaParameterinstance corresponding to the passedParameter, according to the specified type and sub-type. -
Uses of InternalErrorException in com.denodo.configuration.metadata.manager
Methods in com.denodo.configuration.metadata.manager that throw InternalErrorExceptionModifier and TypeMethodDescriptionAdds a new plugin (custom element implementation) to the plugins register and its metadata to the the meta-configuration register.MetadataManager.getElementSubTypes(String type) Obtains all the subTypes for the given element type with its meta-configuration available in the system.MetadataManagerImpl.getElementSubTypes(String type) MetadataManager.getElementTypes()Obtains all the types of elements with its meta-configuration available in the system.MetadataManagerImpl.getElementTypes()MetadataManager.getMetaConfiguration(String type, String subType) Obtains theMetaConfigurationfor the element matching the specified type and subType.MetadataManagerImpl.getMetaConfiguration(String type, String subType) MetadataManager.getMetaConfigurations(String type) Obtains a Collection ofMetaConfiguration.MetadataManagerImpl.getMetaConfigurations(String type) Class<?>MetadataManager.getPluginClass(MetaConfiguration metaConfig) Returns the class implementing the plugin (custom element implementation).Class<?>MetadataManager.getPluginClass(String pluginName) Returns the class implementing the the plugin (custom element implementation).Class<?>MetadataManagerImpl.getPluginClass(MetaConfiguration metaConfig) Class<?>MetadataManagerImpl.getPluginClass(String pluginName) MetadataManager.getPluginDetails(String pluginName) Obtains the plugin details(custom element implementation) of the specified identifier.MetadataManagerImpl.getPluginDetails(String pluginName) MetadataManager.getPlugins()Obtains the collection of plugins (custom element implementations ) registered in the application.MetadataManagerImpl.getPlugins()voidMetadataManager.removePlugin(String pluginName) Removes the plugin (custom element implementation) with the specified identifier and its metadata.voidMetadataManagerImpl.removePlugin(String pluginName) Constructors in com.denodo.configuration.metadata.manager that throw InternalErrorException -
Uses of InternalErrorException in com.denodo.configuration.metadata.manager.util
Methods in com.denodo.configuration.metadata.manager.util that throw InternalErrorExceptionModifier and TypeMethodDescriptionstatic booleanMetadataManagerUtil.removeResourceFromFolder(File jarFile) -
Uses of InternalErrorException in com.denodo.configuration.metadata.repository
Methods in com.denodo.configuration.metadata.repository that throw InternalErrorExceptionModifier and TypeMethodDescriptionLoads the meta-configuration for a given custom element. -
Uses of InternalErrorException in com.denodo.scheduler.api.exporter
Methods in com.denodo.scheduler.api.exporter that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoidExporter.init(ParameterStructure parameters) Initializes the exporter and tests whether theServerDataSources the exporter needed for exporting data (if any) is reachable and has been correctly configured. -
Uses of InternalErrorException in com.denodo.scheduler.api.exporter.filter
Methods in com.denodo.scheduler.api.exporter.filter that throw InternalErrorExceptionModifier and TypeMethodDescriptionprotected abstract InputStreamExporterFilter.doGetInputStream(InputStream in) Initializes an input stream based on the exporter's parameters and encapsulates the passed input stream.protected abstract OutputStreamExporterFilter.doGetOutputStream(OutputStream out) Initializes an output stream based on the exporter's parameters and encapsulates the passed output stream.ExporterFilter.getInputStream(InputStream in) Obtains an input stream which combines all the associated filter's input streams.ExporterFilter.getOutputStream(OutputStream out) Obtains an output stream which combines all the associated filter's output streams. -
Uses of InternalErrorException in com.denodo.scheduler.api.handler
Methods in com.denodo.scheduler.api.handler that throw InternalErrorException -
Uses of InternalErrorException in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that throw InternalErrorExceptionModifier 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 file project-template.xml.voidSchedulerManager.assignPrivileges(RoleInfo role) Assigns the privileges to a role, overriding its previous ones if the role existed, or creating it otherwise.SchedulerManager.changeClusterSettings(ClusterConfig cluster) Modifies the cluster settings used by the server.byte[]SchedulerManager.changeDatabaseConfig(DatabaseConfig settings, boolean exportCurrentMetadata, boolean checkConnectivity) Modifies the database settings and exports the current metadata if the user specifies it.SchedulerManager.changeKerberosSettings(KerberosSettings kerberosSettings) Modifies the kerberos settings used by the server.voidSchedulerManager.changePassword(String oldClearPassword, String newClearPassword) Method that allows clients to modify their passwords they use to log on to the server.SchedulerManager.changeServerPorts(ServerPorts ports) Modifies the port numbers used by the server.SchedulerManager.changeServerSettings(ServerSettings settings) Modifies the server settings.SchedulerManager.changeVDPDataSourceSettings(VDPDataSourceSettings settings) Modifies the VDP data source settings.voidSchedulerManager.compressReportsTable()Compresses the job reports table in database.byte[]SchedulerManager.exportData(boolean config, boolean drivers, boolean plugins, boolean exportWithProperties) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(ExportOptions exportOptions) byte[]SchedulerManager.exportData(Collection<Integer> projectsToExport, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(Collection<Integer> projectsToExport, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(Collection<Integer> projectsToExport, ExportOptions exportOptions) byte[]SchedulerManager.exportData(Map<Integer, Set<Integer>> elementsToExport, boolean exportDependencies, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(Map<Integer, Set<Integer>> elementsToExport, boolean exportDependencies, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions) Deprecated.Deprecated since 8.0u01.byte[]SchedulerManager.exportData(Map<Integer, Set<Integer>> elementsToExport, ExportOptions exportOptions) Map<SchedulerManager.ExportedContent,byte[]> SchedulerManager.exportDataMap(Map<Integer, Set<Integer>> elementsToExport, boolean exportDependencies, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties) Deprecated.Deprecated since 8.0u01.Map<SchedulerManager.ExportedContent,byte[]> SchedulerManager.exportDataMap(Map<Integer, Set<Integer>> elementsToExport, boolean exportDependencies, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions) Deprecated.Deprecated since 8.0u01.Map<SchedulerManager.ExportedContent,byte[]> SchedulerManager.exportDataMap(Map<Integer, Set<Integer>> elementsToExport, ExportOptions exportOptions) byte[]SchedulerManager.generateCompletePropertiesFileToImport(ImportData importData) Generates the complete properties file needed to import a Scheduler backup that was exported with properties.SchedulerManager.getAllJobReports()Gets the collection of all reports.SchedulerManager.getAllJobReports(int startIndex, int count) Gets the collection of all reports.SchedulerManager.getClusterSettings()Gets the cluster settings used by the server.SchedulerManager.getDatabaseConfig()Gets the database settings.SchedulerManager.getDataSource(int projectID, int elementID) Obtains the configuration of the given data source.SchedulerManager.getElasticSearchAnalyzers()Retrieves the collection of analyzers provided by Elastic.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.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.getElementSubTypes(String type) Obtains all the subTypes for the given element type with their meta-configuration available in the system.SchedulerManager.getElementsUsedByElement(int elementID) Gets the elements used by an specified configuration element.SchedulerManager.getElementTypes()Obtains all the types of elements with their meta-configuration available in the system.SchedulerManager.getExporterConfigurationByName(int projectID, int jobID, String exporterName) Obtains the exporter configuration from the job it belongs to.SchedulerManager.getI18ns()Deprecated.since 8.0u09.SchedulerManager.getJDBCDriver(long id) Obtains the JDBC driver registered in the scheduler with that identifier.SchedulerManager.getJDBCDrivers()Obtains the collection of JDBC drivers registered in the scheduler.SchedulerManager.getJob(int projectID, int elementID) Obtains the configuration of the given job.SchedulerManager.getJobDependents(Integer jobId) Obtains the collection of job identifiers that have dependencies with the specified job.SchedulerManager.getJobInformation(int projectID, int jobID) Returns the JobData object that represents the currently job in the scheduler server.SchedulerManager.getJobInformation(String projectName, String jobName) Returns the JobData object that represents the currently job in the scheduler server.SchedulerManager.getJobReports(int projectID, int jobID, int startIndex, int count) Gets the collection of reports associated to the given job.SchedulerManager.getJobsInformation()Returns a list of JobData objects that represent all current jobs in the scheduler server.SchedulerManager.getJobsInformation(List<Integer> jobIDs) Returns a list of JobData objects that represent the status of the asked jobs in the scheduler server.SchedulerManager.getKerberosSettings()Gets the kerberos settings used by the server.SchedulerManager.getMailConfiguration()Gets the mail configuration used by the server.static SchedulerManagerSchedulerManagerFactory.getManager(Context context) Creation of aSchedulerManagerfrom the configuration parameters.SchedulerManager.getMetaConfiguration(String type, String subType) Obtains theMetaConfigurationfor the element matching the specified type and subType.SchedulerManager.getMetaConfigurations(String type) Obtains a Collection ofMetaConfiguration.SchedulerManager.getPlugins()Obtains the collection of plugins (custom element implementation) registered in the scheduler.SchedulerManager.getProject(int projectID) Obtains the project with the specified identifier.SchedulerManager.getProject(String projectName) Obtains the project with the specified name.SchedulerManager.getProjects()Obtains the current projects in the system.SchedulerManager.getProjectsByElement()Gets a map mapping the configuration elements with the project identifier they belong to.SchedulerManager.getProjectsByElement(String type) Gets a map mapping the configuration elements of the specified type with the project identifier they belong to.SchedulerManager.getReport(int reportID) Gets the job report .SchedulerManager.getReportMailContentAsHtml(int reportID) Gets the HTML of a report mail applying the template XSLT.Obtains the permissions configured for the given role name.SchedulerManager.getRoleNames()Obtains the names and descriptions of the roles stored in the server.SchedulerManager.getRoles()Obtains the roles and their permissions stored in the server, already merged with the ones coming from VDP.SchedulerManager.getSchedulerMode()Gets the Scheduler server running mode.SchedulerManager.getServerData(boolean refresh) SchedulerManager.getServerKerberosPrincipal()Gets the Server Principal Name of this Scheduler server.SchedulerManager.getServerPorts()Gets the port numbers used by the server.SchedulerManager.getServerSettings()Gets the server settings.SchedulerManager.getUserPermissionsByRole()Gets the roles (with their permissions) the authenticated user has assigned.SchedulerManager.getVDPDataSourceSettings()Gets the VDP data source settings.SchedulerManager.getVDPManager()Gets the manager to introspect a VDP server.SchedulerManager.importData(byte[] zipFile, boolean replace) Imports a Scheduler backup in the server.SchedulerManager.importData(byte[] zipFile, boolean replace, boolean legacy) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(byte[] zipFile, boolean replaceJobs, boolean replaceDataSources, boolean replaceFilterSequences, boolean replacePlugins, boolean replaceDrivers) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(byte[] zipFile, boolean replaceJobs, boolean replaceDataSources, boolean replaceFilterSequences, boolean replacePlugins, boolean replaceDrivers, boolean legacy) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(byte[] zipFile, byte[] propertiesFile, Map<String, Map<String, Set<String>>> elementsToImport, boolean replaceJobs, boolean replaceDataSources, boolean replaceFilterSequences, boolean replacePlugins, boolean replaceDrivers) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(byte[] zipFile, byte[] propertiesFile, Map<String, Map<String, Set<String>>> elementsToImport, boolean replaceJobs, boolean replaceDataSources, boolean replaceFilterSequences, boolean replacePlugins, boolean replaceDrivers, boolean legacy) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(byte[] zipFile, Map<String, Map<String, Set<String>>> elementsToImport, boolean replaceJobs, boolean replaceDataSources, boolean replaceFilterSequences, boolean replacePlugins, boolean replaceDrivers) Deprecated.Deprecated since 8.0u01.SchedulerManager.importData(ImportData importData, ImportOptions importOptions) Imports a Scheduler backup in the server.SchedulerManager.importData(ImportData importData, Map<String, Map<String, Set<String>>> elementsToImport, ImportOptions importOptions) Imports a Scheduler backup in the server.SchedulerManager.importDataContents(byte[] zipFile) Shows the contents (projects with their jobs, data sources) of a zip file that represents a Scheduler backup.SchedulerManager.importRoleNamesFromVDP()Imports the roles created in the VDP Server.voidInitializes the scheduler manager using the provided context.booleanSchedulerManager.isImportDataWithProperties(byte[] zipFile) Returns true if the zip file that represents a Scheduler backup contains the properties inside.booleanSchedulerManager.isUserAuthorizedToExecute(String methodFirm, Object... args) Checks if the current user is authorized to perform some operation over the server.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.voidSchedulerManager.pauseJob(int projectID, int jobID) Pauses the given job if it is not in its execution phase.SchedulerManager.pauseJob(int projectID, Collection<Integer> jobID) Pauses the given jobs if they are not in their execution phase.booleanSchedulerManager.pauseScheduler()Pauses the scheduler server if there are no jobs in its execution phase.voidSchedulerManager.removeAllReports()Removes all the reports by recreating the reports table.voidSchedulerManager.removeDataSource(int projectID, int elementID) Removes the data source with the specified identifier.SchedulerManager.removeDataSources(int projectID, Collection<Integer> elementID) Removes the datasources with the specified identifier.voidSchedulerManager.removeJDBCDriver(long driverID) Removes the specified JDBC driver.voidSchedulerManager.removeJDBCDriver(String dbAdapter, String dbVersion) Removes the JDBC driver for the specified database and version.voidSchedulerManager.removeJob(int projectID, int elementID) Removes the job with the specified identifier.voidSchedulerManager.removeJobReports(int projectID, int jobID) Removes all reports associated to the given job.SchedulerManager.removeJobReports(int projectID, Collection<Integer> jobID) Removes all reports associated to the given jobs.SchedulerManager.removeJobs(int projectID, Collection<Integer> elementID) Removes the jobs with the specified identifier.voidSchedulerManager.removePlugin(String pluginName) Removes the plugin (custom element implementation) with the specified identifier and its metadata.voidSchedulerManager.removeProject(int projectID) Removes the project with the specified identifier and all the configuration elements that belong to the project (e.g.SchedulerManager.removeProjects(Collection<Integer> projectID) Removes the projects with the specified identifiers and all the configuration elements that belong to the projects (e.g.voidSchedulerManager.removeRole(String roleName) Removes the role with the specified name.SchedulerManager.removeRoles(Set<String> roleNames) Removes the roles with the specified names.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.voidSchedulerManager.resumeJob(int projectID, int jobID) Resumes the job execution.SchedulerManager.resumeJob(int projectID, Collection<Integer> jobID) Resumes the jobs execution.voidSchedulerManager.resumeScheduler()Resumes the scheduler server execution.voidSchedulerManager.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.SchedulerManager.retryOrContinueJob(int projectID, Collection<Integer> 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.voidSchedulerManager.standByScheduler()Temporarily halts the Scheduler's firing of Triggers.booleanSchedulerManager.startBatchMode()Starts the batch mode for the user's session.voidSchedulerManager.startJob(int projectID, int jobID) Executes the given job once.SchedulerManager.startJob(int projectID, Collection<Integer> jobID) Executes the given job once.voidSchedulerManager.startJobWithDependencies(int projectID, int jobID) Executes the given job once with its dependencies (if any).SchedulerManager.startJobWithDependencies(int projectID, Collection<Integer> jobID) Executes the given job once with its dependencies (if any).booleanSchedulerManager.stopBatchMode(boolean confirmChanges) Stops the batch mode for the user's session.voidSchedulerManager.stopJob(int projectID, int jobID) Stops the given job if it was being executed.SchedulerManager.stopJob(int projectID, Collection<Integer> jobID) Stops the given jobs if they were being executed.booleanSchedulerManager.testMailConfiguration(Collection<String> recipients) Tests the configuration of the mail server used by the mail handler.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.updateMailConfiguration(MailConfig mailConfig) Modifies the configuration of the mail server used by the mail handler.SchedulerManager.updateProject(Item project) Modifies the configuration of the project. -
Uses of InternalErrorException in com.denodo.scheduler.client.commons.utils
Methods in com.denodo.scheduler.client.commons.utils that throw InternalErrorException -
Uses of InternalErrorException in com.denodo.scheduler.client.vdpintrospection
Methods in com.denodo.scheduler.client.vdpintrospection that throw InternalErrorExceptionModifier and TypeMethodDescriptionVDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID, String viewName) Returns a default ORDER BY expression generated from the selected view's PK.VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID, Collection<String> pkFields) Returns a default ORDER BY expression generated from the selected PK fields.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.VDPManager.getDateFieldsFromView(int vdpDataSourceID, String viewName) Returns the date-type fields of a VDP view.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.VDPManager.getFieldsFromView(int vdpDataSourceID, String viewName) Deprecated.Deprecated since 8.0u03.VDPManager.getIncrementalCacheStoredProcedureName(int vdpDataSourceID) Returns the name of the stored procedure for incremental cache load of the VDP Server defined by the identifier of the data source.VDPManager.getJDBCTableViewNamesByCatalog(int vdpDataSourceID, String catalogName) Deprecated.Deprecated since 8.0u03.VDPManager.getJDBCTableViewNamesByCatalogAndFilter(int vdpDataSourceID, String catalogName, 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.VDPManager.getPKFieldsFromView(int vdpDataSourceID, String viewName) Deprecated.Deprecated since 8.0u03.VDPManager.getSummaryViewNamesByCatalog(int vdpDataSourceID, String catalogName) Deprecated.Deprecated since 8.0u03.VDPManager.getSummaryViewNamesByCatalogAndFilter(int vdpDataSourceID, String catalogName, 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 sourceVDPManager.getTextFieldsFromView(int vdpDataSourceID, String viewName) Returns the text-type fields of a VDP view.Collection<com.denodo.util.Pair<String,String>> VDPManager.getVDPI18NList(int vdpDataSourceID) Returns a collection of i18n labels from the VDP Server using the data source identified by vdpDataSourceID.VDPManager.getVDPLocale(int vdpDataSourceID, String code) Returns the VDP Locale defined by code parameter from VDP Server using the data source identified by vdpDataSourceID.VDPManager.getViewInfo(int vdpDataSourceID, String viewName) Returns the creation query, pks and fields of a VDP view and which ones are mandatory.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.VDPManager.getViewNamesByCatalog(int vdpDataSourceID, String catalogName) Deprecated.Deprecated since 8.0u03.VDPManager.getViewNamesByCatalogAndFilter(int vdpDataSourceID, String catalogName, 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.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.VDPManager.getViewsWithPKNames(int vdpDataSourceID, 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.VDPManager.getViewsWithPKNamesByCatalogAndFilter(int vdpDataSourceID, String catalogName, 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.VDPManager.validateQuery(int vdpDataSourceID, String query) Checks if a query is valid (without executing it).VDPManager.validateQuery(int vdpDataSourceID, String query, String contextOpts) Checks if a query is valid (without executing it).