Uses of Class
org.noise_planet.noisemodelling.webserver.script.ExecutionPlan
Packages that use ExecutionPlan
Package
Description
-
Uses of ExecutionPlan in org.noise_planet.noisemodelling.webserver
Methods in org.noise_planet.noisemodelling.webserver that return ExecutionPlanModifier and TypeMethodDescriptionstatic ExecutionPlanOwsController.extractExecuteQuery(net.opengis.wps10.ExecuteType execute, Map<String, ScriptMetadata> wpsScripts) Extracts input data from the providedExecuteTypeobject and returns the execution plan.static ExecutionPlanOwsController.generateExecutionPlanFroExecuteType(net.opengis.wps10.ExecuteType execute, Map<String, ScriptMetadata> wpsScripts) static ExecutionPlanOwsController.generateExecutionPlanFromWPS(InputStream wpsXmlBody, Map<String, ScriptMetadata> wpsScripts) Parse the XML of the query to generate the execution plan -
Uses of ExecutionPlan in org.noise_planet.noisemodelling.webserver.script
Fields in org.noise_planet.noisemodelling.webserver.script declared as ExecutionPlanMethods in org.noise_planet.noisemodelling.webserver.script that return ExecutionPlanModifier and TypeMethodDescriptionJob.getExecutionPlan()Retrieves the execution plan associated with the job.Methods in org.noise_planet.noisemodelling.webserver.script with parameters of type ExecutionPlanModifier and TypeMethodDescriptionstatic ObjectJob.runScript(ExecutionPlan currentPlan, org.h2gis.api.ProgressVisitor progressVisitor, DataSource userDataSource) Executes a Groovy script defined in the given execution plan.Constructors in org.noise_planet.noisemodelling.webserver.script with parameters of type ExecutionPlanModifierConstructorDescriptionJob(int userId, ExecutionPlan executionPlan, DataSource serverDataSource, DataSource userDataSource, Configuration configuration)