Uses of Class
org.daisy.pipeline.client.models.Script

Packages that use Script
org.daisy.pipeline.client.models   
 

Uses of Script in org.daisy.pipeline.client.models
 

Fields in org.daisy.pipeline.client.models declared as Script
 Script Job.script
           
 

Methods in org.daisy.pipeline.client.models that return types with arguments of type Script
static java.util.List<Script> Script.getScripts(org.w3c.dom.Node scriptsXml)
          Parse the list of scripts described by the provided XML document/node.
static java.util.List<Script> Script.getScripts(Pipeline2WSResponse response)
          Parse the list of scripts described by the provided Pipeline2WSResponse.