Uses of Class
com.denodo.util.exceptions.InstanceNotFoundException
Packages that use InstanceNotFoundException
Package
Description
-
Uses of InstanceNotFoundException in com.denodo.configuration
Methods in com.denodo.configuration that throw InstanceNotFoundExceptionModifier 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 InstanceNotFoundException in com.denodo.configuration.manager
Methods in com.denodo.configuration.manager that throw InstanceNotFoundExceptionModifier and TypeMethodDescriptionConfigurationManager.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.AbstractConfigurationManagerImpl.getElementsUsedByElement(int elementID) ConfigurationManager.getElementsUsedByElement(int elementID) voidConfigurationManager.remove(int elementID) Removes the element with the specified identifier.ConfigurationManager.update(Configuration config) Modifies the configuration of the element. -
Uses of InstanceNotFoundException in com.denodo.configuration.metadata
Methods in com.denodo.configuration.metadata that throw InstanceNotFoundExceptionModifier 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 InstanceNotFoundException in com.denodo.configuration.metadata.manager
Methods in com.denodo.configuration.metadata.manager that throw InstanceNotFoundExceptionModifier and TypeMethodDescriptionMetadataManager.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.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) voidMetadataManager.removePlugin(String pluginName) Removes the plugin (custom element implementation) with the specified identifier and its metadata.voidMetadataManagerImpl.removePlugin(String pluginName) -
Uses of InstanceNotFoundException in com.denodo.configuration.metadata.repository
Methods in com.denodo.configuration.metadata.repository that throw InstanceNotFoundExceptionModifier and TypeMethodDescriptionLoads the meta-configuration for a given custom element. -
Uses of InstanceNotFoundException in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that throw InstanceNotFoundExceptionModifier and TypeMethodDescriptionvoidSchedulerManager.assignPrivileges(RoleInfo role) Assigns the privileges to a role, overriding its previous ones if the role existed, or creating it otherwise.SchedulerManager.getDataSource(int projectID, int elementID) Obtains the configuration of the given data source.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.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.getExporterConfigurationByName(int projectID, int jobID, String exporterName) Obtains the exporter configuration from the job it belongs to.SchedulerManager.getJDBCDriver(long id) Obtains the JDBC driver registered in the scheduler with that identifier.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.getMetaConfiguration(String type, String subType) Obtains theMetaConfigurationfor the element matching the specified type and subType.SchedulerManager.getMetaConfigurations(String type) Obtains a Collection ofMetaConfiguration.SchedulerManager.getProject(int projectID) Obtains the project with the specified identifier.SchedulerManager.getProject(String projectName) Obtains the project with the specified name.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.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.voidSchedulerManager.removeDataSource(int projectID, int elementID) Removes the data source 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.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.voidSchedulerManager.removeRole(String roleName) Removes the role with the specified name.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.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.voidSchedulerManager.startJob(int projectID, int jobID) Executes the given job once.voidSchedulerManager.startJobWithDependencies(int projectID, int jobID) Executes the given job once with its dependencies (if any).voidSchedulerManager.stopJob(int projectID, int jobID) Stops the given job if it was being executed.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. -
Uses of InstanceNotFoundException in com.denodo.scheduler.client.commons.exceptions
Subclasses of InstanceNotFoundException in com.denodo.scheduler.client.commons.exceptionsModifier and TypeClassDescriptionclassException returned when a view does not exist in the Virtual DataPort server. -
Uses of InstanceNotFoundException in com.denodo.scheduler.client.vdpintrospection
Methods in com.denodo.scheduler.client.vdpintrospection that throw InstanceNotFoundExceptionModifier 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).