Uses of Class
org.noise_planet.noisemodelling.webserver.script.ScriptMetadata
Packages that use ScriptMetadata
Package
Description
-
Uses of ScriptMetadata in org.noise_planet.noisemodelling.webserver
Method parameters in org.noise_planet.noisemodelling.webserver with type arguments of type ScriptMetadataModifier 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 ScriptMetadata in org.noise_planet.noisemodelling.webserver.script
Fields in org.noise_planet.noisemodelling.webserver.script declared as ScriptMetadataMethods in org.noise_planet.noisemodelling.webserver.script that return ScriptMetadataMethods in org.noise_planet.noisemodelling.webserver.script that return types with arguments of type ScriptMetadataModifier and TypeMethodDescriptionstatic Map<String, ScriptMetadata> WpsScriptWrapper.scanScriptsGrouped(ClassLoader loader, String scriptDirectoryName) Scans a predefined directory structure containing Groovy scripts and organizes them into groups.Methods in org.noise_planet.noisemodelling.webserver.script with parameters of type ScriptMetadataModifier and TypeMethodDescriptionstatic StringWpsXmlDocumentGenerator.generateDescribeProcessXML(ScriptMetadata wrapper) Generates a WPS DescribeProcess XML for a specific Groovy script.Method parameters in org.noise_planet.noisemodelling.webserver.script with type arguments of type ScriptMetadataModifier and TypeMethodDescriptionstatic StringWpsXmlDocumentGenerator.generateCapabilitiesXML(Map<String, ScriptMetadata> scripts) Generates a WPS GetCapabilities XML document listing all available scripts.static voidWpsScriptWrapper.walkUri(Map<String, ScriptMetadata> grouped, org.slf4j.Logger logger, URI resourcesScriptUri, String scriptDirectoryName) Walks through the contents of a given URI, which can point to either a directory in the file system or a location within a JAR file, to find and process Groovy script files.Constructors in org.noise_planet.noisemodelling.webserver.script with parameters of type ScriptMetadataModifierConstructorDescriptionExecutionPlan(Map<String, Object> inputs, ScriptMetadata scriptMetadata) Create a new ExecutionPlan.ExecutionPlan(Map<String, Object> inputs, ScriptMetadata scriptMetadata, String chainedOutputKey) Create a new ExecutionPlan for a chained process.