- add(Integer) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided Integer value.
- add(Long) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided Long value.
- add(Double) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided Double value.
- add(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided Boolean value.
- add(File, JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided File value.
- add(String) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values the provided String value.
- addAll(Collection<String>) - Method in class org.daisy.pipeline.client.models.Argument
-
Add to the list of values all the provided String values.
- addContextFile(File, String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Add the file to the context.
- addDirectoryContentsToZip(File, File) - Static method in class org.daisy.pipeline.client.utils.Files
-
Convenience method for addFilesToZip(File zipFile, Map
files).
- addDirectoryToZip(File, File) - Static method in class org.daisy.pipeline.client.utils.Files
-
Convenience method for addFilesToZip(File zipFile, Map
files).
- addFilesToZip(File, File[], File) - Static method in class org.daisy.pipeline.client.utils.Files
-
Convenience method for addFilesToZip(File zipFile, Map
files).
- addFilesToZip(File, Map<String, File>) - Static method in class org.daisy.pipeline.client.utils.Files
-
This is where the action happens.
- Alive - Class in org.daisy.pipeline.client.models
-
A representation of the "alive" response from the Pipeline 2 Web Service.
- Alive(Node) - Constructor for class org.daisy.pipeline.client.models.Alive
-
Parse the "alive"-XML described by the provided XML document/node.
- appendChildAcrossDocuments(Element, Node) - Static method in class org.daisy.pipeline.client.utils.XML
-
Cross-document appendChild.
- Argument - Class in org.daisy.pipeline.client.models
-
An argument of type "string"
- Argument(Node) - Constructor for class org.daisy.pipeline.client.models.Argument
-
Create option instance from option node.
- Argument.Kind - Enum in org.daisy.pipeline.client.models
-
- Argument.Output - Enum in org.daisy.pipeline.client.models
-
- asFile() - Method in class org.daisy.pipeline.client.models.Result
-
Get the result as a File object if possible; null otherwise.
- asText() - Method in class org.daisy.pipeline.client.models.Result
-
Get the result as a String object if possible; null otherwise.
- asXml() - Method in class org.daisy.pipeline.client.models.Result
-
Get the result as a Document object if possible; null otherwise.
- authentication - Variable in class org.daisy.pipeline.client.models.Alive
-
- get() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a String.
- getArgument(String) - Method in class org.daisy.pipeline.client.models.Job
-
- getArgument(String) - Method in class org.daisy.pipeline.client.models.Script
-
Get an argument (inputs, options or outputs) by its name.
- getArguments() - Method in class org.daisy.pipeline.client.models.Job
-
Get all arguments, both inputs and outputs.
- getArguments() - Method in class org.daisy.pipeline.client.models.Script
-
Get all arguments, both inputs and outputs.
- getAsBoolean() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a Boolean.
- getAsDouble() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a Double.
- getAsFile(JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a File.
- getAsFileList(JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Get all the values as a List of Files.
- getAsInteger() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a Integer.
- getAsList() - Method in class org.daisy.pipeline.client.models.Argument
-
Get all the values as a List of Strings.
- getAsLong() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the value as a Long.
- getBatchId() - Method in class org.daisy.pipeline.client.models.Job
-
- getCallback() - Method in class org.daisy.pipeline.client.models.Job
-
- getContactInfo() - Method in class org.daisy.pipeline.client.models.Client
-
- getContextDir() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Returns the root directory for the context files.
- getContextFile(String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Get the path in context associated with the File.
- getContextFilePath(File) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Get the file associated with the given context path.
- getDataType() - Method in class org.daisy.pipeline.client.models.Argument
-
- getDataType(Node) - Static method in class org.daisy.pipeline.client.models.DataType
-
Parse the datatype and return as an EnumType or RegexType instance if possible.
- getDataTypes(Node) - Static method in class org.daisy.pipeline.client.models.DataType
-
Get a key/value map of all datatypes available.
- getDefaultValue() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a String.
- getDefaultValueAsBoolean() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a Boolean.
- getDefaultValueAsDouble() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a Double.
- getDefaultValueAsFile(JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a File.
- getDefaultValueAsInteger() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a Integer.
- getDefaultValueAsLong() - Method in class org.daisy.pipeline.client.models.Argument
-
Get the default value as a Long.
- getDesc() - Method in class org.daisy.pipeline.client.models.Argument
-
- getDescription() - Method in class org.daisy.pipeline.client.models.Job
-
- getDescription() - Method in class org.daisy.pipeline.client.models.Script
-
- getHomepage() - Method in class org.daisy.pipeline.client.models.Script
-
- getHref() - Method in class org.daisy.pipeline.client.models.Client
-
- getHref() - Method in class org.daisy.pipeline.client.models.Job
-
- getHref() - Method in class org.daisy.pipeline.client.models.Script
-
- getId() - Method in class org.daisy.pipeline.client.models.Client
-
- getId() - Method in class org.daisy.pipeline.client.models.Job
-
- getId() - Method in class org.daisy.pipeline.client.models.Script
-
- getInputFilesets() - Method in class org.daisy.pipeline.client.models.Script
-
- getInputs() - Method in class org.daisy.pipeline.client.models.Job
-
- getInputs() - Method in class org.daisy.pipeline.client.models.Script
-
- getJobStorage() - Method in class org.daisy.pipeline.client.models.Job
-
- getKind() - Method in class org.daisy.pipeline.client.models.Argument
-
- getLevel() - Method in class org.daisy.pipeline.client.Pipeline2Logger
-
Gets the logger level.
- getLevel() - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
-
- getLogHref() - Method in class org.daisy.pipeline.client.models.Job
-
- getMap() - Method in class org.daisy.pipeline.client.utils.NamespaceContextMap
-
- getMediaTypes() - Method in class org.daisy.pipeline.client.models.Argument
-
- getMessages() - Method in class org.daisy.pipeline.client.models.Job
-
Get a list of all messages for the job.
- getName() - Method in class org.daisy.pipeline.client.models.Argument
-
- getNamespaceURI(String) - Method in class org.daisy.pipeline.client.utils.NamespaceContextMap
-
- getNicename() - Method in class org.daisy.pipeline.client.models.Argument
-
- getNicename() - Method in class org.daisy.pipeline.client.models.datatypes.EnumType.Value
-
Use to get the default nicename (if multiple are available)
- getNicename() - Method in class org.daisy.pipeline.client.models.Job
-
- getNicename() - Method in class org.daisy.pipeline.client.models.Script
-
- getOrdered() - Method in class org.daisy.pipeline.client.models.Argument
-
- getOutput() - Method in class org.daisy.pipeline.client.models.Argument
-
- getOutputFilesets() - Method in class org.daisy.pipeline.client.models.Script
-
- getOutputs() - Method in class org.daisy.pipeline.client.models.Job
-
- getOutputs() - Method in class org.daisy.pipeline.client.models.Script
-
- getPrefix(String) - Method in class org.daisy.pipeline.client.utils.NamespaceContextMap
-
- getPrefixes(String) - Method in class org.daisy.pipeline.client.utils.NamespaceContextMap
-
- getPriority() - Method in class org.daisy.pipeline.client.models.Job
-
- getRequired() - Method in class org.daisy.pipeline.client.models.Argument
-
- getResult() - Method in class org.daisy.pipeline.client.models.Job
-
Get the main Result object.
- getResult(String) - Method in class org.daisy.pipeline.client.models.Job
-
Get the Result representing the argument with the given name.
- getResult(String, String) - Method in class org.daisy.pipeline.client.models.Job
-
Get the Result representing the file with the given name from the argument with the given name.
- getResultFromHref(Node, String) - Static method in class org.daisy.pipeline.client.models.Job
-
Given the absolute href for the result, get the result without parsing the entire jobXml.
- getResultFromHref(String) - Method in class org.daisy.pipeline.client.models.Job
-
Get a result object for the result with the given absolute or relative href.
- getResults(String) - Method in class org.daisy.pipeline.client.models.Job
-
Get the list of Results for the argument with the given name.
- getResults() - Method in class org.daisy.pipeline.client.models.Job
-
Get a map of all the Result objects.
- getRole() - Method in class org.daisy.pipeline.client.models.Client
-
- getScript() - Method in class org.daisy.pipeline.client.models.Job
-
- getScriptHref() - Method in class org.daisy.pipeline.client.models.Job
-
- getSecret() - Method in class org.daisy.pipeline.client.models.Client
-
- getSequence() - Method in class org.daisy.pipeline.client.models.Argument
-
- getStatus() - Method in class org.daisy.pipeline.client.models.Job
-
- getStorageId() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
- getType() - Method in class org.daisy.pipeline.client.models.Argument
-
- getVersion() - Method in class org.daisy.pipeline.client.models.Script
-
- getXml(String, String) - Static method in class org.daisy.pipeline.client.utils.XML
-
Parse an XML string as DOM.
- getXml(String) - Static method in class org.daisy.pipeline.client.utils.XML
-
Parse an XML string as DOM, with "utf-8" as default encoding.
- getXml(InputStream) - Static method in class org.daisy.pipeline.client.utils.XML
-
Parse an InputStream as DOM, with "utf-8" as default encoding.
- getXml(InputStream, String) - Static method in class org.daisy.pipeline.client.utils.XML
-
Parse an InputStream as DOM.
- save() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Save the job to the job storage.
- save(boolean) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
-
Save the job to the job storage.
- Script - Class in org.daisy.pipeline.client.models
-
A representation of a Pipeline 2 script.
- Script(Node) - Constructor for class org.daisy.pipeline.client.models.Script
-
Parse the script described by the provided XML document/node.
- selectNode(String, Node, Map<String, String>) - Static method in class org.daisy.pipeline.client.utils.XPath
-
Select the nodes matching `expr` and return it.
- selectNodes(String, Node, Map<String, String>) - Static method in class org.daisy.pipeline.client.utils.XPath
-
Select all nodes matching `expr` and return them as a List.
- selectText(String, Node, Map<String, String>) - Static method in class org.daisy.pipeline.client.utils.XPath
-
Select the node matching `expr` and return its text content.
- sequence - Variable in class org.daisy.pipeline.client.models.Message
-
- set(int, Integer) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided Integer value.
- set(int, Long) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided Long value.
- set(int, Double) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided Double value.
- set(int, Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided Boolean value.
- set(int, File, JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided File value.
- set(int, String) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value at the given position with the provided String value.
- set(Integer) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided Integer value.
- set(Long) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided Long value.
- set(Double) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided Double value.
- set(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided Boolean value.
- set(File, JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided File value.
- set(String) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the value with the provided String value.
- setAll(Collection<String>) - Method in class org.daisy.pipeline.client.models.Argument
-
Replace the values with all the provided String values.
- setBatchId(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setCallback(List<Callback>) - Method in class org.daisy.pipeline.client.models.Job
-
- setContactInfo(String) - Method in class org.daisy.pipeline.client.models.Client
-
- setDataType(String) - Method in class org.daisy.pipeline.client.models.Argument
-
- setDesc(String) - Method in class org.daisy.pipeline.client.models.Argument
-
- setDescription(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setDescription(String) - Method in class org.daisy.pipeline.client.models.Script
-
- setHomepage(String) - Method in class org.daisy.pipeline.client.models.Script
-
- setHref(String) - Method in class org.daisy.pipeline.client.models.Client
-
- setHref(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setHref(String) - Method in class org.daisy.pipeline.client.models.Script
-
- setId(String) - Method in class org.daisy.pipeline.client.models.Client
-
- setId(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setId(String) - Method in class org.daisy.pipeline.client.models.Script
-
- setInputFilesets(List<String>) - Method in class org.daisy.pipeline.client.models.Script
-
- setInputs(List<Argument>) - Method in class org.daisy.pipeline.client.models.Job
-
- setInputs(List<Argument>) - Method in class org.daisy.pipeline.client.models.Script
-
- setJobStorage(JobStorage) - Method in class org.daisy.pipeline.client.models.Job
-
- setJobXml(Node) - Method in class org.daisy.pipeline.client.models.Job
-
Set job XML and re-enable lazy loading for the new XML.
- setKind(Argument.Kind) - Method in class org.daisy.pipeline.client.models.Argument
-
- setLevel(Pipeline2Logger.LEVEL) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
-
- setLevel(Pipeline2Logger.LEVEL) - Method in class org.daisy.pipeline.client.Pipeline2Logger
-
Set the logger level.
- setLogger(Pipeline2Logger) - Static method in class org.daisy.pipeline.client.Pipeline2Logger
-
Set the Pipeline2Logger instance to be used for logging.
- setLogHref(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setMediaTypes(List<String>) - Method in class org.daisy.pipeline.client.models.Argument
-
- setMessages(List<Message>) - Method in class org.daisy.pipeline.client.models.Job
-
- setName(String) - Method in class org.daisy.pipeline.client.models.Argument
-
- setNicename(String) - Method in class org.daisy.pipeline.client.models.Argument
-
- setNicename(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setNicename(String) - Method in class org.daisy.pipeline.client.models.Script
-
- setOrdered(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
- setOutput(Argument.Output) - Method in class org.daisy.pipeline.client.models.Argument
-
- setOutputFilesets(List<String>) - Method in class org.daisy.pipeline.client.models.Script
-
- setOutputs(List<Argument>) - Method in class org.daisy.pipeline.client.models.Job
-
- setOutputs(List<Argument>) - Method in class org.daisy.pipeline.client.models.Script
-
- setPriority(Job.Priority) - Method in class org.daisy.pipeline.client.models.Job
-
- setRequired(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
- setResults(Result, SortedMap<Result, List<Result>>) - Method in class org.daisy.pipeline.client.models.Job
-
- setRole(Client.Role) - Method in class org.daisy.pipeline.client.models.Client
-
- setScript(Script) - Method in class org.daisy.pipeline.client.models.Job
-
- setScriptHref(String) - Method in class org.daisy.pipeline.client.models.Job
-
- setSecret(String) - Method in class org.daisy.pipeline.client.models.Client
-
- setSequence(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
-
- setStatus(Job.Status) - Method in class org.daisy.pipeline.client.models.Job
-
- setType(String) - Method in class org.daisy.pipeline.client.models.Argument
-
- setVersion(String) - Method in class org.daisy.pipeline.client.models.Script
-
- size() - Method in class org.daisy.pipeline.client.models.Argument
-
Returns the number of values defined for the option or input.
- size - Variable in class org.daisy.pipeline.client.models.Result
-
- stacktraceToString(Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
-
- validate(Argument, JobStorage) - Static method in class org.daisy.pipeline.client.filestorage.JobValidator
-
Check if the input or option is filled out properly.
- validate() - Method in class org.daisy.pipeline.client.models.Job
-
Check that all the inputs and options is filled out properly.
- validate(String) - Method in class org.daisy.pipeline.client.models.Job
-
Check that the argument with then provided name is filled out properly.
- Value() - Constructor for class org.daisy.pipeline.client.models.datatypes.EnumType.Value
-
- value - Variable in class org.daisy.pipeline.client.models.Property
-
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Argument.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Argument.Output
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Callback.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Client.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Job.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Job.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.JobQueue.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.models.Message.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.daisy.pipeline.client.Pipeline2Logger.LEVEL
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.daisy.pipeline.client.models.Argument.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.Argument.Output
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.Callback.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.Client.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.daisy.pipeline.client.models.datatypes.EnumType
-
- values() - Static method in enum org.daisy.pipeline.client.models.Job.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.Job.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.JobQueue.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.models.Message.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.daisy.pipeline.client.Pipeline2Logger.LEVEL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class org.daisy.pipeline.client.models.Alive
-