Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

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
 

B

bundleId - Variable in class org.daisy.pipeline.client.models.Property
 
bundleName - Variable in class org.daisy.pipeline.client.models.Property
 

C

Callback - Class in org.daisy.pipeline.client.models
A callback for job updates.
Callback(String, Callback.Type, String) - Constructor for class org.daisy.pipeline.client.models.Callback
 
Callback(Node) - Constructor for class org.daisy.pipeline.client.models.Callback
 
Callback.Type - Enum in org.daisy.pipeline.client.models
 
clear() - Method in class org.daisy.pipeline.client.models.Argument
Clear the given option or input.
Client - Class in org.daisy.pipeline.client.models
A representation of the "/admin/clients" response from the Pipeline 2 Web Service.
Client(Node) - Constructor for class org.daisy.pipeline.client.models.Client
 
Client.Role - Enum in org.daisy.pipeline.client.models
 
column - Variable in class org.daisy.pipeline.client.models.Message
 
compareTo(Callback) - Method in class org.daisy.pipeline.client.models.Callback
 
compareTo(DataType) - Method in class org.daisy.pipeline.client.models.DataType
 
compareTo(Job) - Method in class org.daisy.pipeline.client.models.Job
 
compareTo(Message) - Method in class org.daisy.pipeline.client.models.Message
 
compareTo(Result) - Method in class org.daisy.pipeline.client.models.Result
 
compareTo(Script) - Method in class org.daisy.pipeline.client.models.Script
 
context - Variable in class org.daisy.pipeline.client.models.JobSizes.JobSize
 
copy(File, File) - Static method in class org.daisy.pipeline.client.utils.Files
 

D

DataType - Class in org.daisy.pipeline.client.models
A representation of a Pipeline 2 script.
DataType(Node) - Constructor for class org.daisy.pipeline.client.models.DataType
 
dataTypeXml - Variable in class org.daisy.pipeline.client.models.DataType
 
debug(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
debug(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 
debug(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
debug(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
delete() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Deletes the job including all its files from the job storage.
dp2ns - Static variable in class org.daisy.pipeline.client.utils.XPath
Default namespace for the Pipeline 2 Web API.

E

encodeURI(String) - Static method in class org.daisy.pipeline.client.utils.Files
Encodes a file path for use as a URI.
EnumType - Class in org.daisy.pipeline.client.models.datatypes
 
EnumType(Node) - Constructor for class org.daisy.pipeline.client.models.datatypes.EnumType
 
EnumType.Value - Class in org.daisy.pipeline.client.models.datatypes
 
error - Variable in class org.daisy.pipeline.client.models.Alive
 
error(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The ERROR level designates error events that might still allow the application to continue running.
error(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 
error(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
error(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
existsInContext(String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Test whether the given path exists in the context.

F

fatal(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The FATAL level designates very severe error events that will presumably lead the application to abort.
fatal(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 
fatal(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
fatal(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
file - Variable in class org.daisy.pipeline.client.models.Message
 
file - Variable in class org.daisy.pipeline.client.models.Result
 
filename - Variable in class org.daisy.pipeline.client.models.Result
 
Files - Class in org.daisy.pipeline.client.utils
Utility class for working with files, especially ZIP-files.
Files() - Constructor for class org.daisy.pipeline.client.utils.Files
 
frequency - Variable in class org.daisy.pipeline.client.models.Callback
 
from - Variable in class org.daisy.pipeline.client.models.Result
 

G

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.

H

href - Variable in class org.daisy.pipeline.client.models.Callback
 
href - Variable in class org.daisy.pipeline.client.models.JobQueue
 
href - Variable in class org.daisy.pipeline.client.models.JobSizes
 
href - Variable in class org.daisy.pipeline.client.models.Result
 

I

id - Variable in class org.daisy.pipeline.client.models.DataType
 
id - Variable in class org.daisy.pipeline.client.models.JobSizes.JobSize
 
info(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
info(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 
info(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
info(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
isDefined() - Method in class org.daisy.pipeline.client.models.Argument
Unset the given option or input.
isDirectoryInContext(String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Test whether the given path exists as a directory in the context.
isFileInContext(String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Test whether the given path exists as a file in the context.

J

Job - Class in org.daisy.pipeline.client.models
A representation of a Pipeline 2 job.
Job() - Constructor for class org.daisy.pipeline.client.models.Job
Create an empty representation of a job.
Job(Node) - Constructor for class org.daisy.pipeline.client.models.Job
Parse the job described by the provided XML document/node.
Job.Priority - Enum in org.daisy.pipeline.client.models
 
Job.Status - Enum in org.daisy.pipeline.client.models
 
JobQueue - Class in org.daisy.pipeline.client.models
A representation of the "/queue" response from the Pipeline 2 Web Service.
JobQueue(Node) - Constructor for class org.daisy.pipeline.client.models.JobQueue
 
JobQueue.Priority - Enum in org.daisy.pipeline.client.models
 
JobQueue.QueuedJob - Class in org.daisy.pipeline.client.models
 
JobSize() - Constructor for class org.daisy.pipeline.client.models.JobSizes.JobSize
 
JobSizes - Class in org.daisy.pipeline.client.models
A representation of the "/admin/sizes" response from the Pipeline 2 Web Service.
JobSizes(Node) - Constructor for class org.daisy.pipeline.client.models.JobSizes
 
jobSizes - Variable in class org.daisy.pipeline.client.models.JobSizes
 
JobSizes.JobSize - Class in org.daisy.pipeline.client.models
 
JobStorage - Class in org.daisy.pipeline.client.filestorage
 
JobStorage(Job, File, String) - Constructor for class org.daisy.pipeline.client.filestorage.JobStorage
Create a JobStorage associated with the provided Job.
JobStorage(Job, File, JobStorage, String) - Constructor for class org.daisy.pipeline.client.filestorage.JobStorage
Create a JobStorage associated with the provided Job, and copy the context from another job.
JobValidator - Class in org.daisy.pipeline.client.filestorage
 
JobValidator() - Constructor for class org.daisy.pipeline.client.filestorage.JobValidator
 

L

lazyLoad() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Load the job.
lazyLoad() - Method in class org.daisy.pipeline.client.models.Client
 
level - Variable in class org.daisy.pipeline.client.models.Message
 
line - Variable in class org.daisy.pipeline.client.models.Message
 
listFilesRecursively(File, boolean) - Static method in class org.daisy.pipeline.client.utils.Files
Lists all files recursively, starting at `directory`.
listFilesRecursively(File, URI, boolean) - Static method in class org.daisy.pipeline.client.utils.Files
Lists all files recursively, starting at `directory`, resolving their relative paths against `base`.
listJobs(File) - Static method in class org.daisy.pipeline.client.filestorage.JobStorage
List all job IDs that are stored in the given job storage folder.
listZipFiles(File) - Static method in class org.daisy.pipeline.client.utils.Files
Does not actually load the files, since that could potentially eat up your RAM.
loadJob(String, File) - Static method in class org.daisy.pipeline.client.filestorage.JobStorage
Load a job from the job storage folder.
localfs - Variable in class org.daisy.pipeline.client.models.Alive
 
log - Variable in class org.daisy.pipeline.client.models.JobSizes.JobSize
 
logger() - Static method in class org.daisy.pipeline.client.Pipeline2Logger
Get the currently used Pipeline2Logger instance in use.
logsLevel(Pipeline2Logger.LEVEL) - Method in class org.daisy.pipeline.client.Pipeline2Logger
Returns whether or not messages of the given level will be logged.
logsLevel(Pipeline2Logger.LEVEL) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 

M

makeContextZip() - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Bundles all context files up as a ZIP archive and returns it.
Message - Class in org.daisy.pipeline.client.models
A job message.
Message() - Constructor for class org.daisy.pipeline.client.models.Message
 
Message.Level - Enum in org.daisy.pipeline.client.models
 
mimeType - Variable in class org.daisy.pipeline.client.models.Result
 
moveTo(int, int) - Method in class org.daisy.pipeline.client.models.Argument
Move a value from one position in the value list to another.

N

name - Variable in class org.daisy.pipeline.client.models.datatypes.EnumType.Value
 
name - Variable in class org.daisy.pipeline.client.models.Property
 
name - Variable in class org.daisy.pipeline.client.models.Result
 
NamespaceContextMap - Class in org.daisy.pipeline.client.utils
An implementation of NamespaceContext .
NamespaceContextMap(Map<String, String>) - Constructor for class org.daisy.pipeline.client.utils.NamespaceContextMap
Constructor that takes a map of XML prefix-namespaceURI values.
NamespaceContextMap(String...) - Constructor for class org.daisy.pipeline.client.utils.NamespaceContextMap
Convenience constructor.
namespaces - Variable in class org.daisy.pipeline.client.utils.XPath
 
nicename - Variable in class org.daisy.pipeline.client.models.Result
 
nicenames - Variable in class org.daisy.pipeline.client.models.datatypes.EnumType.Value
 

O

org.daisy.pipeline.client - package org.daisy.pipeline.client
 
org.daisy.pipeline.client.filestorage - package org.daisy.pipeline.client.filestorage
 
org.daisy.pipeline.client.models - package org.daisy.pipeline.client.models
 
org.daisy.pipeline.client.models.datatypes - package org.daisy.pipeline.client.models.datatypes
 
org.daisy.pipeline.client.utils - package org.daisy.pipeline.client.utils
 
output - Variable in class org.daisy.pipeline.client.models.JobSizes.JobSize
 

P

parseClientsXml(Node) - Static method in class org.daisy.pipeline.client.models.Client
 
parseJobsXml(Node) - Static method in class org.daisy.pipeline.client.models.Job
Parse the list of jobs described by the provided XML document/node.
parsePropertiesXml(Node) - Static method in class org.daisy.pipeline.client.models.Property
 
parseResultXml(Node) - Static method in class org.daisy.pipeline.client.models.Result
 
parseResultXml(Node, String) - Static method in class org.daisy.pipeline.client.models.Result
 
parseScriptsXml(Node) - Static method in class org.daisy.pipeline.client.models.Script
Parse the list of scripts described by the provided XML document/node.
pattern - Variable in class org.daisy.pipeline.client.models.datatypes.RegexType
 
Pipeline2ConsoleLogger() - Constructor for class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
Pipeline2Exception - Exception in org.daisy.pipeline.client
A generic error thrown by the Pipeline 2 Client Library.
Pipeline2Exception(String, Throwable) - Constructor for exception org.daisy.pipeline.client.Pipeline2Exception
 
Pipeline2Exception(String) - Constructor for exception org.daisy.pipeline.client.Pipeline2Exception
 
Pipeline2Exception(Throwable) - Constructor for exception org.daisy.pipeline.client.Pipeline2Exception
 
Pipeline2Logger - Class in org.daisy.pipeline.client
 
Pipeline2Logger() - Constructor for class org.daisy.pipeline.client.Pipeline2Logger
 
Pipeline2Logger.LEVEL - Enum in org.daisy.pipeline.client
Logger levels.
Pipeline2Logger.Pipeline2ConsoleLogger - Class in org.daisy.pipeline.client
Default logging implementation that logs to the console.
prettyRelativeHref - Variable in class org.daisy.pipeline.client.models.Result
 
Property - Class in org.daisy.pipeline.client.models
A representation of the "/admin/properties" response from the Pipeline 2 Web Service.
Property() - Constructor for class org.daisy.pipeline.client.models.Property
 

Q

queue - Variable in class org.daisy.pipeline.client.models.JobQueue
 
QueuedJob() - Constructor for class org.daisy.pipeline.client.models.JobQueue.QueuedJob
 

R

read(File) - Static method in class org.daisy.pipeline.client.utils.Files
Read text from file
regex - Variable in class org.daisy.pipeline.client.models.datatypes.RegexType
 
RegexType - Class in org.daisy.pipeline.client.models.datatypes
 
RegexType(Node) - Constructor for class org.daisy.pipeline.client.models.datatypes.RegexType
 
relativeHref - Variable in class org.daisy.pipeline.client.models.Result
 
remove(Integer) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided Integer value from the list of values.
remove(Long) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided Long value from the list of values.
remove(Double) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided Double value from the list of values.
remove(Boolean) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided Boolean value from the list of values.
remove(File, JobStorage) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided File value from the list of values.
remove(String) - Method in class org.daisy.pipeline.client.models.Argument
Remove all occurences of the provided String value from the list of values.
removeAll(Collection<String>) - Method in class org.daisy.pipeline.client.models.Argument
Remove the first occurences of all the provided String values from the list of values.
removeContextFile(String) - Method in class org.daisy.pipeline.client.filestorage.JobStorage
Remove the file from the context.
Result - Class in org.daisy.pipeline.client.models
 
Result() - Constructor for class org.daisy.pipeline.client.models.Result
 

S

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
 

T

text - Variable in class org.daisy.pipeline.client.models.Message
 
timeStamp - Variable in class org.daisy.pipeline.client.models.Message
 
timeStampDate() - Method in class org.daisy.pipeline.client.models.Message
 
toJobRequestXml(boolean) - Method in class org.daisy.pipeline.client.models.Job
Create jobRequest XML.
toString() - Method in class org.daisy.pipeline.client.utils.NamespaceContextMap
 
toString(Node) - Static method in class org.daisy.pipeline.client.utils.XML
Serialize an XML node as a string.
total - Variable in class org.daisy.pipeline.client.models.JobSizes
 
toXml() - Method in class org.daisy.pipeline.client.models.Argument
 
toXml() - Method in class org.daisy.pipeline.client.models.Callback
 
toXml() - Method in class org.daisy.pipeline.client.models.Job
 
toXml(Element) - Method in class org.daisy.pipeline.client.models.Result
 
toXml() - Method in class org.daisy.pipeline.client.models.Script
 
trace(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
trace(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
trace(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The TRACE Level designates finer-grained informational events than the DEBUG level.
trace(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 
type - Variable in class org.daisy.pipeline.client.models.Callback
 

U

unset() - Method in class org.daisy.pipeline.client.models.Argument
Unset the given option or input.
unzip(File, File) - Static method in class org.daisy.pipeline.client.utils.Files
Unzip the ZIP-file `zip` to the directory `dir`.

V

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
 

W

warn(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
warn(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger.Pipeline2ConsoleLogger
 
warn(String) - Method in class org.daisy.pipeline.client.Pipeline2Logger
The WARN level designates potentially harmful situations.
warn(String, Exception) - Method in class org.daisy.pipeline.client.Pipeline2Logger
 

X

XML - Class in org.daisy.pipeline.client.utils
Utility class for parsing and serializing XML.
XML() - Constructor for class org.daisy.pipeline.client.utils.XML
 
XPath - Class in org.daisy.pipeline.client.utils
Utility class for querying XML documents using XPath.

Z

zip(File, File) - Static method in class org.daisy.pipeline.client.utils.Files
Zip up the directory `dir` into a new ZIP-file `zip`.
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2012–2016 The DAISY Consortium. All rights reserved.