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

A

abort() - Method in interface com.levigo.jadice.server.core.execution.ExecutionStrategy
Abort the execution of the workers
abort() - Method in class com.levigo.jadice.server.core.NodeWorker
Indicate that any current work should be aborted.
abort() - Method in interface com.levigo.jadice.server.core.ServerJob
Cancel this Job.
abort() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
abort() - Method in class com.levigo.jadice.server.Job
Abort the job, i.e.
abort() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Close all bundled streams and shut everything down.
abortNow() - Method in class com.levigo.jadice.server.core.NodeWorker
Indicate that any current work should be aborted ASAP.
AbstractControl - Class in <Unnamed>
 
AbstractControl() - Constructor for class AbstractControl
 
AbstractEnforcingRule<R> - Class in com.levigo.jadice.server.core.security
 
AbstractEnforcingRule(String, String, Collection<R>) - Constructor for class com.levigo.jadice.server.core.security.AbstractEnforcingRule
 
AbstractMSWorker<N extends Node> - Class in com.levigo.jadice.server.msoffice
 
AbstractMSWorker() - Constructor for class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
AbstractReaper<O> - Class in com.levigo.jadice.server.core.util.housekeeping
 
AbstractReaper() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
AbstractToXMLNode - Class in com.levigo.jadice.server.xml
A Node to convert a stream to XML.
AbstractToXMLNode() - Constructor for class com.levigo.jadice.server.xml.AbstractToXMLNode
 
accept(String, String, long) - Method in interface com.levigo.jadice.server.archive.worker.filter.ArchiveEntryFilter
Tests if a specified archive entry should be extracted.
accept(String, String, long) - Method in class com.levigo.jadice.server.archive.worker.filter.OSXFilter
 
accept(StreamDescriptor) - Method in class com.levigo.jadice.server.core.StreamWorker
Check whether to accept a stream (and work on it) based on its descriptor.
access(String) - Method in class com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot
 
acquireLock() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
Acquire the permission to start an email conversion.
activateOptions() - Method in class com.levigo.jadice.server.core.util.AddWMQDetailsLayout
 
activateOptions() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
add(Limit) - Method in class com.levigo.jadice.server.Limits
Add a limit.
add(int, File) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
add(File) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
add(Pipeline) - Method in class com.levigo.jadice.server.script.groovy.Multiplex
 
add(Node) - Method in class com.levigo.jadice.server.script.groovy.Multiplex
 
add(Node) - Method in class com.levigo.jadice.server.script.groovy.Pipeline
 
add(Pipeline) - Method in class com.levigo.jadice.server.script.groovy.Pipeline
 
add(Chunk) - Method in class com.levigo.jadice.server.xml.plaintext.Section
 
addAll(Collection<? extends File>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
addAll(int, Collection<? extends File>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
addAttribute(String, String) - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
addHierarchy(Stack<StreamDescriptor>, int) - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
Add another hierarchy of "files containing files" into this AttachmentDirectory here.
addInputBundle(StreamBundle) - Method in class com.levigo.jadice.server.core.NodeWorker
Set the input stream bundle
addJobListener(JobListener) - Method in class com.levigo.jadice.server.Job
Add a JobListener to be notified of the job's progress and other job-related events.
addLine(String) - Method in class com.levigo.jadice.server.xml.plaintext.Document
 
addNotificationResultListener(NotificationNode.NotificationListener) - Method in class com.levigo.jadice.server.notification.NotificationNode
Adds a listener to be informed about a Stream passing through this node.
addObservation(Long) - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
addObservation(Long) - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
addObservation(Job.State) - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
addObservation(E) - Method in interface com.levigo.jadice.server.core.util.monitoring.Recorder
 
addObservation(Long) - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
Add an observation.
addObservation(long, TimeUnit) - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
Add an observation.
addOutputBundle(StreamBundle) - Method in class com.levigo.jadice.server.core.NodeWorker
Set the output stream bundle
addReadyStateChangeListener(ReadyStateChangeListener) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
addStream(Stream) - Method in class com.levigo.jadice.server.core.BufferedStreamBundle
 
addStream(StreamDescriptor) - Method in class com.levigo.jadice.server.core.BufferedStreamBundle
 
addStream(InputStream, StreamDescriptor) - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Transmit an InputStream and meta data about it to the server.
addStream(Stream) - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Transmit a Stream to the server.
addStream(InputStream) - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Transmit an InputStream (but no meta data about it) to the server.
addStream(InputStream, StreamDescriptor) - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Convenience method: add the given InputStream along with its StreamDescriptor by wrapping it in a BundledStream.
addStream(StreamDescriptor) - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Convenience method: add a DynamicPipe for the given StreamDescriptor, and return as the OutputStream the write end of the pipe.
addStream(Stream) - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Add a Stream to this bundle.
addStreamListener(URLOutputNode.StreamListener) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Adds a listener to be informed about a Stream been written
addStreamResultListener(StreamListener) - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
Adds a listener to this node.
addTransportReceiver(TransportReceiver) - Method in class com.levigo.jadice.server.Node
Add a TransportReceiver for this node.
AddWMQDetailsLayout - Class in com.levigo.jadice.server.core.util
A LayoutDecorator used to add IBM WebSphere MQ exception details, if they are available.
AddWMQDetailsLayout() - Constructor for class com.levigo.jadice.server.core.util.AddWMQDetailsLayout
 
Adler32Adapter - Class in com.levigo.jadice.server.util.checksum
Adapter class from Adler32 to MessageDigest.
Adler32Adapter() - Constructor for class com.levigo.jadice.server.util.checksum.Adler32Adapter
 
adopt(DefaultJobInternalImpl) - Method in interface com.levigo.jadice.server.client.JobFactory
 
adopt(DefaultJobInternalImpl) - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.JadiceServer
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
afterPropertiesSet() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
AgentContext - Interface in com.levigo.jadice.server.agent.email.smtp
 
ALL_LEVELS - Static variable in class com.levigo.jadice.server.core.util.logging.JavaLoggingForwarder
 
ALL_PAGES - Static variable in class com.levigo.jadice.server.msoffice.PageRange
The default range to convert all pages of a document
ALL_PARTS - Static variable in class com.levigo.jadice.server.javamail.JavamailInputNode
Path selector to select everything.
announceSubPipelineCreation(Node, Set<? extends Node>) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Notify the client that a SubPipeline has been created on the server side
announceSubPipelineCreation(Node, Set<? extends Node>) - Method in interface com.levigo.jadice.server.core.ServerJob
Propagate that new Nodes were created in a sub-pipeline on behalf of another node.
announceSubPipelineCreation(Node, Set<? extends Node>) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
AnonymousUser - Class in com.levigo.jadice.server.core.security
Holds the constants that are used for the anonymous usage of jadice server.
ANY - Static variable in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
Constant that indicates that any type is forwarded.
ANY_TYPE - Static variable in class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
append(LoggingEvent) - Method in class com.levigo.jadice.server.core.util.logging.Log4JForwarder
 
append(LoggingEvent) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
appendSuccessor(Node) - Method in class com.levigo.jadice.server.Node
Append one successor ("child" in tree lingo) to this node.
apply(Limit) - Method in class com.levigo.jadice.server.Job
Apply a Limit to this Job.
apply(Limit) - Method in class com.levigo.jadice.server.Node
Apply a Limit to this Node.
ArchiveEntryFilter - Interface in com.levigo.jadice.server.archive.worker.filter
Instances of classes that implement this interface are used to filter archives in order to decide if archive entries shall be extracted or not.
asBool(String) - Static method in class com.levigo.jadice.server.msoffice.config.Font
 
asFloat(String) - Static method in class com.levigo.jadice.server.msoffice.config.Font
 
asFloat(String) - Static method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
asIterable(Enumeration<O>) - Static method in class com.levigo.jadice.server.util.Util
Wraps an Enumeration as a read-only Iterable so that it can be used in enhanced for-loops.
assembleCommandString(Collection<Integer>) - Static method in class com.levigo.jadice.server.msoffice.processid.PIDHelper
Concatenate all PIDs with a pipe sign (|)
assemBuf - Variable in class org.apache.tools.tar.TarOutputStream
 
assemLen - Variable in class org.apache.tools.tar.TarOutputStream
 
attach(Node) - Method in class com.levigo.jadice.server.Job
Attach a Node.
AttachmentCoverCreator - Class in com.levigo.jadice.server.mail.worker
Creates cover pages for single email attachments.
AttachmentCoverCreator(NodeWorker<?>, URI, String) - Constructor for class com.levigo.jadice.server.mail.worker.AttachmentCoverCreator
Constructor.
AttachmentDirectory - Class in com.levigo.jadice.server.mail
A directory that contains hierarchical information about the attachments of an email.
AttachmentDirectory() - Constructor for class com.levigo.jadice.server.mail.AttachmentDirectory
Constructor for the email root
AttachmentDirectory(StreamDescriptor, int) - Constructor for class com.levigo.jadice.server.mail.AttachmentDirectory
Constructor for a file or a file container (e.g.
AttachmentDirectoryFactory - Class in com.levigo.jadice.server.mail.worker
Utility class to create an AttachmentDirectory from a bunch of email attachments.
attachToCurrentThread() - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
available() - Method in class com.levigo.jadice.server.util.DynamicPipe.PipeInputStream
 
available() - Method in class org.apache.tools.tar.TarInputStream
Get the available data that can be read from the current entry in the archive.
awaitCompletion() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
awaitFreeCapacity() - Method in interface com.levigo.jadice.server.core.JobScheduler
Wait for free slots for the execution of jobs.
awaitFreeCapacity() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
awtValue - Variable in enum com.levigo.jadice.server.documentplatform.Orientation
The corresponding constant of PageFormat's orientation.

B

bark(long, TimeUnit, String) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
BaseReshapeSettings - Class in com.levigo.jadice.server.documentplatform
 
BaseReshapeSettings() - Constructor for class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
 
BeanDefinitionElement - Class in com.levigo.jadice.server.nodes.worker.rules
 
BeanDefinitionElement() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.BeanDefinitionElement
 
beanFactory - Variable in class com.levigo.jadice.server.core.NodeWorkerFactory
 
BINARY_BODY_PLACEHOLDER_MIMETYPE - Static variable in class com.levigo.jadice.server.mail.MailBodyCreatorNode
MIME type to signalize that the converted mail has a binary body that cannot be treated by this node.
BMPOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating BMP images.
BMPOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.BMPOutputDevice
 
BMPOutputDevice.BMPType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of BMP that is generated.
BODY_FILENAME_PREFIX - Static variable in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
borrowObject(K) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
borrowObject() - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
buffer - Variable in class org.apache.tools.tar.TarInputStream
 
buffer - Variable in class org.apache.tools.tar.TarOutputStream
 
BUFFER_SIZE - Static variable in class com.levigo.jadice.server.util.DynamicPipe
 
BufferedStreamBundle - Class in com.levigo.jadice.server.core
Extends StreamBundle for usage of BufferManager and BufferManagerDynamicPipe
BufferedStreamBundle() - Constructor for class com.levigo.jadice.server.core.BufferedStreamBundle
 
BufferedStreamBundle(BufferManager) - Constructor for class com.levigo.jadice.server.core.BufferedStreamBundle
 
BundledStream - Class in com.levigo.jadice.server.shared.types
A BundledStream is an abstraction that contains an InputStream and a StreamDescriptor.
BundledStream(InputStream, StreamDescriptor) - Constructor for class com.levigo.jadice.server.shared.types.BundledStream
Constructor.

C

calcAvailableResourceTime() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
calcEfficiency() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
calcEfficiency10Min() - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
calcEfficiency1Day() - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
calcEfficiency1Hour() - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
calcUsedResourceTime() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
call(String) - Method in class com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot
 
canConfigure(JobConfiguration) - Method in class com.levigo.jadice.server.ws.cfg.DomTree2JobConfigurator
 
canConfigure(JobConfiguration) - Method in interface com.levigo.jadice.server.ws.cfg.JobConfigurator
Check if the configuration has enough information for the specific configurator.
canConfigure(JobConfiguration) - Method in class com.levigo.jadice.server.ws.cfg.XmlTemplate2JobConfigurator
 
canConvert(Class) - Method in class com.levigo.jadice.server.ws.xstream.JobConverter
 
canConvert(Class) - Method in class com.levigo.jadice.server.ws.xstream.NodeConverter
 
checkClosed() - Method in class com.levigo.jadice.server.core.JadiceServer
 
checkEntryConditions() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
checkReceiverResultsAnyOrder(List<WSSecurityEngineResult>, List<Integer>) - Method in class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
checkRunning() - Method in class com.levigo.jadice.server.core.JadiceServer
 
ChecksumLookup - Class in com.levigo.jadice.server.util.checksum
Utility class to generate a MessageDigest with the given algorithm name because CRC32 and Adler32 are not cryptographic digests (and therefore not available via MessageDigest.getInstance(String) but sufficient for checksum generation.
CHKSUMLEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the checksum field in a header buffer.
Chunk - Interface in com.levigo.jadice.server.xml.plaintext
 
chunks - Variable in class com.levigo.jadice.server.xml.plaintext.Section
 
cleanup() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
Clean up and bring this ghostscript instance back to an initial state.
clear() - Method in class com.levigo.jadice.server.core.util.housekeeping.ClearableDocumentLayerCache
 
clear() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
ClearableDocumentLayerCache - Class in com.levigo.jadice.server.core.util.housekeeping
A DocumentLayerCache which can be cleared so that no DocumentLayers will be cached forever.
ClearableDocumentLayerCache() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ClearableDocumentLayerCache
 
clearEfficiency() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
clearExecutionTimes() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
clearExecutionTimes() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
clearJobRates() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
clearOldest() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
clearPool() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
clearWaitingTimes() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
clone() - Method in class com.levigo.jadice.server.core.util.LayoutDecorator
 
close() - Method in interface com.levigo.jadice.server.client.JobFactory
Closes this JobFactory and releases all resources held by it.
close() - Method in class com.levigo.jadice.server.core.util.logging.JavaLoggingForwarder
 
close() - Method in class com.levigo.jadice.server.core.util.logging.Log4JForwarder
Releases all open handles and disables this forwarder.
close() - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
close() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Closes the JMS connection to jadice server and releases the JMS resources held by it.
close() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
close() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
close() - Method in class com.levigo.jadice.server.Job
Close the job and free up any resources held by it.
close() - Method in class com.levigo.jadice.server.shared.types.BundledStream
 
close() - Method in interface com.levigo.jadice.server.shared.types.Stream
Closes the encapsulated input stream.
close() - Method in class com.levigo.jadice.server.util.DynamicPipe
 
close() - Method in class com.levigo.jadice.server.util.DynamicPipe.PipeInputStream
 
close() - Method in class org.apache.tools.tar.TarBuffer
Close the TarBuffer.
close() - Method in class org.apache.tools.tar.TarInputStream
Closes this stream.
close() - Method in class org.apache.tools.tar.TarOutputStream
Ends the TAR archive and closes the underlying OutputStream.
closeEntry() - Method in class org.apache.tools.tar.TarOutputStream
Close an entry.
CobraHTMLRendererWorker - Class in com.levigo.jadice.server.html.worker
Render HTML documents to PDF using the Cobra HTML Toolkit.
CobraHTMLRendererWorker() - Constructor for class com.levigo.jadice.server.html.worker.CobraHTMLRendererWorker
 
com.levigo.jadice.server - package com.levigo.jadice.server
 
com.levigo.jadice.server.agent.email - package com.levigo.jadice.server.agent.email
 
com.levigo.jadice.server.agent.email.imap - package com.levigo.jadice.server.agent.email.imap
 
com.levigo.jadice.server.agent.email.smtp - package com.levigo.jadice.server.agent.email.smtp
 
com.levigo.jadice.server.archive - package com.levigo.jadice.server.archive
 
com.levigo.jadice.server.archive.worker - package com.levigo.jadice.server.archive.worker
 
com.levigo.jadice.server.archive.worker.filter - package com.levigo.jadice.server.archive.worker.filter
 
com.levigo.jadice.server.client - package com.levigo.jadice.server.client
 
com.levigo.jadice.server.core - package com.levigo.jadice.server.core
 
com.levigo.jadice.server.core.execution - package com.levigo.jadice.server.core.execution
 
com.levigo.jadice.server.core.jmx - package com.levigo.jadice.server.core.jmx
 
com.levigo.jadice.server.core.security - package com.levigo.jadice.server.core.security
 
com.levigo.jadice.server.core.security.xmlsupport - package com.levigo.jadice.server.core.security.xmlsupport
 
com.levigo.jadice.server.core.util - package com.levigo.jadice.server.core.util
 
com.levigo.jadice.server.core.util.housekeeping - package com.levigo.jadice.server.core.util.housekeeping
 
com.levigo.jadice.server.core.util.logging - package com.levigo.jadice.server.core.util.logging
 
com.levigo.jadice.server.core.util.monitoring - package com.levigo.jadice.server.core.util.monitoring
 
com.levigo.jadice.server.core.version - package com.levigo.jadice.server.core.version
 
com.levigo.jadice.server.documentplatform - package com.levigo.jadice.server.documentplatform
 
com.levigo.jadice.server.external - package com.levigo.jadice.server.external
 
com.levigo.jadice.server.ghostscript - package com.levigo.jadice.server.ghostscript
 
com.levigo.jadice.server.ghostscript.worker - package com.levigo.jadice.server.ghostscript.worker
 
com.levigo.jadice.server.html - package com.levigo.jadice.server.html
 
com.levigo.jadice.server.html.worker - package com.levigo.jadice.server.html.worker
 
com.levigo.jadice.server.html.worker.font - package com.levigo.jadice.server.html.worker.font
 
com.levigo.jadice.server.html.worker.request - package com.levigo.jadice.server.html.worker.request
Contains all logic that implements or overrides cobra-html-toolkit specific things for requesting resources like images, that might be resolved via CID or externally via HTTP
com.levigo.jadice.server.javamail - package com.levigo.jadice.server.javamail
 
com.levigo.jadice.server.jms.client - package com.levigo.jadice.server.jms.client
 
com.levigo.jadice.server.jms.core - package com.levigo.jadice.server.jms.core
 
com.levigo.jadice.server.jms.logging - package com.levigo.jadice.server.jms.logging
 
com.levigo.jadice.server.jms.shared - package com.levigo.jadice.server.jms.shared
 
com.levigo.jadice.server.jms.shared.marshalling - package com.levigo.jadice.server.jms.shared.marshalling
 
com.levigo.jadice.server.libreoffice.server - package com.levigo.jadice.server.libreoffice.server
 
com.levigo.jadice.server.mail - package com.levigo.jadice.server.mail
 
com.levigo.jadice.server.mail.worker - package com.levigo.jadice.server.mail.worker
 
com.levigo.jadice.server.misc - package com.levigo.jadice.server.misc
 
com.levigo.jadice.server.msoffice - package com.levigo.jadice.server.msoffice
 
com.levigo.jadice.server.msoffice.config - package com.levigo.jadice.server.msoffice.config
 
com.levigo.jadice.server.msoffice.processid - package com.levigo.jadice.server.msoffice.processid
 
com.levigo.jadice.server.multivm - package com.levigo.jadice.server.multivm
 
com.levigo.jadice.server.nodes - package com.levigo.jadice.server.nodes
 
com.levigo.jadice.server.nodes.worker - package com.levigo.jadice.server.nodes.worker
 
com.levigo.jadice.server.nodes.worker.rules - package com.levigo.jadice.server.nodes.worker.rules
 
com.levigo.jadice.server.notification - package com.levigo.jadice.server.notification
 
com.levigo.jadice.server.pdf - package com.levigo.jadice.server.pdf
 
com.levigo.jadice.server.pdf.worker - package com.levigo.jadice.server.pdf.worker
 
com.levigo.jadice.server.prodinfo - package com.levigo.jadice.server.prodinfo
 
com.levigo.jadice.server.script.groovy - package com.levigo.jadice.server.script.groovy
 
com.levigo.jadice.server.shared.types - package com.levigo.jadice.server.shared.types
 
com.levigo.jadice.server.streamtransport - package com.levigo.jadice.server.streamtransport
 
com.levigo.jadice.server.util - package com.levigo.jadice.server.util
 
com.levigo.jadice.server.util.checksum - package com.levigo.jadice.server.util.checksum
 
com.levigo.jadice.server.ws - package com.levigo.jadice.server.ws
 
com.levigo.jadice.server.ws.cfg - package com.levigo.jadice.server.ws.cfg
 
com.levigo.jadice.server.ws.monitor - package com.levigo.jadice.server.ws.monitor
 
com.levigo.jadice.server.ws.xstream - package com.levigo.jadice.server.ws.xstream
 
com.levigo.jadice.server.xml - package com.levigo.jadice.server.xml
 
com.levigo.jadice.server.xml.filter - package com.levigo.jadice.server.xml.filter
 
com.levigo.jadice.server.xml.plaintext - package com.levigo.jadice.server.xml.plaintext
 
commandOccured(String, String) - Method in interface com.levigo.jadice.server.msoffice.CommandParser.Callback
 
CommandParser - Class in com.levigo.jadice.server.msoffice
 
CommandParser(InputStream, String) - Constructor for class com.levigo.jadice.server.msoffice.CommandParser
 
CommandParser.Callback - Interface in com.levigo.jadice.server.msoffice
 
CommandReceiver - Class in com.levigo.jadice.server.msoffice
 
CommandReceiver() - Constructor for class com.levigo.jadice.server.msoffice.CommandReceiver
 
CommandReceiver.ResultHandler - Class in com.levigo.jadice.server.msoffice
 
CommandReceiver.ResultHandler() - Constructor for class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
Commands - Class in com.levigo.jadice.server.msoffice
 
CommandSender<C extends CommandReceiver> - Class in com.levigo.jadice.server.msoffice
 
CommandSender(Class<C>) - Constructor for class com.levigo.jadice.server.msoffice.CommandSender
 
CommunicationSide - Enum in com.levigo.jadice.server.shared.types
The communication side specifies a participant within the asymmetric jadice server model.
compareTo(Limit) - Method in class com.levigo.jadice.server.NodeCountLimit
 
compareTo(Limit) - Method in class com.levigo.jadice.server.PageCountLimit
 
compareTo(StreamDescriptor) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
compareTo(Limit) - Method in class com.levigo.jadice.server.StreamCountLimit
 
compareTo(Limit) - Method in class com.levigo.jadice.server.StreamSizeLimit
 
compareTo(Limit) - Method in class com.levigo.jadice.server.TimeLimit
 
complete() - Method in class com.levigo.jadice.server.nodes.StreamInputNode
After all Streams were initiated to be sent to the server, this method must be called.
complete() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Signal the completeness of the stream bundle.
COMPONENT_ID - Static variable in class com.levigo.jadice.server.Job
The default component ID for Nodes.
CompositeEfficiencyRecorder - Class in com.levigo.jadice.server.core.util.monitoring
 
CompositeEfficiencyRecorder(long) - Constructor for class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
compositeViaDOCP() - Method in class com.levigo.jadice.server.pdf.worker.PDFCompositeWorker
 
compositeViaItext() - Method in class com.levigo.jadice.server.pdf.worker.PDFCompositeWorker
Deprecated.
compositeViaPdfBox() - Method in class com.levigo.jadice.server.pdf.worker.PDFCompositeWorker
 
computeCheckSum(byte[]) - Static method in class org.apache.tools.tar.TarUtils
Compute the checksum of a tar entry header.
configuration - Variable in class com.levigo.jadice.server.ws.JobConfiguration
Configuration, if no template is defined.
ConfigurationException - Exception in com.levigo.jadice.server
An exception indicating a problem with a job's configuration or with the configuration of the job's node graph.
ConfigurationException() - Constructor for exception com.levigo.jadice.server.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.levigo.jadice.server.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.levigo.jadice.server.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.levigo.jadice.server.ConfigurationException
 
ConfigurationException - Exception in com.levigo.jadice.server.msoffice.config
 
ConfigurationException(String) - Constructor for exception com.levigo.jadice.server.msoffice.config.ConfigurationException
 
configure(JobConfiguration, Map<String, Node>) - Method in class com.levigo.jadice.server.ws.cfg.DomTree2JobConfigurator
 
configure(JobConfiguration, Map<String, Node>) - Method in interface com.levigo.jadice.server.ws.cfg.JobConfigurator
This method configures a empty/default job.
configure(JobConfiguration, Map<String, Node>) - Method in class com.levigo.jadice.server.ws.cfg.XmlTemplate2JobConfigurator
 
connect() - Method in interface com.levigo.jadice.server.client.JobFactory
Performs all actions that are required before Jobs can be created
connect() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
Connection - Class in com.levigo.jadice.server.ws.xstream
Represents the connection between to Nodes identified by a given key.
Connection(String, String) - Constructor for class com.levigo.jadice.server.ws.xstream.Connection
 
ConnectionException - Exception in com.levigo.jadice.server
This exception indicates that a problem with the underlying communication layer has occurred.
ConnectionException(String, Exception) - Constructor for exception com.levigo.jadice.server.ConnectionException
 
ConsoleForwarder - Class in com.levigo.jadice.server.msoffice.config
 
ConsoleForwarder() - Constructor for class com.levigo.jadice.server.msoffice.config.ConsoleForwarder
 
containsKey(Object) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
containsValue(Object) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
convert(File, Format, ExportFilter, Map<String, String>, List<File>) - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
convertHTMLBody(Stream) - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
Renders a HTML stream.
copyAndClose(InputStream, OutputStream) - Static method in class com.levigo.jadice.server.util.Util
Copies all data from input to output and closes the streams afterwards.
copyEntryContents(OutputStream) - Method in class org.apache.tools.tar.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
copyStream(InputStream, OutputStream) - Static method in class com.levigo.jadice.server.util.Util
Copies all data from input to output.
countPages(SeekableInputStream, WorkerController<?>) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
 
COVER_FOR - Static variable in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
Add another StreamDescriptor with this key in the given StreamDescriptor.getContext()s, so that that one will be taken as information to appear in the resulting AttachmentDirectory.
CRC32Adapter - Class in com.levigo.jadice.server.util.checksum
Adapter class from CRC32 to MessageDigest.
CRC32Adapter() - Constructor for class com.levigo.jadice.server.util.checksum.CRC32Adapter
 
createAttachment(StreamDescriptor, StreamDescriptor, int, int, AttachmentDirectory) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
Insert a StreamDescriptor into the given attachment directory that represents the root of the mail
createAttachmentDirectory(StreamDescriptor, List<Stream>, WorkerController<?>) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
Create an AttachmentDirectory that characterizes the given attachments.
createBeanName(String, String) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
Create an ObjectName for a Bean below the base name.
createConfiguredNode() - Method in class com.levigo.jadice.server.nodes.worker.rules.BeanDefinitionElement
 
createConnection() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createConnection(String, String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createConnection() - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
createConnection(String, String) - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
createCover(StreamDescriptor) - Method in class com.levigo.jadice.server.mail.worker.AttachmentCoverCreator
Create a single cover page for a given StreamDescriptor.
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSExcelWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSProjectWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSVisioWorker
 
createDescriptor(File, StreamDescriptor) - Method in class com.levigo.jadice.server.msoffice.MSWordWorker
 
createErrorMessage(MessageTransaction, String, String, String, String) - Method in class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
createJob() - Method in interface com.levigo.jadice.server.client.JobFactory
Create a job with the defaults as defined by the particular JobFactory implementation.
createJob() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Create a job for the specified QueueConnectionFactory and the given default values (see the "see also" section).
createLogEntry(Collection<JobResult.Log>, JobResult.Log.Level, String, String) - Static method in class com.levigo.jadice.server.ws.JobInvocationServiceImpl
 
createNestedSender(NestedTransportReceiver) - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
Create a nested transport sender.
createOutputStream(StreamDescriptor) - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Creates an OutputStream.
createOutputStream() - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Creates an OutputStream.
createPIDGroup(Collection<Integer>) - Static method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
createPipeline() - Method in class com.levigo.jadice.server.nodes.worker.rules.Multiplex
 
createPipeline() - Method in class com.levigo.jadice.server.nodes.worker.rules.Pipeline
 
createPipeline() - Method in class com.levigo.jadice.server.nodes.worker.rules.Rule
Create the invocation pipeline for the configured nodes
createQueueConnection() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createQueueConnection(String, String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createQueueConnection() - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionQueueConnectionFactoryWrapper
 
createQueueConnection(String, String) - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionQueueConnectionFactoryWrapper
 
createSanitizedFilename(StreamDescriptor, String) - Static method in class com.levigo.jadice.server.core.util.StreamUtils
Utility method for retrieving a sanitized filename out of the data provided in the stream descriptor.
createSnapshot() - Method in class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
 
createSnapshot() - Method in class com.levigo.jadice.server.documentplatform.ReshapeControls
 
createStrategy(JobExecutionContext) - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
createStrategy(JobExecutionContext) - Method in interface com.levigo.jadice.server.core.execution.ExecutionStrategyFactory
Create a new ExecutionStrategy for the given JobExecutionContext
createStream(SeekableInputStream, StreamDescriptor) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
 
createStreamResolverForStreamDescriptor(StreamDescriptor) - Method in class com.levigo.jadice.server.mail.worker.DefaultStreamResolverFactory
 
createStreamResolverForStreamDescriptor(StreamDescriptor) - Method in interface com.levigo.jadice.server.mail.worker.StreamResolverFactory
 
createSubject(String, String, boolean, String, String) - Method in class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
createTopicConnection() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createTopicConnection(String, String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
createTopicConnection() - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionTopicConnectionFactoryWrapper
 
createTopicConnection(String, String) - Method in class com.levigo.jadice.server.jms.shared.CredentialInjectionTopicConnectionFactoryWrapper
 
createWorker(ServerJob, N) - Method in class com.levigo.jadice.server.core.NodeWorkerFactory
Build a NodeWorker for a given Node
createWorker(ServerJob, N) - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
createXStreamInstance(JobConfiguration) - Static method in class com.levigo.jadice.server.ws.xstream.XStreamFactory
Builds a new and full configured instance of XStream
CredentialInjectionConnectionFactoryWrapper - Class in com.levigo.jadice.server.jms.shared
 
CredentialInjectionConnectionFactoryWrapper(ConnectionFactory, String, String) - Constructor for class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
CredentialInjectionQueueConnectionFactoryWrapper - Class in com.levigo.jadice.server.jms.shared
 
CredentialInjectionQueueConnectionFactoryWrapper(QueueConnectionFactory, String, String) - Constructor for class com.levigo.jadice.server.jms.shared.CredentialInjectionQueueConnectionFactoryWrapper
 
CredentialInjectionTopicConnectionFactoryWrapper - Class in com.levigo.jadice.server.jms.shared
 
CredentialInjectionTopicConnectionFactoryWrapper(TopicConnectionFactory, String, String) - Constructor for class com.levigo.jadice.server.jms.shared.CredentialInjectionTopicConnectionFactoryWrapper
 
Credentials - Class in com.levigo.jadice.server
DTO that carries a user name and the associated password credentials.
Credentials(String, String) - Constructor for class com.levigo.jadice.server.Credentials
Construct a new credentials DTO
currBytes - Variable in class org.apache.tools.tar.TarOutputStream
 
currEntry - Variable in class org.apache.tools.tar.TarInputStream
 
currSize - Variable in class org.apache.tools.tar.TarOutputStream
 

D

debug(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
debug(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
debug(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
debug(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
DEBUG - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
debug(String, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit a debug message into the log if debugging is enabled.
debug - Variable in class org.apache.tools.tar.TarInputStream
 
debug - Variable in class org.apache.tools.tar.TarOutputStream
 
DEFAULT_BLKSIZE - Static variable in class com.levigo.jadice.server.archive.UnTARNode
The default block size (20 times the default record size).
DEFAULT_BLKSIZE - Static variable in class org.apache.tools.tar.TarBuffer
 
DEFAULT_DATABASE - Static variable in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
The location of the default database
DEFAULT_DIR_MODE - Static variable in class org.apache.tools.tar.TarEntry
Default permissions bits for directories
DEFAULT_FALLBACK_FILENAME - Static variable in class com.levigo.jadice.server.pdf.EmbedAttachmentsNode
The default value that is used if a stream to be embedded has no file name
DEFAULT_FILE_MODE - Static variable in class org.apache.tools.tar.TarEntry
Default permissions bits for files
DEFAULT_HEADERS - Static variable in class com.levigo.jadice.server.agent.email.DupeDetection
The header files that are used as default for dupe detection in modes DupeDetection.Mode.HEADERS and DupeDetection.Mode.HEADERS_AND_BODY
DEFAULT_MAX_USAGE_COUNT - Static variable in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
DEFAULT_MINIMUM_LOG_INTERVAL - Static variable in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
The default minimum interval in which the logging shall be performed.
DEFAULT_PRIORITY - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
DEFAULT_QUEUE_NAME - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
The default name of the JMS request queue.
DEFAULT_RCDSIZE - Static variable in class com.levigo.jadice.server.archive.UnTARNode
The default record size (512 bytes).
DEFAULT_RCDSIZE - Static variable in class org.apache.tools.tar.TarBuffer
 
DEFAULT_RULESET - Static variable in class com.levigo.jadice.server.nodes.DynamicPipelineNode
The location of the default ruleset to use
DEFAULT_STYLE_SHEET - Static variable in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
DEFAULT_STYLE_SHEET - Static variable in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
DEFAULT_TIMEOUT - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
DEFAULT_TOPIC_NAME - Static variable in class com.levigo.jadice.server.jms.logging.JMSAppender
Default name of the JMS topic which will be used for jadice server's logging
DEFAULT_TYPE - Static variable in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
DefaultExecutionStrategyFactory - Class in com.levigo.jadice.server.core.execution
The default implementation of a DefaultExecutionStrategyFactory.
DefaultExecutionStrategyFactory() - Constructor for class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
DefaultExecutionStrategyFactory.Type - Enum in com.levigo.jadice.server.core.execution
The type of the concrete ExecutionStrategy that shall be instantiated
DefaultReshapeListener - Class in com.levigo.jadice.server.documentplatform
A simple ReshapeListener the logs the progress of the ReshapeWorker.
DefaultReshapeListener() - Constructor for class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
DefaultStreamResolverFactory - Class in com.levigo.jadice.server.mail.worker
 
DefaultStreamResolverFactory() - Constructor for class com.levigo.jadice.server.mail.worker.DefaultStreamResolverFactory
 
DefaultStreamTransportFactory - Class in com.levigo.jadice.server.streamtransport
 
DefaultStreamTransportFactory() - Constructor for class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
delegate - Variable in class com.levigo.jadice.server.core.util.LayoutDecorator
 
delegate - Variable in class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
deleteAllBelow(File) - Static method in class com.levigo.jadice.server.util.Util
Recursively delete everything below a given directory, but don't remove the directory itself.
deleteRecursively(File) - Static method in class com.levigo.jadice.server.util.Util
Recursively delete a File or directory.
deleteRecursively(Collection<File>) - Static method in class com.levigo.jadice.server.util.Util
Recursively delete several Files or directories.
DemultiplexerNode - Class in com.levigo.jadice.server.nodes
The DemultiplexerNode merges a set of input stream bundles into a single output stream bundle.
DemultiplexerNode() - Constructor for class com.levigo.jadice.server.nodes.DemultiplexerNode
 
DemultiplexerWorker - Class in com.levigo.jadice.server.nodes.worker
The corresponding worker for the DemultiplexerNode.
DemultiplexerWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.DemultiplexerWorker
 
destroy() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
destroy() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
destroy() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
destroy() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
detectDupes(MessageTransaction) - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.BMPOutputDevice.BMPType
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.FAXOutputDevice.FAXType
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.JPEGOutputDevice.JPEGType
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.PNGOutputDevice.PNGType
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.PNMOutputDevice.PNMType
 
deviceName - Variable in enum com.levigo.jadice.server.ghostscript.TIFFOutputDevice.TIFFType
 
DEVLEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the devices field in a header buffer.
disassembleCommandString(String) - Static method in class com.levigo.jadice.server.msoffice.processid.PIDHelper
 
discardStream(InputStream) - Static method in class com.levigo.jadice.server.util.Util
Discards all data from a given InputStream but does not close it.
doAbort() - Method in class com.levigo.jadice.server.core.NodeWorker
NodeWorker implementations can provide here own logic that shall be performed when an abort is triggered.
doAbort() - Method in class com.levigo.jadice.server.ghostscript.worker.GhostscriptWorker
 
doAbort() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
doAbort() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
doAbort() - Method in class com.levigo.jadice.server.nodes.worker.StreamInputWorker
 
doAbort() - Method in class com.levigo.jadice.server.nodes.worker.StreamOutputWorker
 
doAbortNow() - Method in class com.levigo.jadice.server.core.NodeWorker
NodeWorker implementations can provide here own logic that shall be performed when an immediate abort is triggered.
doAbortNow() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
doAbortNow() - Method in class com.levigo.jadice.server.external.ExternalProcessCallWorker
 
doAbortNow() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
doAbortNow() - Method in class com.levigo.jadice.server.nodes.worker.DynamicPipelineWorker
 
doAbortNow() - Method in class com.levigo.jadice.server.nodes.worker.StreamInputWorker
 
doBorrowObject(K) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
doBorrowObject(Integer) - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
doBorrowObject(File) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
Borrows a LibreOffice instance that works within the given temporary folder
doBorrowObject(Class<? extends CommandReceiver>) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
doBorrowObject(XSLTransformerKey) - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
Document - Class in com.levigo.jadice.server.xml.plaintext
 
Document() - Constructor for class com.levigo.jadice.server.xml.plaintext.Document
 
documentData - Variable in class com.levigo.jadice.server.ws.Stream
 
DocumentPrintNode - Class in com.levigo.jadice.server.documentplatform
This Node is used to print out documents via the Java™ Print Service API.
DocumentPrintNode() - Constructor for class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
DocumentPrintNode.OutputReferenceBase - Enum in com.levigo.jadice.server.documentplatform
The reference base specifies what is used as the basic area of the printed output on the paper as well as how scaling/fitting/rotation- optimization is performed.
DocumentPrintWorker - Class in com.levigo.jadice.server.documentplatform
 
DocumentPrintWorker() - Constructor for class com.levigo.jadice.server.documentplatform.DocumentPrintWorker
 
DocumentProcessor - Interface in com.levigo.jadice.server.documentplatform
Interceptor to perform a Document modification before the shaping process is performed.
DocumentProcessor.ProcessingPhase - Enum in com.levigo.jadice.server.documentplatform
The different processing phases of the reshaping process in which the DocumentProcessor will be called.
doesExceed(long) - Method in class com.levigo.jadice.server.Limit
 
doesExceed(long) - Method in class com.levigo.jadice.server.NodeCountLimit
 
doesExceed(long) - Method in class com.levigo.jadice.server.PageCountLimit
 
doesExceed(long) - Method in class com.levigo.jadice.server.StreamCountLimit
 
doesExceed(long) - Method in class com.levigo.jadice.server.StreamSizeLimit
 
doesExceed(long) - Method in class com.levigo.jadice.server.TimeLimit
 
doInvalidateObject(O) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
doInvalidateObject(FontMapper) - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
doInvalidateObject(ManagedLibreOfficeInstance) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
doInvalidateObject(CommandSender<?>) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
doInvalidateObject(XSLTransformer) - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
doKill(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
doKill(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.UnixPIDGroup
 
doKill(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.WindowsPIDGroup
 
DomTree2JobConfigurator - Class in com.levigo.jadice.server.ws.cfg
 
DomTree2JobConfigurator() - Constructor for class com.levigo.jadice.server.ws.cfg.DomTree2JobConfigurator
 
done(ReshapeListener.Context) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
done(ReshapeListener.Context) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called each time a reshape process is successfully completed.
doReturnObject(O) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
doReturnObject(FontMapper) - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
doReturnObject(ManagedLibreOfficeInstance) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
doReturnObject(CommandSender<? extends CommandReceiver>) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
doReturnObject(XSLTransformer) - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
DUMMY_KEY - Static variable in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
DummyNode - Class in com.levigo.jadice.server.misc
A node which does nothing, except forwarding all streams and, optionally, taking a configurable nap after each stream.
DummyNode() - Constructor for class com.levigo.jadice.server.misc.DummyNode
 
DummyWorker - Class in com.levigo.jadice.server.misc
This worker forwards every Stream it receives and takes a configurable nap after each Stream.
DummyWorker() - Constructor for class com.levigo.jadice.server.misc.DummyWorker
 
dumpStatistics() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
dumpWithUniqueName(Stream, File, String) - Static method in class com.levigo.jadice.server.core.util.StreamUtils
Dump the given stream.
DupeDetection - Class in com.levigo.jadice.server.agent.email
A utility to avoid that a message is processed several times if the mailing system delivers it several times.
DupeDetection() - Constructor for class com.levigo.jadice.server.agent.email.DupeDetection
 
DupeDetection.Mode - Enum in com.levigo.jadice.server.agent.email
Possible modes how to handle the dupe detection.
DynamicPipe - Class in com.levigo.jadice.server.util
A pipe implementation similar to the PipedInputStream/ PipedOutputStream combo, but with an unlimited buffer capacity.
DynamicPipe() - Constructor for class com.levigo.jadice.server.util.DynamicPipe
Create a dynamic pipe.
DynamicPipe.PipeInputStream - Class in com.levigo.jadice.server.util
The output end of the pipe.
DynamicPipe.PipeInputStream() - Constructor for class com.levigo.jadice.server.util.DynamicPipe.PipeInputStream
 
DynamicPipelineNode - Class in com.levigo.jadice.server.nodes
The DynamicPipelineNode tries to build a dynamic workflow pipeline with the goal of converting whatever stream is presented to it into a common output format.
DynamicPipelineNode() - Constructor for class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
DynamicPipelineNode.UnhandledInputAction - Enum in com.levigo.jadice.server.nodes
A choice of possible actions to take upon encountering an input stream of an unknown/unhandled type.
DynamicPipelineWorker - Class in com.levigo.jadice.server.nodes.worker
The corresponding worker for the DynamicPipelineNode.
DynamicPipelineWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.DynamicPipelineWorker
 

E

EfficiencyRecorder - Class in com.levigo.jadice.server.core.util.monitoring
 
EfficiencyRecorder(long) - Constructor for class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
EfficiencyRecorder(long, long) - Constructor for class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
EmbedAttachmentsNode - Class in com.levigo.jadice.server.pdf
This node embeds streams as attachments into a given PDF documents.
EmbedAttachmentsNode() - Constructor for class com.levigo.jadice.server.pdf.EmbedAttachmentsNode
 
EmbedAttachmentsWorker - Class in com.levigo.jadice.server.pdf.worker
 
EmbedAttachmentsWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.EmbedAttachmentsWorker
 
endNode() - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
endWith(Node, StreamBundle) - Method in class com.levigo.jadice.server.core.SubPipeline
The sub pipeline shall end at the given Node and shall provide its processed data through the given StreamBundle.
engineDigest() - Method in class com.levigo.jadice.server.util.checksum.Adler32Adapter
 
engineDigest() - Method in class com.levigo.jadice.server.util.checksum.CRC32Adapter
 
engineDigest() - Method in class com.levigo.jadice.server.util.checksum.NullDigest
 
engineReset() - Method in class com.levigo.jadice.server.util.checksum.Adler32Adapter
 
engineReset() - Method in class com.levigo.jadice.server.util.checksum.CRC32Adapter
 
engineReset() - Method in class com.levigo.jadice.server.util.checksum.NullDigest
 
engineUpdate(byte) - Method in class com.levigo.jadice.server.util.checksum.Adler32Adapter
 
engineUpdate(byte[], int, int) - Method in class com.levigo.jadice.server.util.checksum.Adler32Adapter
 
engineUpdate(byte) - Method in class com.levigo.jadice.server.util.checksum.CRC32Adapter
 
engineUpdate(byte[], int, int) - Method in class com.levigo.jadice.server.util.checksum.CRC32Adapter
 
engineUpdate(byte) - Method in class com.levigo.jadice.server.util.checksum.NullDigest
 
engineUpdate(byte[], int, int) - Method in class com.levigo.jadice.server.util.checksum.NullDigest
 
enqueue(Collection<O>) - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
enqueue(O) - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
ensureCorrectConfiguration() - Method in class com.levigo.jadice.server.core.JadiceServer
 
entryOffset - Variable in class org.apache.tools.tar.TarInputStream
 
entrySet() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
entrySize - Variable in class org.apache.tools.tar.TarInputStream
 
equals(Object) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
equals(Object) - Method in class com.levigo.jadice.server.Job
 
equals(Object) - Method in class com.levigo.jadice.server.Limit
 
equals(Object) - Method in class com.levigo.jadice.server.msoffice.PageRange
 
equals(Object) - Method in class com.levigo.jadice.server.Node
 
equals(Object) - Method in class com.levigo.jadice.server.NodeCountLimit
 
equals(Object) - Method in class com.levigo.jadice.server.PageCountLimit
 
equals(Object) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
equals(Object) - Method in class com.levigo.jadice.server.StreamCountLimit
 
equals(Object) - Method in class com.levigo.jadice.server.StreamSizeLimit
 
equals(Object) - Method in class com.levigo.jadice.server.TimeLimit
 
equals(TarEntry) - Method in class org.apache.tools.tar.TarEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.tools.tar.TarEntry
Determine if the two entries are equal.
error(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a non-fatal error to be ultimately propagated to JobListener.
error(MessageID, Throwable, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a non-fatal error to be ultimately propagated to JobListener.
error(MessageID, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a non-fatal error to be ultimately propagated to JobListener.
error(NodeWorker<?>, QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.ServerJob
Propagate a non-fatal, possibly pertaining to a particular node and worker.
error(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
error(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
error(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
error(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
error(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.util.logging.QualifiedLogForwarder
 
error(TransformerException) - Method in class com.levigo.jadice.server.core.util.logging.TransformerLoggingForwarder
 
error(QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a non-fatal error to be ultimately propagated to JobListener.
error(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a non-fatal error to be ultimately propagated to JobListener.
error(MessageID, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a non-fatal error to be ultimately propagated to JobListener.
error(String, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit an error message into the log.
error(String, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit an error message into the log.
error(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
ERROR_HEADER - Static variable in interface com.levigo.jadice.server.agent.email.HeaderConstants
 
errorOccurred(Job, Node, String, String, Throwable) - Method in interface com.levigo.jadice.server.JobListener
Receive notification about a non-fatal error during job execution.
errorOccurred(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.JobListenerAdapter
 
errorOccurred(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.util.TraceListener
Causes a Log#error(Object, Throwable).
ErrorRelay - Class in com.levigo.jadice.server.agent.email.smtp
Configuration for an SMTP server used to relay error messages.
ErrorRelay() - Constructor for class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
evictPool() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
EXCEPTION - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
Exclusion - Class in com.levigo.jadice.server.msoffice.config
 
Exclusion() - Constructor for class com.levigo.jadice.server.msoffice.config.Exclusion
 
execute(ServerJob) - Method in interface com.levigo.jadice.server.core.JobScheduler
Execute the given job.
execute(ServerJob) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
executionFailed(Job, Node, String, String, Throwable) - Method in interface com.levigo.jadice.server.JobListener
Receive notification about a failed job execution.
executionFailed(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.JobListenerAdapter
 
executionFailed(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.util.TraceListener
Causes a Log#fatal(Object, Throwable).
ExecutionStrategy - Interface in com.levigo.jadice.server.core.execution
This interface represents the strategy how the NodeWorkers will be executed.
ExecutionStrategyFactory - Interface in com.levigo.jadice.server.core.execution
A factory for ExecutionStrategys.
ExportConfiguration - Class in com.levigo.jadice.server.msoffice.config
 
ExportConfiguration() - Constructor for class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
ExportFilter - Class in com.levigo.jadice.server.msoffice.config
 
ExportFilter() - Constructor for class com.levigo.jadice.server.msoffice.config.ExportFilter
 
ExportFormat - Class in com.levigo.jadice.server.libreoffice.server
 
ExportFormat() - Constructor for class com.levigo.jadice.server.libreoffice.server.ExportFormat
 
exportToXML(XMLStreamWriter, AttachmentDirectory, int) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
 
ExtendedXStream - Class in com.levigo.jadice.server.ws.xstream
Our own specialization of XStream that uses built-in converters as we like it.
ExtendedXStream(HierarchicalStreamDriver) - Constructor for class com.levigo.jadice.server.ws.xstream.ExtendedXStream
 
ExternalProcessCallNode - Class in com.levigo.jadice.server.external
Calls an external program that is used to convert streams.
ExternalProcessCallNode() - Constructor for class com.levigo.jadice.server.external.ExternalProcessCallNode
 
ExternalProcessCallWorker - Class in com.levigo.jadice.server.external
Calls an external process in order to convert Streams.
ExternalProcessCallWorker() - Constructor for class com.levigo.jadice.server.external.ExternalProcessCallWorker
 
ExternalProcessReaper - Class in com.levigo.jadice.server.core.util.housekeeping
A reaper that can terminate external processes by force.
ExternalProcessReaper() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
ExternalProcessReaper.PIDGroup - Class in com.levigo.jadice.server.core.util.housekeeping
 
ExternalProcessReaper.PIDGroup(Collection<Integer>) - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
ExternalProcessReaper.UnixPIDGroup - Class in com.levigo.jadice.server.core.util.housekeeping
 
ExternalProcessReaper.UnixPIDGroup(Collection<Integer>) - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.UnixPIDGroup
 
ExternalProcessReaper.WindowsPIDGroup - Class in com.levigo.jadice.server.core.util.housekeeping
 
ExternalProcessReaper.WindowsPIDGroup(Collection<Integer>) - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.WindowsPIDGroup
 
extractDynamicOptions(List<String>, Object) - Static method in class com.levigo.jadice.server.ghostscript.Utils
 
extractStream(Stream, TNEFNode.InputFormat) - Method in class com.levigo.jadice.server.javamail.TNEFWorker
 

F

fail(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.NodeWorker
Make the worker (and subsequently the node) fail due to the specified reason.
fail(MessageID, Throwable, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Make the worker (and subsequently the node) fail due to the specified reason.
fail(MessageID, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Make the worker (and subsequently the node) fail due to the specified reason.
fail(QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.WorkerController
Make the worker (and subsequently the node) fail due to the specified reason.
fail(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Make the worker (and subsequently the node) fail due to the specified reason.
fail(MessageID, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Make the worker (and subsequently the node) fail due to the specified reason.
fail(String, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Abort the job giving the specified message as a reason.
fail(String, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Abort the job giving the specified message as a reason.
fail(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
failed(ReshapeListener.Context, Exception) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
failed(ReshapeListener.Context, Exception) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called each time a reshape process is unsuccessfully terminated.
failed(QualifiedLogEvent) - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
fatal(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
fatal(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
fatal(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
fatal(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
fatal(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.util.logging.QualifiedLogForwarder
 
fatalError(TransformerException) - Method in class com.levigo.jadice.server.core.util.logging.TransformerLoggingForwarder
 
FAXOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating raw FAX images.
FAXOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.FAXOutputDevice
 
FAXOutputDevice.FAXType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of FAX that is generated.
fileError(String, String, String, String) - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
File an error message.
filename - Variable in class com.levigo.jadice.server.ws.Stream
 
FILENET - Static variable in interface com.levigo.jadice.server.documentplatform.ReshapeNode.AnnotationMimeTypes
 
FILENET_P8 - Static variable in interface com.levigo.jadice.server.documentplatform.ReshapeNode.AnnotationMimeTypes
 
fileToURL(File) - Static method in class com.levigo.jadice.server.util.Util
Create a correct file URL that LibreOffice can handle.
fillInStackTrace() - Method in class com.levigo.jadice.server.jms.client.MimicryThrowable
 
fillOptions(List<String>) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
Store the Ghostscript options into the given option list.
fillOptions(List<String>) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
fillOptions(List<String>) - Method in class com.levigo.jadice.server.ghostscript.OutputDevice
 
fillOptions(List<String>) - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.IllegalXMLCharFilter
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.MakeLongLinesBreakableFilter
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.RejectBase64Filter
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.SignatureFilter
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.UnFlowFilter
 
filter(Document) - Method in class com.levigo.jadice.server.xml.filter.UnQuoteFilter
 
finalize() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
finalize() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
finalize() - Method in class com.levigo.jadice.server.Job
 
finalize() - Method in class com.levigo.jadice.server.msoffice.CommandParser
 
finalize() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
finalize() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
findExclusion(String, String) - Method in class com.levigo.jadice.server.msoffice.config.ProcessIdPropagation
 
findFilter(String) - Method in class com.levigo.jadice.server.msoffice.config.Format
 
findPIDs() - Method in class com.levigo.jadice.server.msoffice.processid.PIDHelper
 
findPIDsForProcessName(String) - Static method in class com.levigo.jadice.server.msoffice.processid.TasklistUtil
Find all processes with the given name
findRule(MimeType, String) - Method in class com.levigo.jadice.server.nodes.worker.rules.Ruleset
Return the first rule in the Ruleset matching the given MimeType or null if there are no matching rules.
finish() - Method in class org.apache.tools.tar.TarOutputStream
Ends the TAR archive without closing the underlying OutputStream.
FINISHED - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
finished() - Method in interface com.levigo.jadice.server.nodes.StreamListener
Receive notification about the end of the transmission, i.e.
finishTransaction(MessageTransaction) - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
finishTransport() - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
FIRST_EXPORT_PAGE - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
flush() - Method in class com.levigo.jadice.server.core.util.logging.JavaLoggingForwarder
 
flush() - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
Font - Class in com.levigo.jadice.server.msoffice.config
 
Font() - Constructor for class com.levigo.jadice.server.msoffice.config.Font
 
FontMapperPool - Class in com.levigo.jadice.server.html.worker.font
Deprecated.
FontMapperPool() - Constructor for class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
Initialize an FontMapperPool with default parameters
forceShutdown(Thread) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
forgetSeen(MessageTransaction) - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
format(LoggingEvent) - Method in class com.levigo.jadice.server.core.util.AddWMQDetailsLayout
 
Format - Class in com.levigo.jadice.server.msoffice.config
 
Format() - Constructor for class com.levigo.jadice.server.msoffice.config.Format
 
forParent(NodeWorker<?>) - Static method in class com.levigo.jadice.server.core.SubPipeline
Start the creation of a sub pipeline
fromAwtValue(int) - Static method in enum com.levigo.jadice.server.documentplatform.Orientation
Transforms an AWT PageFormat orientation instance to a jadice Orientation instance.
fromAwtValue(PageFormat) - Static method in class com.levigo.jadice.server.documentplatform.PageFormat
Transforms an AWT PageFormat instance to a jadice PageFormat instance.
fromAwtValue(Paper) - Static method in class com.levigo.jadice.server.documentplatform.Paper
Transforms an AWT Paper instance to a jadice Paper instance.

G

generateEffectiveURL(StreamDescriptor, String) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Creates an URL for a Stream to write as specified in this node and replaces all patterns.
get() - Static method in class com.levigo.jadice.server.core.jmx.JMXContext
 
get(Class<L>) - Method in class com.levigo.jadice.server.Limits
 
get(Class<L>, Limit.WhenExceedAction) - Method in class com.levigo.jadice.server.Limits
 
get(Object) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
getAccessDecisionManager() - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
getActiveCount() - Method in interface com.levigo.jadice.server.core.JobScheduler
Get the number of currently active (executing) jobs.
getActiveCount() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getAdditionalOptions() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getAdditionalSessionProperties() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getAddress() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getAddressAsString() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getAffectedJobTypes() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getAffectedPhase() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getAge() - Method in interface com.levigo.jadice.server.core.ServerJob
Calculate the age of this job, i.e.
getAllowedClients() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getAllowedClients() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getAllResponseHeaders() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getAppenders() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
getApplication() - Method in class com.levigo.jadice.server.msoffice.config.Exclusion
 
getApplicationName() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
Determine the name of the triggered MS Office application.
getArguments() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getArtifactIdString() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getAsyncAppenders() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
getAttachmentDescriptor(StreamDescriptor) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
Find the StreamDescriptor that contains the attachment information for the given Stream (identified by the given StreamDescriptor).
getAttachmentDirectory() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
getAttribute(int) - Method in class com.levigo.jadice.server.ws.xstream.PropertyInterpolator
 
getAttribute(String) - Method in class com.levigo.jadice.server.ws.xstream.PropertyInterpolator
 
getAuthenticationHandler() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getAuthenticationHandler() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getAuthenticationManager() - Method in class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
getAuthor() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getAutoRotatePages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getAverage() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getAverageExecutionTime() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getAvgExecutionTime() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getAvgWaitingTime() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getBackgroundColor() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getBackgroundColor() - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
getBaseFormat() - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
 
getBaseFormat() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getBaseType() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the base MIME-type consisting of primary- and sub-type in the form "primary/sub".
getBeanFactory() - Method in class com.levigo.jadice.server.nodes.worker.rules.BeanDefinitionElement
 
getBetaVersionDescription() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getBetaVersionExpiredDescription() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getBlockSize() - Method in class com.levigo.jadice.server.archive.UnTARNode
 
getBlockSize() - Method in class org.apache.tools.tar.TarBuffer
Get the TAR Buffer's block size.
getBorderColor() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getBorderWidth() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getBottomMargin() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getBottomMarginAsFloat() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getChanges() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getCheckSum() - Method in class org.apache.tools.tar.TarEntry
 
getCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse the checksum octal integer from a header buffer.
getClassName() - Method in class com.levigo.jadice.server.jms.client.MimicryThrowable
 
getClientJob() - Method in interface com.levigo.jadice.server.core.JobExecutionContext
 
getClientJob() - Method in interface com.levigo.jadice.server.core.ServerJob
Returns the associated client Job this ServerJob is associated with
getClientJob() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getClientJob() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
getClientLocale() - Method in class com.levigo.jadice.server.Job
 
getClientVersion() - Method in class com.levigo.jadice.server.Job
 
getColorImageResolution() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getCommitId() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getCommunicationTimeout() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
getCompletedFolderName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getCompletedRequests() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getCompletedTaskCount() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getCompletedTaskCount() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getComponentID() - Method in enum com.levigo.jadice.server.core.security.Messages
 
getCompression() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getConfigurations() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
getConfigurations() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
getConfigurator() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
getConnectionFactory() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getConnectionFactory() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
getConnectionFactory() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
getContext() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
getController() - Method in class com.levigo.jadice.server.core.NodeWorker
Return a WorkerController for this worker.
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSExcelWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSProjectWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSVisioWorker
 
getConversionProperties() - Method in class com.levigo.jadice.server.msoffice.MSWordWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSExcelWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSProjectWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSVisioWorker
 
getConverterClass() - Method in class com.levigo.jadice.server.msoffice.MSWordWorker
 
getConverterPool() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
getCorePoolSize() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getCorrelationId() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getCreationDate() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getCreator() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getCredentials() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
getCurrentBlockNum() - Method in class org.apache.tools.tar.TarBuffer
Get the current block number, zero based.
getCurrentReader() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
getCurrentRecordNum() - Method in class org.apache.tools.tar.TarBuffer
Get the current record number, within the current block, zero based.
getDefaultArguments() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getDefaultPriority() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
getDefaultRenderingIntent() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getDelayPerStream() - Method in class com.levigo.jadice.server.misc.DummyNode
 
getDelegate() - Method in class com.levigo.jadice.server.core.util.LayoutDecorator
 
getDemoLicenseDescription(JadL) - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getDescription() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the user-friendly description of the stream.
getDescriptor() - Method in class com.levigo.jadice.server.shared.types.BundledStream
 
getDescriptor() - Method in interface com.levigo.jadice.server.shared.types.Stream
Get the associated StreamDescriptor.
getDeviceHeight() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getDeviceWidth() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getDigest() - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
getDigest() - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
 
getDirectoryEntries() - Method in class org.apache.tools.tar.TarEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getDocument() - Method in class com.levigo.jadice.server.documentplatform.ReshapeListener.Context
 
getDocumentLayer(String, int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ClearableDocumentLayerCache
 
getDocumentLayerCache() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getDocumentOpenPassword() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getDocumentProcessor() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
getDocumentUUID() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getDscEncoding() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getDupeDetection() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getDupeDetection() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getDupeDetection() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getDupeDetectionHeaders() - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
getDupeDetectionMode() - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
getEfficiency10Min() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getEfficiency1Day() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getEfficiency1Hour() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getEncryptionRevision() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getEnqueuedCacheEntryCount() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getEnqueuedDocumentLayerCount() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getEnqueuedObjectCount() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getEnqueuedObjects() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getErrorFolderName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getErrorRelay() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getErrorRelay() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getExceedAction() - Method in class com.levigo.jadice.server.Limit
 
getExclusions() - Method in class com.levigo.jadice.server.msoffice.config.ProcessIdPropagation
 
getExecutableName() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getExecutionStrategyFactory() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getExportConfiguration() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getExportFilters() - Method in class com.levigo.jadice.server.msoffice.config.Format
 
getExportFormat() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
 
getExportRange() - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
 
getExportRange() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
 
getExportRange() - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
 
getExportRange() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getExtension() - Method in class com.levigo.jadice.server.msoffice.config.Format
 
getFace() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getFallbackFilename() - Method in class com.levigo.jadice.server.pdf.EmbedAttachmentsNode
 
getFile() - Method in class org.apache.tools.tar.TarEntry
Get this entry's file.
getFilename() - Method in class com.levigo.jadice.server.external.ExternalProcessCallWorker
 
getFilename() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSExcelWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSOutlookNode
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSProjectWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSVisioWorker
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getFilename() - Method in class com.levigo.jadice.server.msoffice.MSWordWorker
 
getFileName() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the original file name of the stream.
getFileNamePattern() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
getFirstMatch(MimeType) - Method in class com.levigo.jadice.server.nodes.worker.rules.Target
Return the first rule in the ruleset matching the given MimeType or null if there are no matching rules.
getFirstPage() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getFirstPageIndex() - Method in class com.levigo.jadice.server.msoffice.PageRange
 
getFixedVMCount() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getFolderName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getFolderName() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getFont() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getFontRenderingMode() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getFontResourceDirs() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getFonts() - Method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
getFormat(int) - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
Determine the Format of a given page.
getFormat(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getFormat(String) - Method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
getFormats() - Method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
getFormsType() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getFrom() - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
 
getFrom() - Method in class com.levigo.jadice.server.ws.xstream.Connection
 
getGenericResourceDirs() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getGhostscript() - Method in class com.levigo.jadice.server.ghostscript.worker.GhostscriptWorker
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.BMPOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.FAXOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.OutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.PNMOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.PSOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.PXLOutputDevice
 
getGhostscriptOutputDeviceName() - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
 
getGraphicsAlphaBits() - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
getGrayImageDepth() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGrayImageDownsampleThreshold() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGrayImageDownsampleType() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGrayImageFilter() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGrayImageResolution() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getGroupId() - Method in class org.apache.tools.tar.TarEntry
Get this entry's group id.
getGroupIdString() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getGroupName() - Method in class org.apache.tools.tar.TarEntry
Get this entry's group name.
getHeaderInformation() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
getHeight() - Method in enum com.levigo.jadice.server.html.HTMLRendererNode.PageSize
 
getHeight() - Method in enum com.levigo.jadice.server.pdf.PDFImageOptimizationNode.PageSize
 
getHorizontalAlignment() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getHorizontalAlignment() - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
Set the horizontal alignment.
getHorizontalResolution(int) - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
Determine the horizontal resolution of a given page in dpi.
getHorizontalResolution(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getHostName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getHostname() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getHostName() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getHTMLEnhancer() - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
getId() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the ID of the stream.
getIDHash(DupeDetection) - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
Get an ID Hash that is valid in the context of the given DupeDetection mode.
getImapMessageUID() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getInfoAssembler() - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
getInitialContextFactory() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
getInitialView() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getInitMessage() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getInputBundle() - Method in class com.levigo.jadice.server.core.NodeWorker
Get the input stream bundle.
getInputBundles() - Method in class com.levigo.jadice.server.core.NodeWorker
Get the list of input stream bundles.
getInputCardinality() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Calculates the Input cardinality according to the program arguments.
getInputCardinality() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getInputCardinality() - Method in class com.levigo.jadice.server.Node
Return the input cardinality of this node, i.e.
getInputCardinality() - Method in class com.levigo.jadice.server.nodes.DemultiplexerNode
 
getInputCardinality() - Method in class com.levigo.jadice.server.nodes.JadiceServerInfoNode
 
getInputCardinality() - Method in class com.levigo.jadice.server.nodes.StreamInputNode
 
getInputCardinality() - Method in class com.levigo.jadice.server.nodes.URLInputNode
 
getInputFilename() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getInputFormat() - Method in class com.levigo.jadice.server.javamail.TNEFNode
Get the input format of incoming streams.
getInputSpool(StreamDescriptor) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getInputStream() - Method in class com.levigo.jadice.server.shared.types.BundledStream
 
getInputStream() - Method in interface com.levigo.jadice.server.shared.types.Stream
Get the associated SeekableInputStream.
getInstance() - Static method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
getInstance(String) - Static method in class com.levigo.jadice.server.util.checksum.ChecksumLookup
Retrieve a MessageDigest that implements the given algorithm name.
getInstanceHeartbeatTimeout() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getInstanceJVMOptions() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getInstanceName() - Method in interface com.levigo.jadice.server.core.JobScheduler
 
getInstanceName() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getInstanceName() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getInstanceName() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
getInstanceName() - Method in class com.levigo.jadice.server.multivm.MVMInstance
 
getInstanceNumber() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getInstanceNumber() - Method in class com.levigo.jadice.server.multivm.MVMInstance
 
getInstancePool() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
getInstanceUUID() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getInterruptAttempts() - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
getInvalidLicenseDescription() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getInvalidLicenseDescriptionShort() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getItitialPage() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getJmsPassword() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getJmsUsername() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getJMXContext() - Static method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getJndiEnvironment() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
getJndiName() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
getJob() - Method in class com.levigo.jadice.server.core.NodeWorker
 
getJob() - Method in class com.levigo.jadice.server.Node
Get the associated job, or null if the node is not yet initialized.
getJobArguments() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getJobConfigurators() - Method in class com.levigo.jadice.server.ws.JobInvocationServiceImpl
 
getJobListeners() - Method in class com.levigo.jadice.server.Job
Get the registered listeners.
getJobScheduler() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getJPEGQuality() - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Gets the JPEG image quality.
getKeyLength() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getKeywords() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getLastHeartbeat() - Method in class com.levigo.jadice.server.multivm.MVMInstance
 
getLastObservation() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getLastPage() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getLastPageIndex() - Method in class com.levigo.jadice.server.msoffice.PageRange
 
getLatch() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getLatch() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
getLayoutDecorators() - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
getLeftMargin() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getLeftMarginAsFloat() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getLevel() - Method in exception com.levigo.jadice.server.core.security.QualifiedAccessDeniedException
 
getLevel() - Method in exception com.levigo.jadice.server.core.security.QualifiedAuthenticationException
 
getLimit() - Method in exception com.levigo.jadice.server.LimitExceeded
The Limit that triggered the exception.
getLimits() - Method in class com.levigo.jadice.server.Job
 
getLimitSupport() - Method in class com.levigo.jadice.server.core.NodeWorker
The LimitSupport is an easy utility for ensuring that Limits are respected.
getLinkFlag() - Method in class org.apache.tools.tar.TarEntry
 
getLinkName() - Method in class org.apache.tools.tar.TarEntry
Get this entry's link name.
getLocalizedMessage() - Method in class com.levigo.jadice.server.jms.client.MimicryThrowable
 
getLogger() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getLogger() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
getLogger() - Method in class com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
 
getLogger() - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
getLogger() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getLogger() - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
getLogger() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
getLogger() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
getLogger() - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
getLogInterval() - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
getLongOctalBytes(long, byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an octal long integer from a header buffer.
getLoopback() - Method in class com.levigo.jadice.server.nodes.worker.rules.Rule
 
getMagnification() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getManager() - Method in class com.levigo.jadice.server.core.BufferedStreamBundle
 
getMargin() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getMargin() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
getMaxActive() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getMaxClipPathSize() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMaxConcurrentJobCount() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
getMaxIdle() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getMaxImageResolution() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getMaximum() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getMaximumMessageSize() - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
getMaximumMessageSize() - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
 
getMaximumPixelSize() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getMaximumPoolSize() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getMaximumResolution() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getMaximumSize() - Method in class com.levigo.jadice.server.StreamSizeLimit
 
getMaxInlineImageSize() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMaxResolution() - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Gets the maximal resolution an embedded image should have after optimization.
getMaxShadingBitmapSize() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMaxStreamSize() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
 
getMaxStripSize() - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
 
getMaxSubsetPct() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMaxUsageCount() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
getMaxUsageCount() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
getMBeanServer() - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
getMessage() - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
 
getMessageDispatcher() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getMessageFilter() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Get the message filter.
getMessageID() - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
 
getMetadata(int) - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
Return the Metadata for a given page.
getMetadata(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getMimeType() - Method in class com.levigo.jadice.server.libreoffice.server.ExportFormat
 
getMimeType() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getMimeType() - Method in class com.levigo.jadice.server.msoffice.config.Format
 
getMimeType() - Method in class com.levigo.jadice.server.nodes.worker.rules.TypeMatch
 
getMimeType() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the Multipurpose Internet Mail Extension (MIME) type.
getMinEvictableIdleTimeMillis() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getMinIdle() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getMinimumResolution() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getMinimun() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getMode() - Static method in class com.levigo.jadice.server.util.UUIDGenerator
 
getMode() - Method in class org.apache.tools.tar.TarEntry
Get this entry's mode.
getModificationDate() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getModLevelOfRelease() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the mod level of this version
getModTime() - Method in class org.apache.tools.tar.TarEntry
Set this entry's modification time.
getMonitor() - Method in class com.levigo.jadice.server.ws.monitor.MonitorInInterceptor
 
getMonitor() - Method in class com.levigo.jadice.server.ws.monitor.MonitorOutInterceptor
 
getMonoImageDepth() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMonoImageDownsampleThreshold() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMonoImageDownsampleType() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMonoImageFilter() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMonoImageResolution() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getMostRestrictive(Class<L>, Limit.WhenExceedAction) - Method in class com.levigo.jadice.server.Limits
Find the most restrictive Limit of the the given type and exceed action
getName() - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
getName() - Method in class com.levigo.jadice.server.core.security.AbstractEnforcingRule
 
getName() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getName() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
getName() - Method in class com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
 
getName() - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
getName() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
getName() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
getName() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getName() - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
getName() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
getName() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
getName() - Method in class com.levigo.jadice.server.nodes.worker.rules.Rule
 
getName() - Method in class com.levigo.jadice.server.nodes.worker.rules.Ruleset
 
getName() - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
getName() - Method in class org.apache.tools.tar.TarEntry
Get this entry's name.
getNameBytes(StringBuilder, byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Determine the number of bytes in an entry name.
getNextEntry() - Method in class org.apache.tools.tar.TarInputStream
Get the next entry in this tar archive.
getNextInput() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Get the next input stream.
getNextSignificantLimit(Class<L>, Limit.WhenExceedAction) - Method in class com.levigo.jadice.server.core.util.LimitSupport
Get the next Limit of given Type and Action that is not exceeded yet and that will be triggered on LimitSupport.test(Class, long).
getNode() - Method in class com.levigo.jadice.server.core.NodeWorker
Get the Node.
getNode() - Method in interface com.levigo.jadice.server.core.WorkerController
Get the Node.
getNode() - Method in class com.levigo.jadice.server.Job
Return the attached node.
getNodes() - Method in class com.levigo.jadice.server.ws.xstream.ExtendedXStream
 
getNodesMap() - Method in class com.levigo.jadice.server.ws.xstream.JobConverter
 
getNodeWorkerFactory() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
The NodeWorkerFactory which is responsible to instantiate NodeWorkers from a given Node for jobs that run on jadice server.
getNumActive() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getNumberOfObservations() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getNumberOfWaitingThreads() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
Number of threads waiting for a lock to acquire.
getNumIdle() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getNumInvalidated() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getNumReturned() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getObjectName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
getObjectName() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getObjectName() - Method in class com.levigo.jadice.server.core.JadiceServer
 
getObjectName() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getObjectName() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getObjectName() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getObjectName() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getObjectName() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getObjectName() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getObjectName() - Method in class com.levigo.jadice.server.msoffice.MSOInstanceAssassin
 
getObjectName() - Method in class com.levigo.jadice.server.multivm.MVMInstance
 
getObjectName() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getObservingPIDs() - Method in class com.levigo.jadice.server.msoffice.MSOInstanceAssassin
 
getOctalBytes(long, byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an octal integer from a header buffer.
getOfficeMajorVersion() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.config.Exclusion
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.config.ExportFilter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
getOfficeVersion() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
getOffOptimizations() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getOnErrorCC() - Method in class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
getOpenBookmarkLevels() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getOpenFormat() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getOPM() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getOrder() - Method in class com.levigo.jadice.server.core.util.HostnameSetter
 
getOrder() - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
 
getOutfileExtension() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getOutputBundle() - Method in class com.levigo.jadice.server.core.NodeWorker
Returns the output stream bundle
getOutputBundles() - Method in class com.levigo.jadice.server.core.NodeWorker
Get the list of output bundles.
getOutputCardinality() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getOutputCardinality() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Calculates the Output cardinality according to the program arguments.
getOutputCardinality() - Method in class com.levigo.jadice.server.misc.NullNode
 
getOutputCardinality() - Method in class com.levigo.jadice.server.Node
Return the output cardinality of this node, i.e.
getOutputCardinality() - Method in class com.levigo.jadice.server.nodes.MultiplexerNode
 
getOutputCardinality() - Method in class com.levigo.jadice.server.nodes.RouterNode
 
getOutputCardinality() - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
 
getOutputCardinality() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
getOutputDevice() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getOutputFilename() - Method in class com.levigo.jadice.server.archive.ZIPNode
 
getOutputFiles() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getOutputMimeType() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.BMPOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.FAXOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.OutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.PNMOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.PSOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.PXLOutputDevice
 
getOutputMimeType() - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
 
getOutputMode() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getOutputMode() - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
Returns current output mode.
getOutputMode() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getOwnerPassword() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getOwnerPasswords() - Method in class com.levigo.jadice.server.pdf.PDFDecryptNode
 
getPadding() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getPageCount() - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
 
getPageCount() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getPageFormat() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getPageIndex() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
 
getPageLayout() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getPageRange() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getPageSelection() - Method in class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
Shaping option for page range selection.
getPageSetups() - Method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
getPageSize() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
getParameters() - Method in class com.levigo.jadice.server.nodes.ScriptNode
 
getParameters() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
getParameters() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Return the parameters that will be included in the XSL:FO stylesheet.
getParameters() - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
Return the parameters that will be included in the XSLT stylesheet.
getParent() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
getPassword() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getPassword() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getPassword() - Method in class com.levigo.jadice.server.archive.UnSevenZIPNode
Use this password to uncompress the given 7z archive.
getPassword() - Method in class com.levigo.jadice.server.Credentials
 
getPassword() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getPassword() - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
 
getPassword() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getPatchLevelOfRelease() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the patch level of this version
getPathSelector() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getPdfPassword() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
getPdfVersion() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getPermissionPassword() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getPermissions() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getPerProcessorVMCount() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getPollInterval() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getPool() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getPool() - Method in class com.levigo.jadice.server.html.worker.font.FontMapperPool
Deprecated.
 
getPool() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
getPool() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
getPool() - Method in class com.levigo.jadice.server.xml.XSLTransformerPool
 
getPort() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getPort() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Get the port number to use.
getPosition() - Method in class com.levigo.jadice.server.archive.worker.UnRARWorker.InputStreamReadOnlyAccess
 
getPosition() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getPotentialSubProcessIDs() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
getPredecessors() - Method in class com.levigo.jadice.server.Node
Get the predecessors ("parents" in tree lingo) to this node.
getPrinting() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getPrintRequestAttributeSet() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getPrintServiceName() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getProcessColorModel() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getProcessIdPropagation() - Method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
getProcessName() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
getProcessReaper() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
getProducer() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getProductId() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
getProgramName() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getProperties() - Method in class com.levigo.jadice.server.Job
Get an immutable view of the job properties.
getProperties() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the Stream's extended properties.
getProperties() - Method in class com.levigo.jadice.server.ws.JobConfiguration
This method walk through all properties and map each to key/value pairs to a map.
getProperty(String) - Method in class com.levigo.jadice.server.Job
Get a job property by key.
getProperty(String, long) - Method in class com.levigo.jadice.server.Job
Get a job property by key and convert it to a long value.
getProperty(String) - Method in class com.levigo.jadice.server.script.groovy.PipelineBuilder
 
getPropertyType(Node, String) - Method in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
getProtocol() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getProviderURL() - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
 
getQuality() - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
 
getQuality() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getQueueSender() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getReadEnd() - Method in class com.levigo.jadice.server.util.DynamicPipe
 
getReadyState() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getReapedCacheEntries() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getReapedDocumentLayers() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getReapedObjectCount() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getRecentAbortRate() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getRecentAverage() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getRecentAverageExecutionTime() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getRecentAvgExecutionTime() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getRecentAvgWaitingTime() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getRecentFailureRate() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getRecentMaxExecutionTime() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getRecentMaximum() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getRecentMaximumExecutionTime() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getRecentMaxWaitingTime() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getRecentMinExecutionTime() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getRecentMinimum() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
 
getRecentMinimumExecutionTime() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getRecentMinWaitingTime() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getRecentObservationCount(Job.State) - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getRecentObservationCount() - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getRecentObservationRate(Job.State) - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getRecipients() - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
 
getRecordSize() - Method in class com.levigo.jadice.server.archive.UnTARNode
 
getRecordSize() - Method in class org.apache.tools.tar.TarBuffer
Get the TAR Buffer's record size.
getRecordSize() - Method in class org.apache.tools.tar.TarInputStream
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class org.apache.tools.tar.TarOutputStream
Get the record size being used by this stream's TarBuffer.
getReferenceBase() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getRelease() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the release of the version build.
getReleaseDate() - Method in class com.levigo.jadice.server.core.JadiceServer
 
getReleaseDate() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getReleaseDate() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the date of version build.
getReleaseDateString() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getReleaseLevelOfRelease() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the release level of this version
getReleaseTimeMillis() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getRemoteAddress() - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
 
getReplyTo() - Method in class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
getRequestEndpoint() - Method in class com.levigo.jadice.server.core.JadiceServer
 
getRequestQueueName() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getRequestURL() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getReshapeControls() - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
 
getResolution() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getResolution() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getResolutionMode() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getResponseBytes() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getResponseHeader(String) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getResponseImage() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getResponseText() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getResponseXML() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getRestrictions() - Method in class com.levigo.jadice.server.core.security.AbstractEnforcingRule
 
getResults() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
getRightMargin() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getRightMarginAsFloat() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getRotation() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getRotation() - Method in class com.levigo.jadice.server.pdf.PDFRotationNode
 
getRoutingPolicy() - Method in class com.levigo.jadice.server.nodes.RouterNode
 
getRoutingRules() - Method in class com.levigo.jadice.server.nodes.RouterNode
 
getRoutingScriptURI() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getRoutingScriptURI() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getRoutingScriptURI() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getRules() - Method in class com.levigo.jadice.server.nodes.worker.rules.Target
 
getRuleset() - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
getRunningRequests() - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
getRxQueue() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getScheduler() - Method in class com.levigo.jadice.server.core.JadiceServer
 
getScheduler() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getSchedulerService() - Static method in class com.levigo.jadice.server.core.JadiceServer
 
getScript() - Method in class com.levigo.jadice.server.nodes.ScriptNode
 
getScriptParameters() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getScriptParameters() - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
getScriptParameters() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
getSemanticType() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
getSeparatorPlacement() - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
getSerializationMimeType() - Method in interface com.levigo.jadice.server.jms.shared.marshalling.JmsMarshaller
 
getServerCredentials() - Method in class com.levigo.jadice.server.Job
 
getServerInstanceName() - Method in class com.levigo.jadice.server.Job
Return a common name of the server instance that has accepted this job for execution.
getServerJob() - Method in interface com.levigo.jadice.server.core.JobExecutionContext
 
getServerJob() - Method in class com.levigo.jadice.server.core.NodeWorker
 
getServerJob() - Method in interface com.levigo.jadice.server.core.WorkerController
Get the ServerJob associated with this worker controller.
getServerJob() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getServerJob() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
getServerTempDir() - Method in interface com.levigo.jadice.server.core.ServerJob
Get the temporary directory jadice server uses.
getSession() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getSession() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getSessionProperties() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
Get the properties for the JavaMail session.
getSessionProperties() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Get the session properties.
getSettingsOfType(Class<T>) - Method in class com.levigo.jadice.server.documentplatform.ReshapeControls
 
getSize() - Method in class com.levigo.jadice.server.core.util.housekeeping.ClearableDocumentLayerCache
 
getSize() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
getSize(int) - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
Determine the size of a given page in Unit.JadiceDocumentUnit.
getSize(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getSize() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getSize() - Method in class org.apache.tools.tar.TarEntry
Get this entry's file size.
getSizeAsFloat() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getSMTPRelay() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getStackTrace(Throwable) - Static method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
getState() - Method in class com.levigo.jadice.server.core.NodeWorker
 
getState() - Method in class com.levigo.jadice.server.Job
Return the job's life-cycle state.
getState() - Method in exception com.levigo.jadice.server.JobTimeout
The state being waited for (not the current one!) when the timeout occurred.
getStatisticsRecorder() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getStatus() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getStatusText() - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
getStoreProtocol() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getStoreProtocol() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getStream(String) - Method in interface com.levigo.jadice.server.core.StreamResolver
 
getStream(String) - Method in class com.levigo.jadice.server.html.worker.request.HierarchyResolver
 
getStreamBundle() - Method in class com.levigo.jadice.server.nodes.StreamInputNode
Get the Streams that the client has sent.
getStreamBundle() - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
 
getStreamDescriptor() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
 
getStreamResolverFactory() - Method in class com.levigo.jadice.server.html.worker.CobraHTMLRendererWorker
 
getStreamResolverFactory() - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
getStreamTransportFactory() - Method in class com.levigo.jadice.server.core.NodeWorker
 
getStreamTransportFactory() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
getStyleSheet() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
getStylesheet() - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
getStyleSheet() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Get the location of the style sheet.
getStyleSheet() - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
Get the location of the style sheet.
getSubDirectories() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
Contains an unmodifiable view of all files that are contained in the file that is represented by this object here.
getSubject() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getSubmissionTimeout() - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
 
getSubsidiaryNodes() - Method in class com.levigo.jadice.server.Node
Nodes that were created on behalf of this node while executing the job on the server side can be retrieved with this method.
getSuccessors() - Method in class com.levigo.jadice.server.Node
Get the successors ("children" in tree lingo) of this node.
getTargetMimeType() - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
Get the selected target MIME type
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSExcelWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSProjectWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSVisioWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.msoffice.MSWordWorker
 
getTargetMimeType() - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
getTargetMimeType() - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
Get the selected target MIME type
getTargetMimeType() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Get current target mime type.
getTargetPageSize() - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Gets the target page size.
getTempDir() - Method in interface com.levigo.jadice.server.core.JobScheduler
Get the directory to be used for temporary files for this instance.
getTempDir() - Method in interface com.levigo.jadice.server.core.ServerJob
 
getTempDir() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getTempDirName() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getTempFileReaper() - Method in interface com.levigo.jadice.server.core.JobScheduler
Get a reaper for temporary Files
getTempFileReaper() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getTemplate() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getTextAlphaBits() - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
getTextBodyCharset() - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
getTextColor() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getTextOrientation() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getThreadPriority() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
getThreadReaper() - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
getThrowable() - Method in exception com.levigo.jadice.server.core.security.QualifiedAccessDeniedException
 
getThrowable() - Method in exception com.levigo.jadice.server.core.security.QualifiedAuthenticationException
 
getTimeBetweenEvictionRunsMillis() - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
getTimeInterval() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
getTimeInterval() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
getTimeout() - Method in exception com.levigo.jadice.server.JobTimeout
The timeout in milliseconds.
getTimeout() - Method in class com.levigo.jadice.server.TimeLimit
 
getTitle() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getTo() - Method in class com.levigo.jadice.server.ws.xstream.Connection
 
getTopic() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
getTopic() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
getTopMargin() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getTopMarginAsFloat() - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
getTotalAbortRate() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getTotalFailureRate() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getTotalObservationCount(Job.State) - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getTotalObservationCount() - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getTotalObservationRate(Job.State) - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
getTransferFunctionInfo() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getTransformerPool() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterWorker
 
getTransformerPool() - Method in class com.levigo.jadice.server.xml.XSLTransformationWorker
 
getTransportSender() - Method in class com.levigo.jadice.server.core.NodeWorker
 
getTransportSender() - Method in class com.levigo.jadice.server.Node
Return a TransportSender for this node.
getTxQueue() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
getType() - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
getType() - Method in class com.levigo.jadice.server.ghostscript.BMPOutputDevice
 
getType() - Method in class com.levigo.jadice.server.ghostscript.FAXOutputDevice
 
getType() - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
 
getType() - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
getType() - Method in class com.levigo.jadice.server.ghostscript.PNMOutputDevice
 
getType() - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
 
getType() - Method in class com.levigo.jadice.server.Job
 
getType() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
The MIME type of the file represented by this object.
getType() - Method in class com.levigo.jadice.server.nodes.worker.rules.Target
 
getType() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
getTypeDatabase() - Method in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
 
getTypePreference() - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
 
getUCRandBGInfo() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getUnhandledFormatAction() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getUnhandledFormatAction() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode
 
getUnhandledInputAction() - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
getUnusedStreams() - Method in interface com.levigo.jadice.server.core.StreamResolver
Retrieve all streams that were not used so far.
getUnusedStreams() - Method in class com.levigo.jadice.server.html.worker.request.HierarchyResolver
 
getUptime() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
getUrlPath() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
getURLs() - Method in class com.levigo.jadice.server.nodes.URLInputNode
 
getUseBold() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getUseBoldAsBool() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getUseItalic() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getUseItalicAsBool() - Method in class com.levigo.jadice.server.msoffice.config.Font
 
getUserId() - Method in class org.apache.tools.tar.TarEntry
Get this entry's user id.
getUserName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getUsername() - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
getUsername() - Method in class com.levigo.jadice.server.Credentials
 
getUsername() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getUserName() - Method in class org.apache.tools.tar.TarEntry
Get this entry's user name.
getUserPassword() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getUUID() - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
 
getUUID() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getUUID() - Method in class com.levigo.jadice.server.Job
Return the job's UUID.
getUUID() - Method in class com.levigo.jadice.server.Node
Get the node's UUID.
getUUID() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
getUUID() - Static method in class com.levigo.jadice.server.util.UUIDGenerator
Create a UUID.
getValue() - Method in enum com.levigo.jadice.server.msoffice.MSProjectNode.View
 
getValue() - Method in enum com.levigo.jadice.server.msoffice.MSWordNode.WdOpenFormat
 
getValue() - Method in class com.levigo.jadice.server.ws.xstream.PropertyInterpolator
 
getVersion() - Method in class com.levigo.jadice.server.core.JadiceServer
 
getVersion() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getVersion() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
getVersion() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
getVersionLevelOfRelease() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns the version level of this release.
getVersionString() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
getVerticalAlignment() - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
getVerticalAlignment() - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
Get the vertical alignment.
getVerticalResolution(int) - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
Determine the vertical resolution of a given page in dpi.
getVerticalResolution(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
getViewSelection() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
getViewsToExport() - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
 
getVMCount() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
getWidth() - Method in enum com.levigo.jadice.server.html.HTMLRendererNode.PageSize
 
getWidth() - Method in enum com.levigo.jadice.server.pdf.PDFImageOptimizationNode.PageSize
 
getWorker() - Method in class com.levigo.jadice.server.documentplatform.ReshapeListener.Context
 
getWorker() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.TIFFMergeNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.documentplatform.TIFFSplitNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.html.HTML2TextNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MessageRFC822Node
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartAppleDoubleNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartEncryptedNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartMixedNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartRelatedNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.MultipartSignedNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.javamail.TNEFNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.libreoffice.server.OLEExtractorNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.misc.DummyNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.misc.NullNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSOutlookNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.Node
Return the node's associated NodeWorker full qualified class's name.
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.DemultiplexerNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.MultiplexerNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.RouterNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.ScriptNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.StreamInputNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.URLInputNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.notification.NotificationNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFAnnotationRemoverNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFDecryptNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFMergeNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PDFSplitNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.pdf.PortableCollectionDisassemblingNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.xml.PlaintextToXMLNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
 
getWorkerClassName() - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
 
getWorkerFactory() - Method in interface com.levigo.jadice.server.core.ServerJob
 
getWorkFolderName() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
getWrappedConnectionFactory() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
Return a connection factory which delegates to the connection factory set by JMSRequestEndpoint.setConnectionFactory(QueueConnectionFactory), but uses the credentials set via JMSRequestEndpoint.setJmsUsername(String)/ JMSRequestEndpoint.setJmsPassword(String).
getXmpMetaData() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
getXResolution() - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
getXStreamMarshaller() - Static method in class com.levigo.jadice.server.jms.shared.marshalling.JmsXStreamMarshallerFactory
 
getYResolution() - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
getZoom() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
Ghostscript - Class in com.levigo.jadice.server.ghostscript.worker
Bridging object between jadice server and the command line API of ghostscript.
Ghostscript() - Constructor for class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
GhostscriptNode - Class in com.levigo.jadice.server.ghostscript
This node uses Ghostscript for a conversion.
GhostscriptNode() - Constructor for class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
GhostscriptNode.OutputMode - Enum in com.levigo.jadice.server.ghostscript
Enum controlling how output data streams are generated.
GhostscriptNode.PaperSize - Enum in com.levigo.jadice.server.ghostscript
 
GhostscriptWorker - Class in com.levigo.jadice.server.ghostscript.worker
 
GhostscriptWorker() - Constructor for class com.levigo.jadice.server.ghostscript.worker.GhostscriptWorker
 
GIDLEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the group id field in a header buffer.
GNAMELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the group name field in a header buffer.
GNU_LONGLINK - Static variable in interface org.apache.tools.tar.TarConstants
The namr of the GNU tar entry which contains a long name.
GNU_TMAGIC - Static variable in interface org.apache.tools.tar.TarConstants
The magic tag representing a GNU tar archive.
GSOption - Annotation Type in com.levigo.jadice.server.ghostscript
 

H

handleEvent(ValidationEvent) - Method in class com.levigo.jadice.server.msoffice.config.ConsoleForwarder
 
handleMessage(SoapMessage) - Method in class com.levigo.jadice.server.ws.monitor.MonitorInInterceptor
 
handleMessage(SoapMessage) - Method in class com.levigo.jadice.server.ws.monitor.MonitorOutInterceptor
 
handleMessage(SoapMessage) - Method in class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
hashCode() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
hashCode() - Method in class com.levigo.jadice.server.Job
 
hashCode() - Method in class com.levigo.jadice.server.Limit
 
hashCode() - Method in class com.levigo.jadice.server.msoffice.PageRange
 
hashCode() - Method in class com.levigo.jadice.server.Node
 
hashCode() - Method in class com.levigo.jadice.server.NodeCountLimit
 
hashCode() - Method in class com.levigo.jadice.server.PageCountLimit
 
hashCode() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
hashCode() - Method in class com.levigo.jadice.server.StreamCountLimit
 
hashCode() - Method in class com.levigo.jadice.server.StreamSizeLimit
 
hashCode() - Method in class com.levigo.jadice.server.TimeLimit
 
hashCode() - Method in class org.apache.tools.tar.TarEntry
Hashcodes are based on entry names.
hasHitEOF - Variable in class org.apache.tools.tar.TarInputStream
 
hasNext() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Check whether there are more streams to be retrieved.
hasNextInput() - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
HeaderConstants - Interface in com.levigo.jadice.server.agent.email
Contains header fields that are written in the result or error mails by jadice server to avoid that jadice server processes theses message if somebody sends them back.
height - Variable in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.PaperSize
 
HIDE_FROM_OUTLINE - Static variable in class com.levigo.jadice.server.pdf.PDFMergeNode
If this flag is set to true in StreamDescriptor.getProperties() the appropriate part file is hidden in the outline of the resulting PDF file.
HierarchyResolver - Class in com.levigo.jadice.server.html.worker.request
A StreamResolver which searches the stream hierarchy upwards for a resolver which knows about streams it is asked for.
HierarchyResolver(StreamDescriptor) - Constructor for class com.levigo.jadice.server.html.worker.request.HierarchyResolver
 
HostnameSetter - Class in com.levigo.jadice.server.core.util
 
HostnameSetter() - Constructor for class com.levigo.jadice.server.core.util.HostnameSetter
 
HTML2TextNode - Class in com.levigo.jadice.server.html
This Node tries to extract plain text from given HTML document streams.
HTML2TextNode() - Constructor for class com.levigo.jadice.server.html.HTML2TextNode
 
HTML2TextWorker - Class in com.levigo.jadice.server.html.worker
 
HTML2TextWorker() - Constructor for class com.levigo.jadice.server.html.worker.HTML2TextWorker
 
HTMLRendererNode - Class in com.levigo.jadice.server.html
This node renders HTML pages into other formats.
HTMLRendererNode() - Constructor for class com.levigo.jadice.server.html.HTMLRendererNode
 
HTMLRendererNode.PageSize - Enum in com.levigo.jadice.server.html
Predefined values for the size of the resulting PDF document

I

IBM_CM - Static variable in interface com.levigo.jadice.server.documentplatform.ReshapeNode.AnnotationMimeTypes
 
id - Variable in class com.levigo.jadice.server.ws.JobResult.Log
 
IDocumentInfo - Interface in com.levigo.jadice.server.documentplatform
DTO that contains information about a document the JadiceDocumentInfoNode has processed.
ignoresThrowable() - Method in class com.levigo.jadice.server.core.util.AddWMQDetailsLayout
 
ILLEGAL_FILENAME_CHARACTERS - Static variable in class com.levigo.jadice.server.core.util.StreamUtils
Characters that are not legal as filename (control characters are filtered separately)
IllegalXMLCharFilter - Class in com.levigo.jadice.server.xml.filter
The SanityCheckFilter makes sure that the document about to be formatted will not break the formatter.
IllegalXMLCharFilter(WorkerController<?>) - Constructor for class com.levigo.jadice.server.xml.filter.IllegalXMLCharFilter
 
ImageOutputDevice - Class in com.levigo.jadice.server.ghostscript
This class subsumes all options shared by OutputDevices generating raster images.
ImageOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.ImageOutputDevice
 
IMAPAgent - Class in com.levigo.jadice.server.agent.email.imap
 
IMAPAgent() - Constructor for class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
IMAPPickupConfiguration - Class in com.levigo.jadice.server.agent.email.imap
 
IMAPPickupConfiguration() - Constructor for class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
INFILE_PLACEHOLDER - Static variable in class com.levigo.jadice.server.external.ExternalProcessCallNode
Template for the arguments that will replaced by the input file.
info(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
info(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
info(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
info(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
INFO - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
info(String, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit an info message into the log if info logging is enabled.
inheritLimits() - Method in class com.levigo.jadice.server.core.SubPipeline
Call the method if all Nodes of the sub pipeline shall inherit the Limits of the parent Node.
init(ServerJob) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Initializes this JobExecutionContext with the ServerJob that belongs to the client side Job
init() - Method in class com.levigo.jadice.server.core.NodeWorkerFactory.WorkerNamespaceHandler
 
init() - Method in class com.levigo.jadice.server.core.security.xmlsupport.SecurityNamespaceHandler
 
init(ServerJob) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
INITAL_CONTEXT_FACTORY_WEBLOGIC - Static variable in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Default name of the initial context factory for Oracle WebLogic.
initBeforeStart() - Method in class com.levigo.jadice.server.msoffice.processid.PIDHelper
 
initException(Exception) - Method in class com.levigo.jadice.server.msoffice.CommandSender
Set an initial exception, but does not overwrite an existing one.
initialize() - Method in class com.levigo.jadice.server.core.NodeWorker
This method may be overridden, in order do perform initialization which is necessary before the actual work is started.
initialize() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintWorker
 
initialize() - Method in class com.levigo.jadice.server.external.ExternalProcessCallWorker
 
initialize() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
Create a temp working directory
initialize() - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
initialize(CommunicationSide) - Method in class com.levigo.jadice.server.Node
 
initialize(CommunicationSide) - Method in class com.levigo.jadice.server.nodes.StreamInputNode
 
initialize(CommunicationSide) - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
 
initialize(CommunicationSide) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
initialize() - Method in class com.levigo.jadice.server.nodes.worker.RouterWorker
 
initialize() - Method in class com.levigo.jadice.server.nodes.worker.StreamOutputWorker
 
initialize() - Method in class com.levigo.jadice.server.nodes.worker.URLOutputWorker
 
initialize(CommunicationSide) - Method in class com.levigo.jadice.server.notification.NotificationNode
 
initialize() - Method in class com.levigo.jadice.server.pdf.worker.PDFDecryptWorker
 
initialize() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterWorker
 
initiateTransport(Stream, TransportSender) - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
initiateTransport(Stream, TransportSender) - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
Create a transport for the given InputStream.
input - Variable in class com.levigo.jadice.server.script.groovy.Pipeline
 
inspect(Message, MessageInspector.Direction) - Static method in class com.levigo.jadice.server.jms.shared.MessageInspector
Prints the details of the Message as DEBUG to the Logger MessageInspector.
inspect(Message, MessageInspector.Direction, PrintStream) - Static method in class com.levigo.jadice.server.jms.shared.MessageInspector
Prints the details of the Message into the given stream.
INSTANCE_UUID - Static variable in class com.levigo.jadice.server.jms.logging.JMSAppender
 
invalidateObject(O) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
invertMap(Map<K, V>) - Static method in class com.levigo.jadice.server.util.Util
Inverts a Map from <K><V> to <V><K>.
isAbortRequested() - Method in class com.levigo.jadice.server.core.NodeWorker
 
isAddOriginalStream() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isAlive() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
isAlive() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
isAllowExternalHTTPResolution() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
Get whether to allow the resolution (loading) of external HTTP resources.
isAllowHTTPResources() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
isAllowOnlyOneMessage() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Get whether to allow just one message to match the filter.
isAllowOverwrite() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
isAllowRelativeResources() - Method in class com.levigo.jadice.server.nodes.URLInputNode
 
isAnnotated() - Method in interface com.levigo.jadice.server.documentplatform.IDocumentInfo
 
isAnnotated() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
isApplyFilters() - Method in class com.levigo.jadice.server.archive.UnZIPNode
 
isAscii85EncodePages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isBetaVersion() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
isBetaVersionExpired() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
 
isCenterWindow() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isClearAuthor() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearCreationDate() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearCreator() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearKeywords() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearModificationDate() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearProducer() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearSubject() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearTitle() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isClearXmpMetaData() - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
isColor() - Method in class com.levigo.jadice.server.ghostscript.PXLOutputDevice
 
isComplete() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Return whether this bundle is complete, i.e.
isCompressPages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isConvertCMYKImagesToRGB() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isConvertOOoTargetToPDFTarget() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isConvertSeen() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
isDebug() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
isDebug() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
isDebug() - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
isDebugEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isDebugEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isDescendent(TarEntry) - Method in class org.apache.tools.tar.TarEntry
Determine if the given entry is a descendant of this entry.
isDestroyRemainingProcessesOnAbort() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
isDirectory() - Method in class org.apache.tools.tar.TarEntry
Return whether or not this entry represents a directory.
isDisplayPDFDocumentTitle() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isDownsampleColorImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isDownsampleGrayImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isDownsampleMonoImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isDuplex() - Method in class com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
 
isEmbedAllFonts() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isEmpty() - Method in class com.levigo.jadice.server.mail.AttachmentDirectory
 
isEmpty() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
isEnableCopyingOfContent() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isEnableDebug() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
isEnableTextAccessForAccessibilityTools() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isEncapsulated() - Method in class com.levigo.jadice.server.ghostscript.PSOutputDevice
 
isEncodeColorImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isEncodeGrayImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isEncodeMonoImages() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isEncrypted(SeekableInputStream) - Method in class com.levigo.jadice.server.pdf.worker.PDFDecryptWorker
 
isEncryptFile() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isEncryptionSupported(SeekableInputStream) - Method in class com.levigo.jadice.server.pdf.worker.PDFDecryptWorker
 
isEnlargePageToPaper() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
isEOFRecord(byte[]) - Method in class org.apache.tools.tar.TarBuffer
Determine if an archive record indicate End of Archive.
isEpsCrop() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isEpsFitPage() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isErrorEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isErrorEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isExportAllPages(Map<String, String>) - Static method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
isExportBookmarks() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportBookmarksToPDFDestination() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportFormFields() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportLinksRelativeFsys() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportNotePages() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportNotes() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isExportWithMarkup() - Method in class com.levigo.jadice.server.msoffice.MSWordNode
 
isFatalEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isFatalEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isFirstPageOnLeft() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isFixedmedia() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isForwardAllMatches() - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
 
isGenerateHyperlinks() - Method in class com.levigo.jadice.server.html.HTMLRendererNode
 
isGenerateHyperlinks() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
isGNULongNameEntry() - Method in class org.apache.tools.tar.TarEntry
Indicate if this entry is a GNU long name block
isHaveTransparency() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isHideViewerMenubar() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isHideViewerToolbar() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isHideViewerWindowControls() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isIgnoreOriginalMimeTypes() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
isIgnoreOriginalMimeTypes() - Method in class com.levigo.jadice.server.javamail.MessageRFC822Node
 
isIgnoreOriginalMimeTypes() - Method in class com.levigo.jadice.server.javamail.TNEFNode
 
isInfileEqOutfile() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
isInfoEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isInfoEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isInputStreamExists() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
isJadiceLicenseValid() - Static method in class com.levigo.jadice.server.prodinfo.ProductInformation
Returns whether jadice license is valid.
isJmxRunning() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
isKeepOriginalPageLabels() - Method in class com.levigo.jadice.server.pdf.PDFMergeNode
 
isLogLocationInfo() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
isLogProperties() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
isOpenInFullScreenMode() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isOptimize() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isOptimizeRotation() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
isOutputStreamExists() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
isParseDSCComments() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isParseDSCCommentsForDocInfo() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isPathSelected(String, String, boolean) - Static method in class com.levigo.jadice.server.javamail.JavamailInputWorker
Select paths of type i1/i2/i3/... with components iN denoting hierarchical part indexes using selectors containing shell-style wildcard expressions.
isPatternImagemask() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isPdfFitPage() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isPerformSanityChecks() - Method in class com.levigo.jadice.server.xml.PlaintextToXMLNode
 
isPreserveHalftoneInfo() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isPreserveOverprintSettings() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isPrimitivObject(Object, boolean) - Static method in class com.levigo.jadice.server.util.Util
Checks if a given object is an instance of a Util.PRIMITIVE_TYPES or a Collection / Array / Map assembled of primitive types.
isPrinted() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isProcessRunning(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
isProcessRunning(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.UnixPIDGroup
 
isProcessRunning(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.WindowsPIDGroup
 
isPropagateProcessID() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
isReapOnlyWhenIdle() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
isReduceImageResolution() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isRelevantIndex(int) - Static method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
Check if a page index is relevant for logging.
isRenderAnnotations() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
isRepackingEnabled() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
isRepeat() - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
 
isResizeWindowToInitialPage() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isRestrictPermissions() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isRfc2646Mode() - Method in class com.levigo.jadice.server.xml.PlaintextToXMLNode
 
isRunning() - Method in class AbstractControl
 
isRunning() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
isRunning() - Method in class com.levigo.jadice.server.core.JadiceServer
 
isRunning() - Method in interface com.levigo.jadice.server.core.JobScheduler
Return whether the scheduler is running.
isRunning() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
isRunning() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
isRunning() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
isRunning() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
isRunning() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
isRunning() - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
isRunning() - Method in class com.levigo.jadice.server.multivm.VMInstanceWatchog
 
isShowAcroForm() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isShowAnnots() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isShrinkPageToPaper() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
isSkipEmptyPages() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isSnapshot() - Method in class com.levigo.jadice.server.core.version.ServerVersion
 
isSplitOutput() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
isSSLEnabled() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
isStop() - Method in class com.levigo.jadice.server.msoffice.CommandParser
 
isStreamRenderingEnabled(String) - Method in class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
Determine if a stream shall be rendered or not.
isSubsetFonts() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isTerminalState() - Method in enum com.levigo.jadice.server.Job.State
Return whether the state is a terminal state.
isTerminated() - Method in class com.levigo.jadice.server.multivm.MVMInstance
Determine whether the instance has terminated, i.e.
isTraceEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isTraceEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isTransient - Variable in enum com.levigo.jadice.server.agent.email.MessageTransaction.Reason
 
isUnpackMultipart() - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
 
isUseCIEColor() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isUseCropBox() - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
isUseFlateCompression() - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
isUseFormatConfig() - Method in enum com.levigo.jadice.server.msoffice.MSWordNode.WdOpenFormat
 
isUseIDLE() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
isUseLosslessCompression() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isUseMetadataEnvelope() - Method in class com.levigo.jadice.server.xml.AbstractToXMLNode
 
isUsePdfA() - Method in class com.levigo.jadice.server.msoffice.config.NativeExport
 
isUseRIDICRecordingAlgorithm() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
isUseTaggedPDF() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isUseTransitionEffects() - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
isUseXvfb() - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
isWaitForApplication() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
isWarnEnabled() - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
isWarnEnabled() - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
isZombie(int) - Method in class com.levigo.jadice.server.multivm.MVMInstance
Determine whether the instance is dead, but the process has not yet exited.
itemsToPreserve - Variable in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
iterator() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
 

J

JADICE - Static variable in interface com.levigo.jadice.server.documentplatform.ReshapeNode.AnnotationMimeTypes
jadice document platform built-in annotation format
JadiceCacheReaper - Class in com.levigo.jadice.server.core.util.housekeeping
Reaper class that attempts to clean the jadice global cache in a fixed interval to reduce memory consumption.
JadiceCacheReaper() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
JadiceDocumentInfo - Class in com.levigo.jadice.server.documentplatform
 
JadiceDocumentInfo(String, int, boolean, String, Dimension2D[], float[], float[], String[], Metadata[]) - Constructor for class com.levigo.jadice.server.documentplatform.JadiceDocumentInfo
 
JadiceDocumentInfoNode - Class in com.levigo.jadice.server.documentplatform
This Node is used to gain information about a document.
JadiceDocumentInfoNode() - Constructor for class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode
 
JadiceDocumentInfoNode.UnhandledFormatAction - Enum in com.levigo.jadice.server.documentplatform
Possible action when a given document cannot be analyzed because its format is unknown or not supported by the jadice document platform.
JadiceDocumentInfoWorker - Class in com.levigo.jadice.server.documentplatform
 
JadiceDocumentInfoWorker() - Constructor for class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoWorker
 
JadiceServer - Class in com.levigo.jadice.server.core
This class is the central entry point to the jadice server system.
JadiceServer() - Constructor for class com.levigo.jadice.server.core.JadiceServer
 
JadiceServerControl - Class in <Unnamed>
 
JadiceServerControl() - Constructor for class JadiceServerControl
 
JadiceServerException - Exception in com.levigo.jadice.server.core
 
JadiceServerException() - Constructor for exception com.levigo.jadice.server.core.JadiceServerException
 
JadiceServerException(String) - Constructor for exception com.levigo.jadice.server.core.JadiceServerException
 
JadiceServerException(String, Throwable) - Constructor for exception com.levigo.jadice.server.core.JadiceServerException
 
JadiceServerException(Throwable) - Constructor for exception com.levigo.jadice.server.core.JadiceServerException
 
JadiceServerInfoNode - Class in com.levigo.jadice.server.nodes
This Node retrieves information about jadice server and its execution environment.
JadiceServerInfoNode() - Constructor for class com.levigo.jadice.server.nodes.JadiceServerInfoNode
 
JadiceServerInfoWorker - Class in com.levigo.jadice.server.nodes.worker
 
JadiceServerInfoWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.JadiceServerInfoWorker
 
JadiceToTiffNode - Class in com.levigo.jadice.server.documentplatform
Deprecated.
Deprecated, use ReshapeNode instead.
JadiceToTiffNode() - Constructor for class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
JadiceToTiffNode.Compression - Enum in com.levigo.jadice.server.documentplatform
Deprecated.
 
JadiceToTiffNode.FontRenderingMode - Enum in com.levigo.jadice.server.documentplatform
Deprecated.
 
JadiceToTiffNode.OutputMode - Enum in com.levigo.jadice.server.documentplatform
Deprecated.
Enum controlling when and how output TIFF streams are generated.
JadiceToTiffNode.ResolutionMode - Enum in com.levigo.jadice.server.documentplatform
Deprecated.
 
JadiceToTiffWorker - Class in com.levigo.jadice.server.documentplatform
Deprecated.
Please consider using the ReshapeWorker instead.
JadiceToTiffWorker() - Constructor for class com.levigo.jadice.server.documentplatform.JadiceToTiffWorker
Deprecated.
 
JavaLoggingForwarder - Class in com.levigo.jadice.server.core.util.logging
Forwards events from a java util logger to the WorkerController (i.e NodeWorker) and the Apache Commons Logging Framework.
JavaLoggingForwarder(WorkerController<?>, MessageID, Set<Level>) - Constructor for class com.levigo.jadice.server.core.util.logging.JavaLoggingForwarder
Constructs a JavaLoggingForwarder for the current Thread.
JavamailInputNode - Class in com.levigo.jadice.server.javamail
A Node used to fetch data from a JavaMail compatible message store.
JavamailInputNode() - Constructor for class com.levigo.jadice.server.javamail.JavamailInputNode
 
JavamailInputWorker - Class in com.levigo.jadice.server.javamail
A worker used to fetch data from JavaMail supported message stores.
JavamailInputWorker() - Constructor for class com.levigo.jadice.server.javamail.JavamailInputWorker
 
JMSAppender - Class in com.levigo.jadice.server.jms.logging
This appender emits logging events to the defined JMS topic.
JMSAppender() - Constructor for class com.levigo.jadice.server.jms.logging.JMSAppender
 
JMSJobExecutionContext - Class in com.levigo.jadice.server.jms.core
The JMS specific implementation of a JMSJobExecutionContext
JMSJobExecutionContext(DefaultJobInternalImpl, JobScheduler, JMSRequestEndpoint, StreamTransportFactory, Message, QueueConnection, QueueSession, MessageDispatcher, Queue, Queue, String) - Constructor for class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
JMSJobFactory - Class in com.levigo.jadice.server.jms.client
JobFactory implementation using the Java Messaging Service API (JMS).
JMSJobFactory(QueueConnectionFactory, String) - Constructor for class com.levigo.jadice.server.jms.client.JMSJobFactory
Create a new JMSJobFactory with the given JMS QueueConnectionFactory, Credentials and the given request queue name.
JmsMarshaller - Interface in com.levigo.jadice.server.jms.shared.marshalling
 
JMSReplayer - Class in com.levigo.jadice.server.jms.logging
 
JMSReplayer() - Constructor for class com.levigo.jadice.server.jms.logging.JMSReplayer
 
JMSRequestEndpoint - Class in com.levigo.jadice.server.jms.core
The JMS specific implementation of a RequestEndpoint.
JMSRequestEndpoint() - Constructor for class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
JMSTransportSender - Class in com.levigo.jadice.server.jms.shared
A JMS based TransportSender implementation.
JMSTransportSender(JobInternal, String, QueueSession, QueueSender) - Constructor for class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
JmsXStreamMarshallerFactory - Class in com.levigo.jadice.server.jms.shared.marshalling
 
JmsXStreamMarshallerFactory() - Constructor for class com.levigo.jadice.server.jms.shared.marshalling.JmsXStreamMarshallerFactory
 
JMXContext - Class in com.levigo.jadice.server.core.jmx
 
JMXContext() - Constructor for class com.levigo.jadice.server.core.jmx.JMXContext
 
jmxStart() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
jmxStart() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
jmxStop() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
jmxStop() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
JNDIConnectionFactory - Class in com.levigo.jadice.server.jms.client
As some MOM recommend not to create a ConnectionFactory directly but to retrieve one via Java Naming and Directory Interface (JNDI), this class wraps all the lookup handling.
JNDIConnectionFactory() - Constructor for class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Empty default constructor.
JNDIConnectionFactory(String, String, String) - Constructor for class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Constructor that takes all required properties.
Job - Class in com.levigo.jadice.server
A job represents the unit-of-work for the jadice server system.
Job() - Constructor for class com.levigo.jadice.server.Job
 
Job.State - Enum in com.levigo.jadice.server
The different states a job can have.
JobConfiguration - Class in com.levigo.jadice.server.ws
 
JobConfiguration() - Constructor for class com.levigo.jadice.server.ws.JobConfiguration
 
JobConfigurator - Interface in com.levigo.jadice.server.ws.cfg
 
JobConverter - Class in com.levigo.jadice.server.ws.xstream
 
JobConverter() - Constructor for class com.levigo.jadice.server.ws.xstream.JobConverter
 
JobException - Exception in com.levigo.jadice.server
This class forms the base of the job-related exception hierarchy.
JobException() - Constructor for exception com.levigo.jadice.server.JobException
 
JobException(String, Throwable) - Constructor for exception com.levigo.jadice.server.JobException
 
JobException(String) - Constructor for exception com.levigo.jadice.server.JobException
 
JobException(Throwable) - Constructor for exception com.levigo.jadice.server.JobException
 
JobExecutionContext - Interface in com.levigo.jadice.server.core
The JobExecutionContext is the abstraction layer which bundles all actions that the server can trigger on the client side part of a Job and the communication layer which transports these actions.
JobExecutionException - Exception in com.levigo.jadice.server
An exception indicating a problem during the execution of a job.
JobExecutionException() - Constructor for exception com.levigo.jadice.server.JobExecutionException
 
JobExecutionException(String, Throwable) - Constructor for exception com.levigo.jadice.server.JobExecutionException
 
JobExecutionException(String) - Constructor for exception com.levigo.jadice.server.JobExecutionException
 
JobExecutionException(Throwable) - Constructor for exception com.levigo.jadice.server.JobExecutionException
 
JobFactory - Interface in com.levigo.jadice.server.client
A factory used to create instances of Job.
jobID - Variable in class com.levigo.jadice.server.ws.JobResult
The ID of the server job that was associated with the webservice job
JobInvocationService - Interface in com.levigo.jadice.server.ws
 
JobInvocationServiceImpl - Class in com.levigo.jadice.server.ws
Web Service implementation for jadice server.
JobInvocationServiceImpl() - Constructor for class com.levigo.jadice.server.ws.JobInvocationServiceImpl
 
JobListener - Interface in com.levigo.jadice.server
Interface to be implemented by clients wishing to receive asynchronous notifications about job progress and/or warnings.
JobListenerAdapter - Class in com.levigo.jadice.server
An adapter class for JobListener.
JobListenerAdapter() - Constructor for class com.levigo.jadice.server.JobListenerAdapter
 
JobResult - Class in com.levigo.jadice.server.ws
This class represents the response of a SOAP message, when a job is done.
JobResult() - Constructor for class com.levigo.jadice.server.ws.JobResult
 
JobResult(String, Collection<JobResult.Log>, Collection<Stream>) - Constructor for class com.levigo.jadice.server.ws.JobResult
 
JobResult.Log - Class in com.levigo.jadice.server.ws
 
JobResult.Log() - Constructor for class com.levigo.jadice.server.ws.JobResult.Log
 
JobResult.Log.Level - Enum in com.levigo.jadice.server.ws
 
JobResult.ResultStatus - Enum in com.levigo.jadice.server.ws
 
JobScheduler - Interface in com.levigo.jadice.server.core
A JobScheduler is responsible for receiving and scheduling job execution requests.
JobStateRecorder - Class in com.levigo.jadice.server.core.util.monitoring
 
JobStateRecorder(int) - Constructor for class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
 
JobTimeout - Exception in com.levigo.jadice.server
An exception indicating a job-related problem due to a timeout.
JobTimeout(Job.State, String, long) - Constructor for exception com.levigo.jadice.server.JobTimeout
 
join(Collection<String>, String) - Static method in class com.levigo.jadice.server.util.Util
Joins the given Strings as one single string, separated by the value glue.
join(Paragraph) - Method in class com.levigo.jadice.server.xml.plaintext.Paragraph
 
JPEGOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating JPEG images.
JPEGOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
 
JPEGOutputDevice.JPEGType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of JPEG that is generated.

K

KEY - Static variable in class com.levigo.jadice.server.core.security.AnonymousUser
key that is used for anonymous usage of jadice for as referenced in the AnonymousAuthenticationProvider in security.xml.
keySet() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
kill() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
killObservingProcesses() - Method in class com.levigo.jadice.server.msoffice.MSOInstanceAssassin
 

L

LaserJet4OutputDevice - Class in com.levigo.jadice.server.ghostscript
The LaserJet4OutputDevice generates HP PCL, a graphic language understood by many recent laser printers.
LaserJet4OutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
 
LAST_EXPORT_PAGE - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
LayoutDecorator - Class in com.levigo.jadice.server.core.util
A LayoutDecorator can be used to enhance existing Layouts used to format log messages.
LayoutDecorator() - Constructor for class com.levigo.jadice.server.core.util.LayoutDecorator
 
level - Variable in class com.levigo.jadice.server.ws.JobResult.Log
 
LF_BLK - Static variable in interface org.apache.tools.tar.TarConstants
Block device file type.
LF_CHR - Static variable in interface org.apache.tools.tar.TarConstants
Character device file type.
LF_CONTIG - Static variable in interface org.apache.tools.tar.TarConstants
Contiguous file type.
LF_DIR - Static variable in interface org.apache.tools.tar.TarConstants
Directory file type.
LF_FIFO - Static variable in interface org.apache.tools.tar.TarConstants
FIFO (pipe) file type.
LF_GNUTYPE_LONGNAME - Static variable in interface org.apache.tools.tar.TarConstants
Identifies the *next* file on the tape as having a long name.
LF_LINK - Static variable in interface org.apache.tools.tar.TarConstants
Link file type.
LF_NORMAL - Static variable in interface org.apache.tools.tar.TarConstants
Normal file type.
LF_OLDNORM - Static variable in interface org.apache.tools.tar.TarConstants
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_SYMLINK - Static variable in interface org.apache.tools.tar.TarConstants
Symbolic link file type.
LibreOfficeConversionNode - Class in com.levigo.jadice.server.libreoffice.server
A node using LibreOffice for document conversion processing.
LibreOfficeConversionNode() - Constructor for class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
 
LibreOfficeConversionWorker - Class in com.levigo.jadice.server.libreoffice.server
LibreOfficeConversionWorker() - Constructor for class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
LibreOfficeInstancePool - Class in com.levigo.jadice.server.libreoffice.server
 
LibreOfficeInstancePool() - Constructor for class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
Initialize an LibreOfficeInstancePool with default parameters
LibreOfficeInstancePool(int, long, int, int) - Constructor for class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
LibreOfficeOption - Annotation Type in com.levigo.jadice.server.libreoffice.server
 
Limit - Class in com.levigo.jadice.server
A Limit represents a configuration element used to restrict the way in which a Job (or rather its Nodes and Workers) is allowed to run.
Limit() - Constructor for class com.levigo.jadice.server.Limit
 
Limit.WhenExceedAction - Enum in com.levigo.jadice.server
Possible actions to take when the limit has been exceeded.
LimitEnforcingRule - Class in com.levigo.jadice.server.core.security
 
LimitEnforcingRule(String, String, Collection<Limit>) - Constructor for class com.levigo.jadice.server.core.security.LimitEnforcingRule
 
LimitExceeded - Exception in com.levigo.jadice.server
An exception indicating that a limit has been exceeded.
LimitExceeded(Limit) - Constructor for exception com.levigo.jadice.server.LimitExceeded
 
Limits - Class in com.levigo.jadice.server
This class acts as a convenient container for a set of Limits.
Limits() - Constructor for class com.levigo.jadice.server.Limits
Default constructor
Limits(Limits) - Constructor for class com.levigo.jadice.server.Limits
Copy constructor (no deep-copy)
LimitSupport - Class in com.levigo.jadice.server.core.util
Utility class to check easily and performantly if Limits were hit or not.
LimitSupport(WorkerController<? extends Node>) - Constructor for class com.levigo.jadice.server.core.util.LimitSupport
Create a controller dependent LimitSupport (i.e.
LimitSupport(ServerJob, Job) - Constructor for class com.levigo.jadice.server.core.util.LimitSupport
Create a job dependent LimitSupport (i.e.
line - Variable in class com.levigo.jadice.server.xml.plaintext.Paragraph
 
LOAD - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
load() - Static method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
Load it from its default location
load(InputStream) - Static method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
load(String) - Static method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
load() - Static method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
Load it from its default location
load(InputStream) - Static method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
load(String) - Static method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
load(URI) - Static method in class com.levigo.jadice.server.nodes.worker.rules.Ruleset
Load the ruleset from the given location.
Log4JForwarder - Class in com.levigo.jadice.server.core.util.logging
Forwards events from a log4j logger to the WorkerController (i.e NodeWorker).
Log4JForwarder(WorkerController<?>, MessageID, Set<Level>) - Constructor for class com.levigo.jadice.server.core.util.logging.Log4JForwarder
Constructs a Log4JForwarder for the current Thread.
LogConfigurator - Class in com.levigo.jadice.server.core.util
 
LogConfigurator() - Constructor for class com.levigo.jadice.server.core.util.LogConfigurator
 
LogForwarder - Class in com.levigo.jadice.server.core.util.logging
Logger that forwards log events to the calling client that is associated to the given WorkerController (i.e.
LogForwarder(WorkerController<?>, MessageID, EnumSet<Level>) - Constructor for class com.levigo.jadice.server.core.util.logging.LogForwarder
Construct a LogForwarder.
logger - Variable in class AbstractControl
 
LOGGER - Variable in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
LoggerMultiplexer - Class in com.levigo.jadice.server.core.util
Logger that multiplexes log events, i.e.
LoggerMultiplexer(Logger...) - Constructor for class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
logs - Variable in class com.levigo.jadice.server.ws.JobResult
 
LONGFILE_ERROR - Static variable in class org.apache.tools.tar.TarOutputStream
Fail if a long file name is required in the archive.
LONGFILE_GNU - Static variable in class org.apache.tools.tar.TarOutputStream
GNU tar extensions are used to store long file names in the archive.
LONGFILE_TRUNCATE - Static variable in class org.apache.tools.tar.TarOutputStream
Long paths will be truncated in the archive.
longFileMode - Variable in class org.apache.tools.tar.TarOutputStream
 
lookupFileName() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Recursively lookup the FileName for this StreamDescriptor.
lookupFileName(int) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Recursively lookup the FileName for this StreamDescriptor.
loopback(Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Process a sub-pipeline defined by the input and output node and loop back its output into the current node.
loopback(InputStream, StreamDescriptor) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Loop back the given stream (described by the given stream descriptor) into the current node.
loopback(Stream) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Loop back the given stream into the current node.
loopback(StreamDescriptor) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
loopback(Stream, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
loopback(List<Stream>, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
LoopbackInvocation - Class in com.levigo.jadice.server.nodes.worker.rules
"Marker" class used to indicate a pipeline loopback into the invoking dynamic pipeline.
LoopbackInvocation() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.LoopbackInvocation
 

M

MAGICLEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the magic field in a header buffer.
MailBodyCreatorNode - Class in com.levigo.jadice.server.mail
This Node tries to create the title page for an email that contains the most important information of the mail header (To, From, CC, subject, ...) and a list of all attachments of this mail (see AttachmentDirectory).
MailBodyCreatorNode() - Constructor for class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
MailBodyCreatorWorker - Class in com.levigo.jadice.server.mail.worker
A worker that renders the body part of an email and also creates a title page that contains the most important information of this email (i.e.
MailBodyCreatorWorker() - Constructor for class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
MailDateTime - Class in com.levigo.jadice.server.javamail
Utility class to format a date in RFC 2822 date syntax (e.g.
MailDateTime(String, String, String, String) - Constructor for class com.levigo.jadice.server.javamail.MailDateTime
Constructs a formatted date time instance.
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
main(String[]) - Static method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
main(String[]) - Static method in class JadiceServerControl
 
MakeLongLinesBreakableFilter - Class in com.levigo.jadice.server.xml.filter
The SanityCheckFilter makes sure that the document about to be formatted will not break the formatter.
MakeLongLinesBreakableFilter() - Constructor for class com.levigo.jadice.server.xml.filter.MakeLongLinesBreakableFilter
 
ManagedObjectPool<K,O> - Class in com.levigo.jadice.server.core.util
A generic keyed pool that exposes all management functions and some statistical data via JMX.
ManagedObjectPool() - Constructor for class com.levigo.jadice.server.core.util.ManagedObjectPool
 
mark(int) - Method in class org.apache.tools.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
markSupported() - Method in class org.apache.tools.tar.TarInputStream
Since we do not support marking just yet, we return false.
marshal(StreamDescriptor, Writer) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, Writer, boolean) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, File) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, File, boolean) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, OutputStream) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, OutputStream, boolean) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(List<StreamDescriptor>, OutputStream) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor, XMLStreamWriter) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(StreamDescriptor) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.levigo.jadice.server.ws.xstream.JobConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.levigo.jadice.server.ws.xstream.NodeConverter
 
marshall(Object) - Method in interface com.levigo.jadice.server.jms.shared.marshalling.JmsMarshaller
 
matches(Authentication, Node) - Method in class com.levigo.jadice.server.core.security.AbstractEnforcingRule
 
matches(String, String) - Static method in class com.levigo.jadice.server.javamail.MultipartAlternativeWorker
 
matches(ContentType, String) - Static method in class com.levigo.jadice.server.javamail.MultipartAlternativeWorker
 
matches(String, String) - Static method in class com.levigo.jadice.server.nodes.worker.DynamicPipelineWorker
 
matches(ContentType, String) - Static method in class com.levigo.jadice.server.nodes.worker.DynamicPipelineWorker
 
matches(MimeType) - Method in class com.levigo.jadice.server.nodes.worker.rules.Rule
 
matches(String) - Method in class com.levigo.jadice.server.nodes.worker.rules.Target
Return whether this Target pertains to the given target type.
matches(MimeType) - Method in class com.levigo.jadice.server.nodes.worker.rules.TypeMatch
 
MAX_JPEG_QUALITY - Static variable in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Maximal value allowed for JPEG image quality.
MAX_NAMELEN - Static variable in class org.apache.tools.tar.TarEntry
Maximum length of a user's name in the tar file
merge(Limits, boolean) - Method in class com.levigo.jadice.server.Limits
Return new Limits which contains the limits of this instance merged with the limits represented by the parameter l.
message - Variable in class com.levigo.jadice.server.ws.JobResult.Log
 
MESSAGE_END - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
messageID - Variable in class com.levigo.jadice.server.ws.JobConfiguration
The messageID that will be passed to the result message, to be able to relate incoming and outgoing messages.
messageID - Variable in class com.levigo.jadice.server.ws.JobResult
The messageID that will be passed to the result message, to be able to relate incoming and outgoing messages.
MessageInspector - Class in com.levigo.jadice.server.jms.shared
Utility to inspect JMS Messages.
MessageInspector.Direction - Enum in com.levigo.jadice.server.jms.shared
Signalizes the direction of the JMS Messages.
MessageMonitor - Class in com.levigo.jadice.server.ws.monitor
 
MessageMonitor() - Constructor for class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
messageReceived(Message, ServerMessage.MessageType) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
MessageRejection - Exception in com.levigo.jadice.server.agent.email
Exception that is thrown if the routing script decides to reject a Message.
MessageRejection(String) - Constructor for exception com.levigo.jadice.server.agent.email.MessageRejection
 
MessageRFC822Node - Class in com.levigo.jadice.server.javamail
This Node handles rfc822 messages that are embedded in a stream.
MessageRFC822Node() - Constructor for class com.levigo.jadice.server.javamail.MessageRFC822Node
 
MessageRFC822Worker - Class in com.levigo.jadice.server.javamail
A the worker for the MessageRFC822Node.
MessageRFC822Worker() - Constructor for class com.levigo.jadice.server.javamail.MessageRFC822Worker
 
Messages - Enum in com.levigo.jadice.server.core.security
 
MessageTransaction - Interface in com.levigo.jadice.server.agent.email
The transaction defines the context of an incoming message.
MessageTransaction.Reason - Enum in com.levigo.jadice.server.agent.email
Reasons for denying the Transaction.
MILLIS_PER_SECOND - Static variable in class org.apache.tools.tar.TarEntry
Convert millis to seconds
mimeType - Variable in enum com.levigo.jadice.server.ghostscript.PNMOutputDevice.PNMType
 
mimeType - Variable in class com.levigo.jadice.server.ws.Stream
 
mimic(Throwable) - Static method in class com.levigo.jadice.server.jms.client.MimicryThrowable
Return the mimic'ed Throwable unless mimicry isn't required for it.
MimicryThrowable - Class in com.levigo.jadice.server.jms.client
A Throwable used to mimic arbitrary Throwables for serialization purposes.
MimicryThrowable(Throwable) - Constructor for class com.levigo.jadice.server.jms.client.MimicryThrowable
 
MIN_JPEG_QUALITY - Static variable in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Minimal value allowed for JPEG image quality.
MODELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the mode field in a header buffer.
MODTIMELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the modification time field in a header buffer.
MonitorInInterceptor - Class in com.levigo.jadice.server.ws.monitor
 
MonitorInInterceptor() - Constructor for class com.levigo.jadice.server.ws.monitor.MonitorInInterceptor
 
MonitorOutInterceptor - Class in com.levigo.jadice.server.ws.monitor
 
MonitorOutInterceptor() - Constructor for class com.levigo.jadice.server.ws.monitor.MonitorOutInterceptor
 
MSExcelConverter - Class in com.levigo.jadice.server.msoffice
 
MSExcelConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSExcelConverter
 
MSExcelNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Office Excel to convert an excel worksheet with a virtual printer or by native file export (only MS Office 2007 and above).
MSExcelNode() - Constructor for class com.levigo.jadice.server.msoffice.MSExcelNode
 
MSExcelWorker - Class in com.levigo.jadice.server.msoffice
 
MSExcelWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSExcelWorker
 
MSOfficeConverterPool - Class in com.levigo.jadice.server.msoffice
 
MSOfficeConverterPool() - Constructor for class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
Initialize an MSOfficeConverterPool with default parameters.
MSOfficeConverterPool(int, long, int, int) - Constructor for class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
MSOfficeStartupException - Exception in com.levigo.jadice.server.msoffice
This exception will be thrown when the startup of an MS Office instance did not work correctly.
MSOfficeStartupException(CommandReceiver, Throwable) - Constructor for exception com.levigo.jadice.server.msoffice.MSOfficeStartupException
 
MSOfficeStartupException(CommandReceiver) - Constructor for exception com.levigo.jadice.server.msoffice.MSOfficeStartupException
 
MSOInstanceAssassin - Class in com.levigo.jadice.server.msoffice
An assassin that can force kill dangling (MS Office) processes.
MSOInstanceAssassin() - Constructor for class com.levigo.jadice.server.msoffice.MSOInstanceAssassin
 
MSOutlookConverter - Class in com.levigo.jadice.server.msoffice
 
MSOutlookConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
MSOutlookNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Office Outlook to open an Outlook Message file and forwards the message body (might be plain text, HTML oder RTF) objects embedded in the message body optional attachments to the subsequent Nodes.
MSOutlookNode() - Constructor for class com.levigo.jadice.server.msoffice.MSOutlookNode
 
MSOutlookWorker - Class in com.levigo.jadice.server.msoffice
 
MSOutlookWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
MSPowerpointConverter - Class in com.levigo.jadice.server.msoffice
 
MSPowerpointConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
MSPowerpointNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Office PowerPoint to convert a presentation file with a virtual printer or by native file export (only MS Office 2007 and above).
MSPowerpointNode() - Constructor for class com.levigo.jadice.server.msoffice.MSPowerpointNode
 
MSPowerpointWorker - Class in com.levigo.jadice.server.msoffice
 
MSPowerpointWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSPowerpointWorker
 
MSProjectConverter - Class in com.levigo.jadice.server.msoffice
 
MSProjectConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSProjectConverter
 
MSProjectNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Project to convert an MS Project developing plan with native file export (only MS Office 2010/2013).
MSProjectNode() - Constructor for class com.levigo.jadice.server.msoffice.MSProjectNode
 
MSProjectNode.View - Enum in com.levigo.jadice.server.msoffice
The different views that can be exported from MS Project.
MSProjectWorker - Class in com.levigo.jadice.server.msoffice
 
MSProjectWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSProjectWorker
 
MSVisioConverter - Class in com.levigo.jadice.server.msoffice
 
MSVisioConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSVisioConverter
 
MSVisioNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Office Visio to convert an MS Visio drawing with a virtual printer or by native file export (only MS Office 2007 and above).
MSVisioNode() - Constructor for class com.levigo.jadice.server.msoffice.MSVisioNode
 
MSVisioWorker - Class in com.levigo.jadice.server.msoffice
 
MSVisioWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSVisioWorker
 
MSWordConverter - Class in com.levigo.jadice.server.msoffice
 
MSWordConverter() - Constructor for class com.levigo.jadice.server.msoffice.MSWordConverter
 
MSWordNode - Class in com.levigo.jadice.server.msoffice
This Node uses Microsoft Office Word to convert an MS Word document with a virtual printer or by native file export (only MS Office 2007 and above).
MSWordNode() - Constructor for class com.levigo.jadice.server.msoffice.MSWordNode
 
MSWordNode.WdOpenFormat - Enum in com.levigo.jadice.server.msoffice
Specifies which file converter MS Word will use to open the document.
The enum constant names and their javadoc descriptions are as defined in the MS Word COM interface and the MSDN library.
MSWordWorker - Class in com.levigo.jadice.server.msoffice
 
MSWordWorker() - Constructor for class com.levigo.jadice.server.msoffice.MSWordWorker
 
MultipartAlternativeNode - Class in com.levigo.jadice.server.javamail
This Node unpacks multipart/alternative MIME parts.
MultipartAlternativeNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartAlternativeNode
 
MultipartAlternativeWorker - Class in com.levigo.jadice.server.javamail
A the worker for the MultipartAlternativeNode.
MultipartAlternativeWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartAlternativeWorker
 
MultipartAppleDoubleNode - Class in com.levigo.jadice.server.javamail
This Node handles multipart/appledouble MIME parts.
MultipartAppleDoubleNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartAppleDoubleNode
 
MultipartAppleDoubleWorker - Class in com.levigo.jadice.server.javamail
 
MultipartAppleDoubleWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartAppleDoubleWorker
 
MultipartEncryptedNode - Class in com.levigo.jadice.server.javamail
This Node handles multipart/encrypted MIME-Parts.
MultipartEncryptedNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartEncryptedNode
 
MultipartEncryptedWorker - Class in com.levigo.jadice.server.javamail
A the worker for the MultipartEncryptedNode.
MultipartEncryptedWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartEncryptedWorker
 
MultipartMixedNode - Class in com.levigo.jadice.server.javamail
MultipartMixedNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartMixedNode
 
MultipartMixedWorker - Class in com.levigo.jadice.server.javamail
A the worker for the MultipartMixedNode.
MultipartMixedWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartMixedWorker
 
MultipartRelatedNode - Class in com.levigo.jadice.server.javamail
This Node handles multipart/related MIME parts.
MultipartRelatedNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartRelatedNode
 
MultipartRelatedWorker - Class in com.levigo.jadice.server.javamail
A the worker for the MultipartRelatedNode.
MultipartRelatedWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartRelatedWorker
 
MultipartSignedNode - Class in com.levigo.jadice.server.javamail
This Node handles multipart/signed MIME parts.
MultipartSignedNode() - Constructor for class com.levigo.jadice.server.javamail.MultipartSignedNode
 
MultipartSignedWorker - Class in com.levigo.jadice.server.javamail
A the worker for the MultipartSignedNode.
MultipartSignedWorker() - Constructor for class com.levigo.jadice.server.javamail.MultipartSignedWorker
 
Multiplex - Class in com.levigo.jadice.server.nodes.worker.rules
 
Multiplex() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.Multiplex
 
Multiplex - Class in com.levigo.jadice.server.script.groovy
 
Multiplex() - Constructor for class com.levigo.jadice.server.script.groovy.Multiplex
 
MultiplexerNode - Class in com.levigo.jadice.server.nodes
This Node multiplexes an input stream bundle into a set of output bundles.
MultiplexerNode() - Constructor for class com.levigo.jadice.server.nodes.MultiplexerNode
 
MultiplexerWorker - Class in com.levigo.jadice.server.nodes.worker
Corresponding worker for the multiplexer node.
MultiplexerWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.MultiplexerWorker
 
MultiVMInstanceControl - Class in <Unnamed>
 
MultiVMInstanceControl() - Constructor for class MultiVMInstanceControl
 
MVMInstance - Class in com.levigo.jadice.server.multivm
This class manages a single MVM instance.
MVMInstance(List<String>, boolean) - Constructor for class com.levigo.jadice.server.multivm.MVMInstance
Create a MVM instance by launching it with the given VM options.
MVMPoolManager - Class in com.levigo.jadice.server.multivm
This class manages a set (team) of jadice server instances in a multi-VM instance pool.
MVMPoolManager() - Constructor for class com.levigo.jadice.server.multivm.MVMPoolManager
 

N

name - Variable in class com.levigo.jadice.server.ws.Property
 
NAMELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the name field in a header buffer.
NAMESPACE_URI - Static variable in class com.levigo.jadice.server.xml.PlaintextToXMLWorker
 
NativeExport - Class in com.levigo.jadice.server.msoffice.config
 
NativeExport() - Constructor for class com.levigo.jadice.server.msoffice.config.NativeExport
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
needFormatInfo() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
newInstance(Class<? extends Node>) - Method in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
newThread(Runnable) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
next() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Retrieve the next stream This method may block until either a new stream is available, or the completeness of the bundle has been signaled.
NO_PARAMS - Static variable in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
node - Variable in class com.levigo.jadice.server.Job
The attached node.
Node - Class in com.levigo.jadice.server
Nodes represent vertices of the processing node graph.
Node() - Constructor for class com.levigo.jadice.server.Node
 
Node.Cardinality - Enum in com.levigo.jadice.server
Cardinality enum for input/output bundles.
NodeConverter - Class in com.levigo.jadice.server.ws.xstream
 
NodeConverter(Mapper, NodeProvider) - Constructor for class com.levigo.jadice.server.ws.xstream.NodeConverter
 
NodeCountLimit - Class in com.levigo.jadice.server
A Limit restricting the number of Nodes that can be created at most at one job.
NodeCountLimit(int) - Constructor for class com.levigo.jadice.server.NodeCountLimit
Create a new NodeCountLimit
nodeId - Variable in class com.levigo.jadice.server.ws.Stream
 
NodeInvocation - Class in com.levigo.jadice.server.nodes.worker.rules
 
NodeInvocation() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.NodeInvocation
 
NodeProvider - Class in com.levigo.jadice.server.ws.xstream
 
NodeProvider() - Constructor for class com.levigo.jadice.server.ws.xstream.NodeProvider
 
NodeSecurityExpressionRoot - Class in com.levigo.jadice.server.core.security
 
NodeSecurityExpressionRoot(Authentication, Node) - Constructor for class com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot
 
NodeSecurityExpressionRoot.DontMatchException - Exception in com.levigo.jadice.server.core.security
 
NodeSecurityExpressionRoot.DontMatchException(String, Node) - Constructor for exception com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot.DontMatchException
 
NodeTraversal - Class in com.levigo.jadice.server.util
Utility class to traverse a node graph and let a visitor see all nodes in the process.
NodeVisitor<T extends Throwable> - Interface in com.levigo.jadice.server.util
A NodeVisitor may consume a "flattened" version of the node graph.
NodeWorker<N extends Node> - Class in com.levigo.jadice.server.core
A NodeWorker is the server-side counterpart of a Node.
NodeWorker() - Constructor for class com.levigo.jadice.server.core.NodeWorker
 
NodeWorkerFactory - Class in com.levigo.jadice.server.core
Factory for instantiating NodeWorkers from a given Node.
NodeWorkerFactory() - Constructor for class com.levigo.jadice.server.core.NodeWorkerFactory
 
NodeWorkerFactory.WorkerBeanDefinitionParser - Class in com.levigo.jadice.server.core
 
NodeWorkerFactory.WorkerBeanDefinitionParser() - Constructor for class com.levigo.jadice.server.core.NodeWorkerFactory.WorkerBeanDefinitionParser
 
NodeWorkerFactory.WorkerNamespaceHandler - Class in com.levigo.jadice.server.core
 
NodeWorkerFactory.WorkerNamespaceHandler() - Constructor for class com.levigo.jadice.server.core.NodeWorkerFactory.WorkerNamespaceHandler
 
NotificationNode - Class in com.levigo.jadice.server.notification
A Node that notifies the client about every Stream that passes through it.
NotificationNode() - Constructor for class com.levigo.jadice.server.notification.NotificationNode
 
NotificationNode.NotificationListener - Interface in com.levigo.jadice.server.notification
The listener that's notified when a Stream passes through this node.
notificationReceived(StreamDescriptor) - Method in interface com.levigo.jadice.server.notification.NotificationNode.NotificationListener
Called when a Stream passes this node.
NotificationWorker - Class in com.levigo.jadice.server.notification
 
NotificationWorker() - Constructor for class com.levigo.jadice.server.notification.NotificationWorker
 
notifyJobLaunchFailed(MessageID, Throwable) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Notify the client that an error occurred while launching this job
notifyJobLaunchFailed(MessageID, Throwable) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
notifyParent(Pipeline) - Method in class com.levigo.jadice.server.script.groovy.Multiplex
 
notifyParent(Pipeline) - Method in class com.levigo.jadice.server.script.groovy.Pipeline
 
notifyStateChanged(ServerJob, Job.State) - Method in interface com.levigo.jadice.server.core.JobScheduler
Notifies informally the Job Scheduler that the viewer side's Job.State of a ServerJob has changed.
notifyStateChanged(ServerJob, Job.State) - Method in class com.levigo.jadice.server.core.ServerStatistics
 
notifyStateChanged(ServerJob, Job.State) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
NullDigest - Class in com.levigo.jadice.server.util.checksum
 
NullDigest() - Constructor for class com.levigo.jadice.server.util.checksum.NullDigest
 
NullDupeDetection - Class in com.levigo.jadice.server.agent.email
Fallback if no DupeDetection was specified.
NullDupeDetection() - Constructor for class com.levigo.jadice.server.agent.email.NullDupeDetection
 
NullNode - Class in com.levigo.jadice.server.misc
This Node discards all data it receives.
NullNode() - Constructor for class com.levigo.jadice.server.misc.NullNode
 
NullWorker - Class in com.levigo.jadice.server.misc
The null worker just discards all data it receives.
NullWorker() - Constructor for class com.levigo.jadice.server.misc.NullWorker
 

O

OLEExtractorNode - Class in com.levigo.jadice.server.libreoffice.server
A Node the extracts any OLE objects that are embedded within an MS Office document.
OLEExtractorNode() - Constructor for class com.levigo.jadice.server.libreoffice.server.OLEExtractorNode
 
OLEExtractorWorker - Class in com.levigo.jadice.server.libreoffice.server
Worker for the OLEExtractorNode.
OLEExtractorWorker() - Constructor for class com.levigo.jadice.server.libreoffice.server.OLEExtractorWorker
 
oneBuf - Variable in class org.apache.tools.tar.TarInputStream
 
oneBuf - Variable in class org.apache.tools.tar.TarOutputStream
 
onMessage(Message) - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
open(String, URL, boolean, String, String) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
open(String, String) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
open(String, URL) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
open(String, URL, boolean) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
open(String, String, boolean) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
open(String, URL, boolean, String) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
option - Variable in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.Version
 
org.apache.tools.tar - package org.apache.tools.tar
 
Orientation - Enum in com.levigo.jadice.server.documentplatform
This class is a serializable version of PageFormat's Orientation constants.
OSXFilter - Class in com.levigo.jadice.server.archive.worker.filter
Filters file entries from the folder __MACOSX that contains the "Resource Bundle Stream"
OSXFilter() - Constructor for class com.levigo.jadice.server.archive.worker.filter.OSXFilter
 
OUTFILE_PLACEHOLDER - Static variable in class com.levigo.jadice.server.external.ExternalProcessCallNode
Template for the arguments that will replaced by the output file.
OUTFILE_PLACEHOLDER_PATTERN - Static variable in class com.levigo.jadice.server.external.ExternalProcessCallNode
output(Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Process a sub-pipeline defined by the input and output node.
output(InputStream, StreamDescriptor) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Output the given stream (described by the given stream descriptor) to down-stream nodes.
output(Stream) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Output the given stream to down-stream nodes.
output(StreamDescriptor) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Create an OutputStream described by the given stream descriptor which feeds into down-stream nodes.
output(Stream, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
output(List<Stream>, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
output - Variable in class com.levigo.jadice.server.script.groovy.Pipeline
 
OutputDevice - Class in com.levigo.jadice.server.ghostscript
 
OutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.OutputDevice
 

P

PageCountLimit - Class in com.levigo.jadice.server
A Limit restricting the maximum number of pages within a generated document.
PageCountLimit(int) - Constructor for class com.levigo.jadice.server.PageCountLimit
 
pageDone(ReshapeListener.Context, Page) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
pageDone(ReshapeListener.Context, Page) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called each time a reshape process successfully finishes reshaping a Page.
pageFailed(ReshapeListener.Context, Page, Exception) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
pageFailed(ReshapeListener.Context, Page, Exception) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called each time a reshape process unsuccessfully terminates reshaping a Page.
PageFormat - Class in com.levigo.jadice.server.documentplatform
This class is a serializable version of PageFormat.
PageFormat() - Constructor for class com.levigo.jadice.server.documentplatform.PageFormat
 
PageFormat(Orientation, Paper) - Constructor for class com.levigo.jadice.server.documentplatform.PageFormat
Constructor.
PageNumberDecoratorProcessor - Class in com.levigo.jadice.server.documentplatform
 
PageNumberDecoratorProcessor() - Constructor for class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
PageNumberDecoratorProcessor.HorizontalAlignment - Enum in com.levigo.jadice.server.documentplatform
 
PageNumberDecoratorProcessor.VerticalAlignment - Enum in com.levigo.jadice.server.documentplatform
 
PageNumberDecoratorProcessor.ZPosition - Enum in com.levigo.jadice.server.documentplatform
 
PageRange - Class in com.levigo.jadice.server.msoffice
DTO for defining a range of pages to be converted.
PageRange(int, int) - Constructor for class com.levigo.jadice.server.msoffice.PageRange
Create a new PageRange object.
pagesAsString(Map<String, String>) - Static method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
PageSetup - Class in com.levigo.jadice.server.msoffice.config
 
PageSetup() - Constructor for class com.levigo.jadice.server.msoffice.config.PageSetup
 
pageStarted(ReshapeListener.Context, Page) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
pageStarted(ReshapeListener.Context, Page) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called each time a reshape process starts reshaping a Page.
Paper - Class in com.levigo.jadice.server.documentplatform
This class is a serializable version of Paper.
Paper() - Constructor for class com.levigo.jadice.server.documentplatform.Paper
 
Paragraph - Class in com.levigo.jadice.server.xml.plaintext
 
Paragraph() - Constructor for class com.levigo.jadice.server.xml.plaintext.Paragraph
 
Paragraph(String) - Constructor for class com.levigo.jadice.server.xml.plaintext.Paragraph
 
PARAM_START - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
parse(Element, ParserContext) - Method in class com.levigo.jadice.server.core.NodeWorkerFactory.WorkerBeanDefinitionParser
 
parse(String) - Static method in class com.levigo.jadice.server.javamail.MailDateTime
 
parseInternal(Element, ParserContext) - Method in class com.levigo.jadice.server.core.security.xmlsupport.RuleBeanDefinitionParser
 
parseName(byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an entry name from a header buffer.
parseOctal(byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an octal string from a header buffer.
parseTarHeader(byte[]) - Method in class org.apache.tools.tar.TarEntry
Parse an entry's header information from a header buffer.
password - Variable in class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
PATTERN_CURRENT_PAGE_NUMBER - Static variable in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
PATTERN_NUMBER_OF_PAGES - Static variable in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
PDFAnnotationRemoverNode - Class in com.levigo.jadice.server.pdf
This Node removes embedded PDF annotations from a given PDF document.
PDFAnnotationRemoverNode() - Constructor for class com.levigo.jadice.server.pdf.PDFAnnotationRemoverNode
 
PDFAnnotationRemoverWorker - Class in com.levigo.jadice.server.pdf.worker
 
PDFAnnotationRemoverWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFAnnotationRemoverWorker
 
PDFCompositeNode - Class in com.levigo.jadice.server.pdf
This Node composites a set of input PDF documents into a single output PDF document by layering the documents' contents atop of each other.
PDFCompositeNode() - Constructor for class com.levigo.jadice.server.pdf.PDFCompositeNode
 
PDFCompositeNode.HorizontalAlignment - Enum in com.levigo.jadice.server.pdf
Specifies on which horizontal side the overlaid PDFs are aligned.
PDFCompositeNode.Order - Enum in com.levigo.jadice.server.pdf
Specifies in which order incoming Streams will be layered.
PDFCompositeNode.VerticalAlignment - Enum in com.levigo.jadice.server.pdf
Specifies on which vertical side the overlaid PDFs are aligned.
PDFCompositeWorker - Class in com.levigo.jadice.server.pdf.worker
 
PDFCompositeWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFCompositeWorker
 
PDFDecryptNode - Class in com.levigo.jadice.server.pdf
This Node removes encryption flags from PDF documents.
PDFDecryptNode() - Constructor for class com.levigo.jadice.server.pdf.PDFDecryptNode
 
PDFDecryptWorker - Class in com.levigo.jadice.server.pdf.worker
Decrypts PDF documents using specified implementation.
PDFDecryptWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFDecryptWorker
 
PDFExportFormat - Class in com.levigo.jadice.server.libreoffice.server
 
PDFExportFormat() - Constructor for class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
PDFExportFormat.Changes - Enum in com.levigo.jadice.server.libreoffice.server
Specifies the change allowed to the document.
PDFExportFormat.FormsType - Enum in com.levigo.jadice.server.libreoffice.server
Specifies the submitted format of a PDF form.
PDFExportFormat.InitialView - Enum in com.levigo.jadice.server.libreoffice.server
Specifies how the PDF document should be displayed when opened.
PDFExportFormat.Magnification - Enum in com.levigo.jadice.server.libreoffice.server
Specifies the action to be performed when the PDF document is opened.
PDFExportFormat.PageLayout - Enum in com.levigo.jadice.server.libreoffice.server
Specifies the page layout to be used when the document is opened.
PDFExportFormat.PDFVersion - Enum in com.levigo.jadice.server.libreoffice.server
 
PDFExportFormat.Printing - Enum in com.levigo.jadice.server.libreoffice.server
Specifies what printing is allowed.
PDFExportFormat.ViewSelection - Enum in com.levigo.jadice.server.libreoffice.server
Specifies the way the exported PDF will be viewed (experienced) by the user.
PDFImageOptimizationNode - Class in com.levigo.jadice.server.pdf
A node for optimizing the size of a PDF with embedded images.
PDFImageOptimizationNode() - Constructor for class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Creates an instance of this class with a maximal resolution of 300 dpi and JPEG image quality of 0.75.
PDFImageOptimizationNode(float, float) - Constructor for class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Creates an instance of this class.
PDFImageOptimizationNode.PageSize - Enum in com.levigo.jadice.server.pdf
Predefined values for the size of the resulting PDF document.
PDFImageOptimizationWorker - Class in com.levigo.jadice.server.pdf.worker
A worker for optimizing the size of a PDF with embedded images.
PDFImageOptimizationWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFImageOptimizationWorker
 
PDFMergeNode - Class in com.levigo.jadice.server.pdf
This Node merges a set of input PDF documents into a single output document containing all pages of the input document in order.
PDFMergeNode() - Constructor for class com.levigo.jadice.server.pdf.PDFMergeNode
 
PDFMergeWorker - Class in com.levigo.jadice.server.pdf.worker
Merges a set of input PDF documents to one single PDF document.
PDFMergeWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFMergeWorker
 
PDFMetadataNode - Class in com.levigo.jadice.server.pdf
This Node modifies meta data in PDF documents.
PDFMetadataNode() - Constructor for class com.levigo.jadice.server.pdf.PDFMetadataNode
 
PDFMetadataWorker - Class in com.levigo.jadice.server.pdf.worker
Modifies meta data in PDF documents.
PDFMetadataWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFMetadataWorker
 
PDFOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating Adobe PDF files.
PDFOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
PDFOutputDevice.AutoRotate - Enum in com.levigo.jadice.server.ghostscript
 
PDFOutputDevice.DownsampleType - Enum in com.levigo.jadice.server.ghostscript
 
PDFOutputDevice.ProcessColorModel - Enum in com.levigo.jadice.server.ghostscript
 
PDFOutputDevice.Version - Enum in com.levigo.jadice.server.ghostscript
The version of PDF to generate.
PDFRotationNode - Class in com.levigo.jadice.server.pdf
Rotates the pages of a given PDF document.
PDFRotationNode() - Constructor for class com.levigo.jadice.server.pdf.PDFRotationNode
 
PDFRotationNode.Rotation - Enum in com.levigo.jadice.server.pdf
The rotation the resulting PDF pages shall have
PDFRotationWorker - Class in com.levigo.jadice.server.pdf.worker
 
PDFRotationWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFRotationWorker
 
PDFSplitNode - Class in com.levigo.jadice.server.pdf
This Node splits PDF documents into a set of output documents containing only one page.
PDFSplitNode() - Constructor for class com.levigo.jadice.server.pdf.PDFSplitNode
 
PDFSplitWorker - Class in com.levigo.jadice.server.pdf.worker
 
PDFSplitWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PDFSplitWorker
 
PIDHelper - Class in com.levigo.jadice.server.msoffice.processid
Helper class to find all PIDs for a given Converter.
PIDHelper(CommandReceiver) - Constructor for class com.levigo.jadice.server.msoffice.processid.PIDHelper
 
ping() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
PING - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
ping() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
ping() - Method in class com.levigo.jadice.server.multivm.MVMInstance
Send a PING (heartbeat) to the process.
Pipeline - Class in com.levigo.jadice.server.nodes.worker.rules
 
Pipeline() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.Pipeline
 
Pipeline - Class in com.levigo.jadice.server.script.groovy
 
Pipeline() - Constructor for class com.levigo.jadice.server.script.groovy.Pipeline
 
PipelineBuilder - Class in com.levigo.jadice.server.script.groovy
 
PipelineBuilder() - Constructor for class com.levigo.jadice.server.script.groovy.PipelineBuilder
 
PlaintextToXMLNode - Class in com.levigo.jadice.server.xml
A Node that converts plain text (for instance from text files or plaintext mails to XML)
PlaintextToXMLNode() - Constructor for class com.levigo.jadice.server.xml.PlaintextToXMLNode
 
PlaintextToXMLWorker - Class in com.levigo.jadice.server.xml
 
PlaintextToXMLWorker() - Constructor for class com.levigo.jadice.server.xml.PlaintextToXMLWorker
 
PNGOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating PNG raster images.
PNGOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.PNGOutputDevice
 
PNGOutputDevice.PNGType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of PNG that is generated.
PNMOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating PNM raster images.
PNMOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.PNMOutputDevice
 
PNMOutputDevice.PNMType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of PNM that is generated.
poll() - Method in interface com.levigo.jadice.server.core.RequestEndpoint
Poll for a new incomming job request which is wrapped by a JobExecutionContext
poll() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
PONG - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
PortableCollectionDisassemblingNode - Class in com.levigo.jadice.server.pdf
This Node disassembles a PDF document that contains a portable collection (also known as "Portfolio") into separate Streams.
PortableCollectionDisassemblingNode() - Constructor for class com.levigo.jadice.server.pdf.PortableCollectionDisassemblingNode
 
PortableCollectionDisassemblingWorker - Class in com.levigo.jadice.server.pdf.worker
 
PortableCollectionDisassemblingWorker() - Constructor for class com.levigo.jadice.server.pdf.worker.PortableCollectionDisassemblingWorker
 
postProcessBeanDefinitionElement(Element) - Method in class com.levigo.jadice.server.nodes.worker.rules.BeanDefinitionElement
 
postProcessBeanDefinitionElement(Element) - Method in class com.levigo.jadice.server.nodes.worker.rules.LoopbackInvocation
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.levigo.jadice.server.core.util.HostnameSetter
 
postWork() - Method in class com.levigo.jadice.server.core.NodeWorker
This method is called immediately after NodeWorker.work() has returned.
postWork() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintWorker
 
postWork() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoWorker
 
postWork() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
prependPredecessor(Node) - Method in class com.levigo.jadice.server.Node
Add a predecessor ("parent" in tree lingo) to this node.
preWork() - Method in class com.levigo.jadice.server.archive.worker.UnZIPWorker
 
preWork() - Method in class com.levigo.jadice.server.core.NodeWorker
This method is called immediately before NodeWorker.work() will be called.
preWork() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintWorker
 
preWork() - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoWorker
 
preWork() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
PRIMITIVE_TYPES - Static variable in class com.levigo.jadice.server.util.Util
Java's primitive types: Number String Boolean Character Date java.sql.Date Color URL URI
process(ReshapeWorker, DocumentProcessor.ProcessingPhase, Document) - Method in interface com.levigo.jadice.server.documentplatform.DocumentProcessor
Process (and manipulate) the given jadice Document
process(ReshapeWorker, DocumentProcessor.ProcessingPhase, Document) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
process(Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Execute the sub-pipeline defined by the input and output node and return the result as a StreamBundle.
process(Stream, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
process(List<Stream>, Node, Node) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
PROCESS_ID - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
PROCESSED_HEADER - Static variable in interface com.levigo.jadice.server.agent.email.HeaderConstants
 
ProcessIdPropagation - Class in com.levigo.jadice.server.msoffice.config
 
ProcessIdPropagation() - Constructor for class com.levigo.jadice.server.msoffice.config.ProcessIdPropagation
 
processingFailed(NodeWorker<?>, QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.ServerJob
Handle a processing failure, possibly pertaining to a particular node and worker.
ProcessingState - Enum in com.levigo.jadice.server.core
The state of a resource that gets processed, i.e.
PRODUCT_ID - Static variable in class com.levigo.jadice.server.Job
The default product ID for jadice server.
ProductInformation - Class in com.levigo.jadice.server.prodinfo
The ProductInformation class just serves as a means to collect version information from the Jadice system and build informations.
propagateException(IOException) - Method in class com.levigo.jadice.server.util.DynamicPipe
Propagates an IOException to the reading site.
propagateProcessID(Collection<Integer>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
properties - Variable in class com.levigo.jadice.server.Job
 
properties - Variable in class com.levigo.jadice.server.ws.JobConfiguration
A bunch of parameters, which configure nodes and job.
properties - Variable in class com.levigo.jadice.server.ws.Stream
 
property(String, String) - Method in class com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot
 
Property - Class in com.levigo.jadice.server.ws
This class defines the xml schema for a property.
Property() - Constructor for class com.levigo.jadice.server.ws.Property
 
Property(String, String) - Constructor for class com.levigo.jadice.server.ws.Property
 
PROPERTY_KEY - Static variable in class com.levigo.jadice.server.mail.AttachmentDirectory
 
PROPERTY_KEY_COMMUNICATION_TIMEOUT - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
Property key for the communication timeout.
PROPERTY_KEY_EXECUTION_TIMEOUT - Static variable in interface com.levigo.jadice.server.client.JobFactory
Deprecated.
please use Job.apply(com.levigo.jadice.server.Limit) with a TimeLimit instead. If a job has a TimeLimit, the TimeLimit will take precedence over the limit set using this property. This property, however, will continue to be available.
PROPERTY_KEY_PRIORITY - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
Property key for the priority.
PROPERTY_KEY_SUBMISSION_TIMEOUT - Static variable in class com.levigo.jadice.server.jms.client.JMSJobFactory
Property key for the submission timeout.
PROPERTY_NAME - Static variable in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode
The key under which the result is stored in the stream's descriptor
PROPERTY_NAME - Static variable in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
The key under which the analysis result is stored in the StreamDescriptor's properties
propertyDefinedInClass(String, Class<? extends Node>) - Method in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
PropertyInterpolator - Class in com.levigo.jadice.server.ws.xstream
 
PropertyInterpolator(HierarchicalStreamReader, Map<String, String>) - Constructor for class com.levigo.jadice.server.ws.xstream.PropertyInterpolator
 
propertyWriteable(String, Class<? extends Node>) - Method in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
PSOutputDevice - Class in com.levigo.jadice.server.ghostscript
The PSOutputDevice generates PostScript or Encapsulated PostScript.
PSOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.PSOutputDevice
 
publish(LogRecord) - Method in class com.levigo.jadice.server.core.util.logging.JavaLoggingForwarder
 
put(Map<K, Set<V>>, K, V) - Static method in class com.levigo.jadice.server.util.Util
Utility method for putting values into a multimap.
putDocumentLayer(DocumentLayer) - Method in class com.levigo.jadice.server.core.util.housekeeping.ClearableDocumentLayerCache
 
putNextEntry(TarEntry) - Method in class org.apache.tools.tar.TarOutputStream
Put an entry on the output stream.
putProperty(String, Serializable) - Method in class com.levigo.jadice.server.Job
Put a job property.
PXLOutputDevice - Class in com.levigo.jadice.server.ghostscript
The PXLOutputDevice generates HP PCL-XL, a graphic language understood by many recent laser printers.
PXLOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.PXLOutputDevice
 

Q

QualifiedAccessDeniedException - Exception in com.levigo.jadice.server.core.security
 
QualifiedAccessDeniedException(RoleEnforcingRule, AccessDeniedException) - Constructor for exception com.levigo.jadice.server.core.security.QualifiedAccessDeniedException
 
QualifiedAuthenticationException - Exception in com.levigo.jadice.server.core.security
 
QualifiedAuthenticationException(Authentication, AuthenticationException) - Constructor for exception com.levigo.jadice.server.core.security.QualifiedAuthenticationException
 
QualifiedLogForwarder - Class in com.levigo.jadice.server.core.util.logging
Forwards QualifiedLogEvents to a WorkerController.
QualifiedLogForwarder(WorkerController<?>) - Constructor for class com.levigo.jadice.server.core.util.logging.QualifiedLogForwarder
 
QUIT - Static variable in class com.levigo.jadice.server.msoffice.Commands
 

R

read() - Method in class com.levigo.jadice.server.util.DynamicPipe.PipeInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.server.util.DynamicPipe.PipeInputStream
 
read() - Method in class org.apache.tools.tar.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class org.apache.tools.tar.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class org.apache.tools.tar.TarInputStream
Reads bytes from the current tar archive entry.
readBuf - Variable in class org.apache.tools.tar.TarInputStream
 
readBytes(byte[], int) - Method in class com.levigo.jadice.server.archive.worker.UnRARWorker.InputStreamReadOnlyAccess
 
readRecord() - Method in class org.apache.tools.tar.TarBuffer
Read a record from the input stream and return the data.
reapAllObjectsOnShutdown() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
reapAllObjectsOnShutdown() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
reapAllObjectsOnShutdown() - Method in class com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
 
reapAllObjectsOnShutdown() - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
reapObject(O, int) - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
reapObject(ExternalProcessReaper.PIDGroup, int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper
 
reapObject(File, int) - Method in class com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
 
reapObject(Thread, int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
recordBuf - Variable in class org.apache.tools.tar.TarOutputStream
 
Recorder<E> - Interface in com.levigo.jadice.server.core.util.monitoring
 
register(ObjectName, Object) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
register(SelfRegistering) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
registerCallback(CommandParser.Callback) - Method in class com.levigo.jadice.server.msoffice.CommandParser
 
reject(MessageTransaction.Reason, String) - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
Rejects the given message and causes to abort the transaction.
reject(StreamDescriptor) - Method in class com.levigo.jadice.server.core.StreamWorker
Check whether to reject a stream based on its descriptor.
RejectBase64Filter - Class in com.levigo.jadice.server.xml.filter
The SanityCheckFilter makes sure that the document about to be formatted will not break the formatter.
RejectBase64Filter(WorkerController<?>) - Constructor for class com.levigo.jadice.server.xml.filter.RejectBase64Filter
 
releaseLock() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
Must be called the an email conversion has finished (whether successful or not)
remove(Limit) - Method in class com.levigo.jadice.server.Job
Remove a previously applied Limit.
remove(Limit) - Method in class com.levigo.jadice.server.Limits
Remove a previously applied Limit.
remove(int) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
remove(Object) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
remove(Limit) - Method in class com.levigo.jadice.server.Node
Remove a previously applied Limit.
remove() - Method in interface com.levigo.jadice.server.shared.types.StreamBundle
Not supported! Throws a UnsupportedOperationException.
removeAll(Collection<?>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
RemoveIllegalXmlCharsWriter - Class in com.levigo.jadice.server.core.util
A HierarchicalStreamWriter which removes any character which is not legal in XML
RemoveIllegalXmlCharsWriter(HierarchicalStreamWriter) - Constructor for class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
removeJobListener(JobListener) - Method in class com.levigo.jadice.server.Job
Remove a JobListener.
removeNotificationResultListener(NotificationNode.NotificationListener) - Method in class com.levigo.jadice.server.notification.NotificationNode
Removes a NotificationNode.NotificationListener for the events.
removeProperty(String) - Method in class com.levigo.jadice.server.Job
Remove a job property.
removeStreamListener(URLOutputNode.StreamListener) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Removes a URLOutputNode.StreamListener for the events.
removeStreamResultListener(StreamListener) - Method in class com.levigo.jadice.server.nodes.StreamOutputNode
Removes a listener from this node.
RequestEndpoint<C extends JobExecutionContext> - Interface in com.levigo.jadice.server.core
A RequestEndpoint is an abstraction layer of a input channel through which Jobs be submitted to jadice server.
RequestProxy - Class in com.levigo.jadice.server.html.worker.request
Proxy that decides which real HttpRequest implementation will be triggered due to the given URL and the flag if external http resources are allowed.
RequestProxy(UserAgentContext, Proxy, StreamResolver, boolean, WorkerController<?>) - Constructor for class com.levigo.jadice.server.html.worker.request.RequestProxy
 
requiresLayout() - Method in class com.levigo.jadice.server.core.util.logging.Log4JForwarder
 
requiresLayout() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
requiresLayout() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
reset() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
reset() - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
reset() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
reset() - Method in class com.levigo.jadice.server.core.util.monitoring.JobStateRecorder
Clear all data recorded so far.
reset() - Method in interface com.levigo.jadice.server.core.util.monitoring.Recorder
 
reset() - Method in class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
Clear all data recorded so far.
reset() - Method in class org.apache.tools.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
ReshapeControls - Class in com.levigo.jadice.server.documentplatform
 
ReshapeControls() - Constructor for class com.levigo.jadice.server.documentplatform.ReshapeControls
 
ReshapeListener - Interface in com.levigo.jadice.server.documentplatform
Instances can be registered on a ReshapeWorker to be informed about the progress of the rendering / reshaping process.
ReshapeListener.Context - Class in com.levigo.jadice.server.documentplatform
The context of the reshaping process in which the listener methods are invoked.
ReshapeListener.Context(ReshapeWorker, Document) - Constructor for class com.levigo.jadice.server.documentplatform.ReshapeListener.Context
 
ReshapeNode - Class in com.levigo.jadice.server.documentplatform
A node used to apply document format conversions and other processing using the jadice document platform.
ReshapeNode() - Constructor for class com.levigo.jadice.server.documentplatform.ReshapeNode
 
ReshapeNode.AnnotationMimeTypes - Interface in com.levigo.jadice.server.documentplatform
As it is not possible to determine an annotation type automatically, its MIME type must be provided in the annotation's StreamDescriptor.
ReshapeNode.OutputMode - Enum in com.levigo.jadice.server.documentplatform
Enum controlling when and how output data streams are generated.
ReshapeWorker - Class in com.levigo.jadice.server.documentplatform
 
ReshapeWorker() - Constructor for class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
resolveFactory(Object, Map, Object) - Method in class com.levigo.jadice.server.script.groovy.PipelineBuilder
 
RESOURCE_BUNDLE_FOLDER - Static variable in class com.levigo.jadice.server.archive.worker.filter.OSXFilter
 
resourcesChanged(long) - Method in class com.levigo.jadice.server.core.util.monitoring.CompositeEfficiencyRecorder
 
resourcesChanged(long) - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
RESULT - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
resultStatus - Variable in class com.levigo.jadice.server.ws.JobResult
 
retainAll(Collection<?>) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
 
returnObject(O) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
ROLE_NAME - Static variable in class com.levigo.jadice.server.core.security.AnonymousUser
The role of an anonymous user.
RoleEnforcingRule - Class in com.levigo.jadice.server.core.security
 
RoleEnforcingRule(String, String, String) - Constructor for class com.levigo.jadice.server.core.security.RoleEnforcingRule
 
RoleEnforcingRule(String, String, String[]) - Constructor for class com.levigo.jadice.server.core.security.RoleEnforcingRule
 
RouterNode - Class in com.levigo.jadice.server.nodes
This node can be used as simple but powerful way of dynamically routing or filtering Streams on server side to the different successor Nodes depending on the streams' meta data.
RouterNode() - Constructor for class com.levigo.jadice.server.nodes.RouterNode
 
RouterNode.RoutingPolicy - Enum in com.levigo.jadice.server.nodes
Routing policy if several rules evaluate to true for a given stream.
RouterWorker - Class in com.levigo.jadice.server.nodes.worker
 
RouterWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.RouterWorker
 
Rule - Class in com.levigo.jadice.server.nodes.worker.rules
 
Rule() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.Rule
 
RuleBeanDefinitionParser - Class in com.levigo.jadice.server.core.security.xmlsupport
 
RuleBeanDefinitionParser() - Constructor for class com.levigo.jadice.server.core.security.xmlsupport.RuleBeanDefinitionParser
 
Ruleset - Class in com.levigo.jadice.server.nodes.worker.rules
The Ruleset represents a rule definition used by the DynamicPipelineNode and -Worker.
Ruleset() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.Ruleset
 
run() - Method in class com.levigo.jadice.server.core.NodeWorker
 
run() - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
run() - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
 
run() - Method in class com.levigo.jadice.server.core.util.StreamLogger
 
run() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
run(JobConfiguration) - Method in interface com.levigo.jadice.server.ws.JobInvocationService
Default entry point of jadice server web service.
run(JobConfiguration) - Method in class com.levigo.jadice.server.ws.JobInvocationServiceImpl
Default entry point of jadice server web service.

S

ScriptNode - Class in com.levigo.jadice.server.nodes
The ScriptNode allows a server-side script to be used to control stream processing.
ScriptNode() - Constructor for class com.levigo.jadice.server.nodes.ScriptNode
 
ScriptWorker - Class in com.levigo.jadice.server.nodes.worker
The corresponding worker for the ScriptNode.
ScriptWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.ScriptWorker
 
Section - Class in com.levigo.jadice.server.xml.plaintext
 
Section() - Constructor for class com.levigo.jadice.server.xml.plaintext.Section
 
SecuredNodeWorkerFactory - Class in com.levigo.jadice.server.core.security
A NodeWorkerFactory that considers the credentials that are provided in the given job context.
SecuredNodeWorkerFactory() - Constructor for class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
SecurityNamespaceHandler - Class in com.levigo.jadice.server.core.security.xmlsupport
Defines that NamespaceHandler for security.xml Referenced by core/src/main/resources -> META-Inf/spring.handlers
SecurityNamespaceHandler() - Constructor for class com.levigo.jadice.server.core.security.xmlsupport.SecurityNamespaceHandler
 
SelfRegistering - Interface in com.levigo.jadice.server.core.jmx
Marker interface for JMX Beans that register themselves at the JMXContext.
send(MimeMessage) - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
Send a Message.
send(MimeMessage) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
Send a message via the specified connection and parameters.
send(String) - Method in class com.levigo.jadice.server.html.worker.request.RequestProxy
 
sendCommand(String) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
sendCommand(String, String) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
sendInfo(String) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
sendInteger(int) - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
sendLogMessage(NodeWorker<?>, QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Send a log message to the client.
sendLogMessage(NodeWorker<?>, QualifiedLogEvent, Level) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Send a log message to the client with a specific log Level
sendLogMessage(NodeWorker<?>, QualifiedLogEvent, Level) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
sendLogMessage(NodeWorker<?>, QualifiedLogEvent) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
sendMessage(String, String, OutputStream) - Static method in class com.levigo.jadice.server.msoffice.Commands
 
sendMessage(String, OutputStream) - Static method in class com.levigo.jadice.server.msoffice.Commands
 
sendObject(Serializable) - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
sendStateUpdate(Job.State) - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Notify the client that the Job Job.State has changed
sendStateUpdate(Job.State) - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
sendString(String) - Method in class com.levigo.jadice.server.jms.shared.JMSTransportSender
 
sendWarning(String, Throwable) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
SeparatorPageNode - Class in com.levigo.jadice.server.nodes
The SeparatorPageNode interleaves the streams passing through it with generated pages which can be used as separator pages in an aggregated document etc.
SeparatorPageNode() - Constructor for class com.levigo.jadice.server.nodes.SeparatorPageNode
 
SeparatorPageNode.SeparatorPlacement - Enum in com.levigo.jadice.server.nodes
 
SeparatorPageWorker - Class in com.levigo.jadice.server.nodes.worker
Corresponding worker for the separator page node.
SeparatorPageWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.SeparatorPageWorker
 
SEQUENCE_NUMBER - Static variable in class com.levigo.jadice.server.nodes.URLOutputNode
Pattern that will be replaced by a sequence number.
serverInstanceName - Variable in class com.levigo.jadice.server.Job
 
ServerJob - Interface in com.levigo.jadice.server.core
The server-side representation of a Job is responsible for the management of the job execution.
ServerStatistics - Class in com.levigo.jadice.server.core
 
ServerStatistics() - Constructor for class com.levigo.jadice.server.core.ServerStatistics
 
ServerVersion - Class in com.levigo.jadice.server.core.version
 
ServerVersion() - Constructor for class com.levigo.jadice.server.core.version.ServerVersion
 
setAccessDecisionManager(AccessDecisionManager) - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
setAdditionalOptions(List<String>) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setAdditionalSessionProperties(Map<String, String>) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
Apply additional parameters to the underlying javamail Session.
setAddOriginalStream(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setAddress(InternetAddress) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
setAddressAsString(String) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
setAffectedJobTypes(List<String>) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setAffectedPhase(DocumentProcessor.ProcessingPhase) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setAllowedClients(List<String>) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setAllowExternalHTTPResolution(boolean) - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
Set whether to allow the resolution (loading) of external HTTP resources.
setAllowHTTPResources(boolean) - Method in class com.levigo.jadice.server.html.HTMLRendererNode
Set to true if HTTP request (e.g.
setAllowOnlyOneMessage(boolean) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set whether to allow just one message to match the filter.
setAllowOverwrite(boolean) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Flag if it's allowed to overwrite already existing files (default: false).
setAllowRelativeResources(boolean) - Method in class com.levigo.jadice.server.nodes.URLInputNode
Allow or deny the retrieval of resources that are relatively (or in the same domain) linked to the first downloaded resource.
setAppenders(List<Appender>) - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
setApplication(String) - Method in class com.levigo.jadice.server.msoffice.config.Exclusion
 
setApplyFilters(boolean) - Method in class com.levigo.jadice.server.archive.UnZIPNode
If set to true files without real content will no be unzipped (e.g.
setArguments(String) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Set the command line arguments.
setAscii85EncodePages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setAsyncAppenders(List<Appender>) - Method in class com.levigo.jadice.server.core.util.LogConfigurator
Sets Appenders which are wrapped with an AsyncAppender.
setAttachmentDirectory(AttachmentDirectory) - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
setAuthenticationHandler(AuthenticationHandler) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setAuthenticationManager(AuthenticationManager) - Method in class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
setAuthor(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setAutoRotatePages(PDFOutputDevice.AutoRotate) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setBackgroundColor(Color) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setBackgroundColor(Color) - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
Set the PNG background color.
setBeanFactory(BeanFactory) - Method in class com.levigo.jadice.server.core.NodeWorkerFactory
 
setBlockSize(int) - Method in class com.levigo.jadice.server.archive.UnTARNode
Set the block size to use.
setBorderColor(Color) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setBorderWidth(float) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setBottomMargin(String) - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
setBufferDebug(boolean) - Method in class org.apache.tools.tar.TarOutputStream
Sets the debugging flag in this stream's TarBuffer.
setCenterWindow(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setChanges(PDFExportFormat.Changes) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setClientLocale(Locale) - Method in class com.levigo.jadice.server.Job
Set the client's Locale as some conversion produce local-specific results (e.g.
setColor(boolean) - Method in class com.levigo.jadice.server.ghostscript.PXLOutputDevice
Set whether to generate color PCL (true) or black&white PCL (false)
setColorImageResolution(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setCommunicationTimeout(long) - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Set the default communication timeout.
setCompletedFolderName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setCompression(JadiceToTiffNode.Compression) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setCompressPages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setConcurrendJobs(int) - Method in class com.levigo.jadice.server.core.ServerStatistics
 
setConcurrentJobs(int) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setConcurrentJobsPerProcessor(int) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setConfigurations(List<IMAPPickupConfiguration>) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
setConfigurations(List<String>) - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
setConfigurator(Configurator) - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
setConnectionFactory(QueueConnectionFactory) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setConnectionFactory(TopicConnectionFactory) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
setConnectionFactory(TopicConnectionFactory) - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
setConvertCMYKImagesToRGB(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setConverterPool(MSOfficeConverterPool) - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
setConvertOOoTargetToPDFTarget(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setConvertSeenMessages(boolean) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setCreationDate(Calendar) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setCreator(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setCredentials(Credentials) - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Set credentials that are used for establishing a JMS connection.
setDebug(boolean) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
setDebug(boolean) - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
setDebug(boolean) - Method in class org.apache.tools.tar.TarBuffer
Set the debugging flag for the buffer.
setDebug(boolean) - Method in class org.apache.tools.tar.TarInputStream
Sets the debugging flag.
setDebug(boolean) - Method in class org.apache.tools.tar.TarOutputStream
Sets the debugging flag.
setDefaultArguments(List<String>) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setDefaultPriority(int) - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Set the default priority for jobs.
setDefaultRenderingIntent(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDelayPerStream(long) - Method in class com.levigo.jadice.server.misc.DummyNode
Set the delay per stream (in milliseconds).
setDelegate(Layout) - Method in class com.levigo.jadice.server.core.util.LayoutDecorator
 
setDescription(String) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Set the stream's (hopefully) user-friendly description.
setDescriptor(N) - Method in class com.levigo.jadice.server.core.NodeWorker
Set the Node.
setDestroyRemainingProcessesOnAbort(boolean) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
If this property is set to true, the external processes started by this node will be destroyed when the associated Job is aborted or fails.
setDeviceHeight(int) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setDeviceWidth(int) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setDigest(String) - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
setDigest(String) - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
Set an (optional) digest for integrity of transported streams
setDisplayPDFDocumentTitle(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setDocumentLayerCache(ClearableDocumentLayerCache) - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
Replace the default DocumentLayerCache by a custom one that will be cleared whenever no jobs are running
setDocumentOpenPassword(String) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setDocumentProcessor(DocumentProcessor) - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
A DocumentProcessor that manipulates Documents can be injected here via Spring configuration.
setDocumentUUID(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDownsampleColorImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDownsampleGrayImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDownsampleMonoImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDscEncoding(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setDupeDetection(DupeDetection) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setDupeDetection(DupeDetection) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setDupeDetectionHeaders(List<String>) - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
setDupeDetectionMode(DupeDetection.Mode) - Method in class com.levigo.jadice.server.agent.email.DupeDetection
 
setDuplex(boolean) - Method in class com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
 
setEmbedAllFonts(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setEnableCopyingOfContent(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setEnableDebug(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
setEnableTextAccessForAccessibilityTools(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setEncapsulated(boolean) - Method in class com.levigo.jadice.server.ghostscript.PSOutputDevice
Set whether to generate encapsulated PostScript (EPS).
setEncodeColorImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setEncodeGrayImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setEncodeMonoImages(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setEncryptFile(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setEncryptionRevision(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setEnlargePageToPaper(boolean) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Set if the the page shall be enlarged to fit onto the paper.
setEpsCrop(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setEpsFitPage(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setErrorFolderName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setErrorRelay(ErrorRelay) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setExceedAction(Limit.WhenExceedAction) - Method in class com.levigo.jadice.server.Limit
Set the action to take when the limit has been exceeded.
setExclusions(List<Exclusion>) - Method in class com.levigo.jadice.server.msoffice.config.ProcessIdPropagation
 
setExecutableName(String) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setExecutionStrategyFactory(ExecutionStrategyFactory) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setExportBookmarks(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportBookmarksToPDFDestination(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportFilters(List<ExportFilter>) - Method in class com.levigo.jadice.server.msoffice.config.Format
 
setExportFormat(ExportFormat) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
Set the export format.
setExportFormFields(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportLinksRelativeFsys(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportNotePages(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportNotes(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setExportRange(PageRange) - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
Set the range of pages to export/convert.
setExportRange(PageRange) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
Set the range of pages to export/convert.
setExportRange(PageRange) - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
Set the range of pages to export/convert.
setExportRange(PageRange) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Set the range of pages to export/convert.
setExportWithMarkup(boolean) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Switch if MS Word shall export the document with or without markup.
setExtension(String) - Method in class com.levigo.jadice.server.msoffice.config.Format
 
setFace(String) - Method in class com.levigo.jadice.server.msoffice.config.Font
 
setFallbackFilename(String) - Method in class com.levigo.jadice.server.pdf.EmbedAttachmentsNode
 
setFilename(String) - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
Set the fallback filename.
setFilename(String) - Method in class com.levigo.jadice.server.msoffice.MSOutlookNode
Set the fallback filename.
setFilename(String) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
Set the fallback filename.
setFilename(String) - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
Set the fallback filename.
setFilename(String) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Set the fallback filename.
setFileName(String) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Set the original file name of the stream.
setFileNamePattern(String) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Set a pattern for the filename.
setFirstPage(int) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setFirstPageOnLeft(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setFixedmedia(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setFixedVMCount(int) - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
setFolderName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setFolderName(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the folder name from which to retrieve the message.
setFont(Font) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setFontRenderingMode(JadiceToTiffNode.FontRenderingMode) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setFontResourceDirs(List<String>) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setFonts(List<Font>) - Method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
setFormats(List<Format>) - Method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
setFormsType(PDFExportFormat.FormsType) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setForwardAllMatches(boolean) - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
Set flag if at most one or all matching parts are forwarded
setGenerateHyperlinks(boolean) - Method in class com.levigo.jadice.server.html.HTMLRendererNode
Determine if the resulting PDF document shall have hyperlinks to external locations.
setGenerateHyperlinks(boolean) - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
Determine if the resulting PDF document shall have hyperlinks to external locations (default: true.
setGenericResourceDirs(List<String>) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setGhostscript(Ghostscript) - Method in class com.levigo.jadice.server.ghostscript.worker.GhostscriptWorker
Set the Ghostscript configuration.
setGraphicsAlphaBits(int) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
Set the number of bits used for graphics antialiasing.
setGrayImageDepth(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setGrayImageDownsampleThreshold(float) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setGrayImageDownsampleType(PDFOutputDevice.DownsampleType) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setGrayImageFilter(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setGrayImageResolution(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setGroupId(int) - Method in class org.apache.tools.tar.TarEntry
Set this entry's group id.
setGroupName(String) - Method in class org.apache.tools.tar.TarEntry
Set this entry's group name.
setHaveTransparency(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setHeaderInformation(StreamDescriptor) - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
Set a special StreamDescriptor if this one contains the header information that shall be rendered within the mail.
setHideViewerMenubar(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setHideViewerToolbar(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setHideViewerWindowControls(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setHorizontalAlignment(PageNumberDecoratorProcessor.HorizontalAlignment) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setHorizontalAlignment(PDFCompositeNode.HorizontalAlignment) - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
Set the horizontal alignment.
setHostName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setHostname(String) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
Set the SMTP host where to connect to
setHostName(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set host name of the server hosting the message store.
setHTMLEnhancer(HTMLEnhancer) - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
setId(String) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Get the ID of the stream.
setIDHash(DupeDetection, String) - Method in interface com.levigo.jadice.server.agent.email.MessageTransaction
The the ID Hash that is valid in the context of the given DupeDetection mode.
setIds(int, int) - Method in class org.apache.tools.tar.TarEntry
Convenience method to set this entry's group and user ids.
setIgnoreOriginalMimeTypes(boolean) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set whether the original MIME-type information should be ignored.
setIgnoreOriginalMimeTypes(boolean) - Method in class com.levigo.jadice.server.javamail.MessageRFC822Node
Set whether the original MIME-type information should be ignored.
setIgnoreOriginalMimeTypes(boolean) - Method in class com.levigo.jadice.server.javamail.TNEFNode
Set whether the original MIME-type information should be ignored.
setImageableArea(double, double, double, double) - Method in class com.levigo.jadice.server.documentplatform.Paper
Sets the imageable area of this Paper.
setImapMessageUID(long) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the UID of an IMAP message to select.
setInfileEqOutfile(boolean) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
If the external program does not create a new (resulting) file but processes the input file, this processed file can be passed to the subsequent workflow.
setInfoAssembler(MBeanInfoAssembler) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
setInitialContextFactory(String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Set the name of the initial context factory to use
setInitialView(PDFExportFormat.InitialView) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setInputFilename(String) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Sets the filename for the input stream.
setInputFormat(TNEFNode.InputFormat) - Method in class com.levigo.jadice.server.javamail.TNEFNode
Set the input format of incoming streams.
setInstanceHeartbeatTimeout(int) - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
setInstanceJVMOptions(List<String>) - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
setInstanceName(String) - Method in interface com.levigo.jadice.server.core.JobScheduler
The scheduler's name (used for JMX naming purposes only)
setInstanceName(String) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setInstanceName(String) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
setInstancePool(LibreOfficeInstancePool) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
setInstanceUUID(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setInterruptAttempts(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
setItitialPage(int) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setJadiceServer(JadiceServer) - Method in class com.levigo.jadice.server.multivm.VMInstanceWatchog
 
setJmsPassword(String) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setJmsUsername(String) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setJMXContext(JMXContext) - Method in class com.levigo.jadice.server.core.JadiceServer
 
setJMXContext(JMXContext) - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
setJndiEnvironment(Map<?, ?>) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Set additional environment parameters for the JNDI lookup.
setJndiName(String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Set the JDNI name as it is registered in the JDNI repository.
setJob(ServerJob) - Method in class com.levigo.jadice.server.core.NodeWorker
Set the server job.
setJobArguments(List<String>) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setJobConfigurators(List<JobConfigurator>) - Method in class com.levigo.jadice.server.ws.JobInvocationServiceImpl
 
setJobFactory(JobFactory) - Method in class com.levigo.jadice.server.ws.JobInvocationServiceImpl
Set the JobFactory that shall be used for the creation of jadice server Jobs for a webservice call.
setJobLimitRules(List<LimitEnforcingRule>) - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
setJobScheduler(JobScheduler) - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
The JobScheduler on which the jadice server Jobs are executed
setJoin(boolean) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
setJPEGQuality(float) - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Sets the JPEG image quality.
setKeepOriginalPageLabels(boolean) - Method in class com.levigo.jadice.server.pdf.PDFMergeNode
PDF documents may contain page labels (as defined in PDF 32000-1:2008, 12.4.2 Page Labels).
setKeyLength(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setKeywords(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setLastPage(int) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setLayoutDecorators(List<LayoutDecorator>) - Method in class com.levigo.jadice.server.core.util.LogConfigurator
 
setLeftMargin(String) - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
setLogInterval(long) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
Set the minimum time interval for which the logging events shall be generated.
setLogLocationInfo(boolean) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
Set if the file name and line number of the statement at the origin of the log statement should be output, default false.
setLogProperties(boolean) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
Sets whether MDC key-value pairs should be output, default false.
setLongFileMode(int) - Method in class org.apache.tools.tar.TarOutputStream
 
setMagnification(PDFExportFormat.Magnification) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setMargin(float) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setMargin(Insets) - Method in class com.levigo.jadice.server.html.HTMLRendererNode
Set the page margin of the resulting document.
setMaxActive(int) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
setMaxClipPathSize(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMaxConcurrentJobCount(int) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
setMaxIdle(int) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
setMaxImageResolution(int) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setMaximumMessageSize(int) - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
setMaximumMessageSize(int) - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
If the stream must be split in several messages, this value limits the maximum size of the individual messages.
setMaximumPixelSize(Dimension) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setMaximumResolution(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setMaxInlineImageSize(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMaxResolution(float) - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Sets the maximal resolution an embedded image should have after optimization.
setMaxShadingBitmapSize(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMaxStreamSize(Integer) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
Set how many pages the resulting stream(s) shall contain at most.
setMaxStripSize(int) - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
Set the maximum (uncompressed) size of a strip.
setMaxSubsetPct(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMaxUsageCount(int) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
setMaxUsageCount(int) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
setMBeanServer(MBeanServer) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
setMessageFilter(SearchTerm) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the message filter.
setMimeType(String) - Method in class com.levigo.jadice.server.msoffice.config.Format
 
setMimeType(String) - Method in class com.levigo.jadice.server.nodes.worker.rules.TypeMatch
 
setMimeType(String) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Set the Multipurpose Internet Mail Extension (MIME) type.
setMinEvictableIdleTimeMillis(long) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
setMinIdle(int) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
setMinimumResolution(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setMode(UUIDGenerator.Mode) - Static method in class com.levigo.jadice.server.util.UUIDGenerator
 
setMode(int) - Method in class org.apache.tools.tar.TarEntry
Set the mode for this entry
setModificationDate(Calendar) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setModTime(long) - Method in class org.apache.tools.tar.TarEntry
Set this entry's modification time.
setModTime(Date) - Method in class org.apache.tools.tar.TarEntry
Set this entry's modification time.
setMonitor(MessageMonitor) - Method in class com.levigo.jadice.server.ws.monitor.MonitorInInterceptor
 
setMonitor(MessageMonitor) - Method in class com.levigo.jadice.server.ws.monitor.MonitorOutInterceptor
 
setMonoImageDepth(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMonoImageDownsampleThreshold(float) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMonoImageDownsampleType(PDFOutputDevice.DownsampleType) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMonoImageFilter(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setMonoImageResolution(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setName(String) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
setName(String) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
setName(String) - Method in class org.apache.tools.tar.TarEntry
Set this entry's name.
setNames(String, String) - Method in class org.apache.tools.tar.TarEntry
Convenience method to set this entry's group and user names.
setNodeAccessRules(List<RoleEnforcingRule>) - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
setNodeLimitRules(List<LimitEnforcingRule>) - Method in class com.levigo.jadice.server.core.security.SecuredNodeWorkerFactory
 
setNodeWorkerFactory(NodeWorkerFactory) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setNotificationPublisher(NotificationPublisher) - Method in class com.levigo.jadice.server.core.ServerStatistics
 
setNotificationPublisher(NotificationPublisher) - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
setOfficeVersion(String) - Method in class com.levigo.jadice.server.msoffice.config.Exclusion
 
setOfficeVersion(String) - Method in class com.levigo.jadice.server.msoffice.config.ExportFilter
 
setOffOptimizations(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setOnErrorCC(String) - Method in class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
setOpenBookmarkLevels(int) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setOpenFormat(MSWordNode.WdOpenFormat) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Set the format which converter will be used to open the document.
(Default: MSWordNode.WdOpenFormat.WD_OPEN_FORMAT_AUTO)
setOpenInFullScreenMode(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setOPM(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setOptimize(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setOptimizeRotation(boolean) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
If this flag is set the rotation of the pages will be optimized.
setOrder(PDFCompositeNode.Order) - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
Set the PDFCompositeNode.Order in which the incoming Streams will be layered.
setOutfileExtension(String) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Set the default extension of an temporary output file if needed, if not present in the argument placeholders.
setOutputDevice(OutputDevice) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setOutputFilename(String) - Method in class com.levigo.jadice.server.archive.ZIPNode
 
setOutputMimeType(String) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Set the MIME type of the result of this external process call.
setOutputMode(JadiceToTiffNode.OutputMode) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setOutputMode(ReshapeNode.OutputMode) - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
Set output mode ReshapeNode.OutputMode for stream generation.
setOutputMode(GhostscriptNode.OutputMode) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setOwnerPassword(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setOwnerPasswords(List<String>) - Method in class com.levigo.jadice.server.pdf.PDFDecryptNode
 
setPadding(float) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setPageFormat(PageFormat) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Sets a PageFormat object that will be used as the media on which the printer will print.
setPageLayout(PDFExportFormat.PageLayout) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setPageRange(String) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setPageSelection(int[]) - Method in class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
Shaping option for page range selection.
setPageSetups(List<PageSetup>) - Method in class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
setPageSize(HTMLRendererNode.PageSize) - Method in class com.levigo.jadice.server.html.HTMLRendererNode
Set the desired HTMLRendererNode.PageSize for the resulting PDF document.
setParameters(Map<String, Serializable>) - Method in class com.levigo.jadice.server.nodes.ScriptNode
 
setParameters(Map<String, Serializable>) - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Set parameters that will be included in the XSL:FO stylesheet
setParameters(Map<String, Serializable>) - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
Set parameters that will be included in the XSLTs stylesheet
setParent(StreamDescriptor) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
setParseDSCComments(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setParseDSCCommentsForDocInfo(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setPassword(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setPassword(String) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
setPassword(byte[]) - Method in class com.levigo.jadice.server.archive.UnSevenZIPNode
Set the password to uncompress the given 7z archive.
setPassword(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the password corresponding to the user account
setPassword(String) - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
Set document password
setPassword(String) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Set document password.
(Default value: node)
setPathSelector(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set path selector of the message parts to include.
setPatternImagemask(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setPdfFitPage(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setPdfPassword(String) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setPdfVersion(PDFExportFormat.PDFVersion) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setPerformSanityChecks(boolean) - Method in class com.levigo.jadice.server.xml.PlaintextToXMLNode
Set the flag indicating whether the output XML document should be subject to sanity checks designed to reduce the likeliness of them causing problems with the XSL formatter.
setPermissionPassword(String) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setPermissions(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setPerProcessorVMCount(int) - Method in class com.levigo.jadice.server.multivm.MVMPoolManager
 
setPollInterval(int) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setPort(int) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setPort(int) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the port number to use.
setPosition(long) - Method in class com.levigo.jadice.server.archive.worker.UnRARWorker.InputStreamReadOnlyAccess
 
setPosition(PageNumberDecoratorProcessor.ZPosition) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setPreserveHalftoneInfo(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setPreserveOverprintSettings(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setPrinted(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setPrinting(PDFExportFormat.Printing) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setPrintRequestAttributeSet(PrintRequestAttributeSet) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Set print request attributes, e.g.
setPrintServiceName(String) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Set the name of the printer service that the server will use, i.e.
setProcessColorModel(PDFOutputDevice.ProcessColorModel) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setProcessIdPropagation(ProcessIdPropagation) - Method in class com.levigo.jadice.server.msoffice.config.ExportConfiguration
 
setProcessReaper(ExternalProcessReaper) - Method in class com.levigo.jadice.server.msoffice.MSOfficeConverterPool
 
setProducer(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setProgramName(String) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Set the path to the external program.
setProperties(Map<String, String>) - Method in class com.levigo.jadice.server.core.util.SystemPropertySetter
 
setProtocol(String) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
Alters the transport protocol.
setProviderURL(String) - Method in class com.levigo.jadice.server.jms.client.JNDIConnectionFactory
Set the URL for the service provider to use
setQuality(int) - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
Set the quality factor to use (integer from 0 to 100, default 75).
setQuality(int) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setReapOnlyWhenIdle(boolean) - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
Choose if the cleansing is performed only when no jobs are running on jadice server
setRecordSize(int) - Method in class com.levigo.jadice.server.archive.UnTARNode
Set the record size to use.
setReduceImageResolution(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setReferenceBase(DocumentPrintNode.OutputReferenceBase) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Sets the reference base.
setRenderAnnotations(boolean) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setRepackingEnabled(boolean) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setRepeat(boolean) - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
If set to true, subsequent Streams will be repeated from their start page until all pages from the 1st document were processed.
(default: false)
setReplyTo(String) - Method in class com.levigo.jadice.server.agent.email.smtp.ErrorRelay
 
setRequestEndpoint(RequestEndpoint<?>) - Method in class com.levigo.jadice.server.core.JadiceServer
 
setRequestQueueName(String) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setReshapeControls(ReshapeControls) - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
 
setReshapeListener(ReshapeListener) - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
setResizeWindowToInitialPage(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setResolution(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setResolution(int) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
Set both the horizontal and vertical output resolutions in dots per inch (DPI).
setResolution(int) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setResolutionMode(JadiceToTiffNode.ResolutionMode) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setRestrictPermissions(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setRfc2646Mode(boolean) - Method in class com.levigo.jadice.server.xml.PlaintextToXMLNode
Enables or disables the RFC 2646 mode.
setRightMargin(String) - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
setRotation(int) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setRotation(PDFRotationNode.Rotation) - Method in class com.levigo.jadice.server.pdf.PDFRotationNode
 
setRoutingPolicy(RouterNode.RoutingPolicy) - Method in class com.levigo.jadice.server.nodes.RouterNode
Set the routing policy if several rules evaluate to true.
setRoutingRules(List<String>) - Method in class com.levigo.jadice.server.nodes.RouterNode
Set the routing rules in the syntax of the Spring Expression Language.
setRoutingScriptURI(URI) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setRoutingScriptURI(String) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setRoutingScriptURL(URI) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setRuleset(URI) - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
Set the location of the ruleset to be used.
setScheduler(JobScheduler) - Method in class com.levigo.jadice.server.core.JadiceServer
 
setScheduler(JobScheduler) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setScript(URI) - Method in class com.levigo.jadice.server.nodes.ScriptNode
Set the location of the script that will be executed.
setScriptParameters(Map<String, Object>) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setScriptParameters(Map<String, Object>) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
setSemanticType(String) - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
Set the semantic type of the stream.
setSeparatorPlacement(SeparatorPageNode.SeparatorPlacement) - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
setServerCredentials(Credentials) - Method in class com.levigo.jadice.server.Job
Set credentials that jadice server uses to determine restrictions while executing a job.
setSessionProperties(Properties) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
Set the properties for the JavaMail session.
setSessionProperties(Properties) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the JavaMail session properties.
setShowAcroForm(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setShowAnnots(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setShrinkPageToPaper(boolean) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Set if the the page shall be shrinked to fit onto the paper completely.
setSize(double, double) - Method in class com.levigo.jadice.server.documentplatform.Paper
Sets the width and height of this Paper object
setSize(String) - Method in class com.levigo.jadice.server.msoffice.config.Font
 
setSize(long) - Method in class org.apache.tools.tar.TarEntry
Set this entry's file size.
setSkipEmptyPages(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setSMTPRelay(SMTPRelay) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setSplitOutput(boolean) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setSSLEnabled(boolean) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setStatisticsRecorder(ServerStatistics) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setStoreProtocol(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setStoreProtocol(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the store protocol to use.
setStreamRenderingEnabled(String, boolean) - Method in class com.levigo.jadice.server.documentplatform.BaseReshapeSettings
If a stream shall be loaded into a jadice document but not be rendered, it can be disabled specifying its UUID.
setStreamResolverFactory(StreamResolverFactory) - Method in class com.levigo.jadice.server.html.worker.CobraHTMLRendererWorker
 
setStreamResolverFactory(StreamResolverFactory) - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
setStreamTransportFactory(StreamTransportFactory) - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
setStyle(String) - Method in class com.levigo.jadice.server.xml.plaintext.Section
 
setStyleSheet(URI) - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
setStyleSheet(URI) - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Set the location of style sheet for conversion.
setStyleSheet(URI) - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
Set the location of style sheet for conversion.
setStylesheetURL(URI) - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
 
setSubject(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setSubmissionTimeout(long) - Method in class com.levigo.jadice.server.jms.client.JMSJobFactory
Set the default job submission timeout (ms).
setSubsetFonts(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setTargetMimeType(String) - Method in class com.levigo.jadice.server.documentplatform.ReshapeNode
Set the desired target MIME-type.
setTargetMimeType(String) - Method in class com.levigo.jadice.server.html.HTMLRendererNode
Set the desired target MIME-type.
setTargetMimeType(String) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionNode
Deprecated.
just set the export format.
setTargetMimeType(String) - Method in class com.levigo.jadice.server.msoffice.MSExcelNode
Set the target MIME type.
Default value: application/pdf
setTargetMimeType(String) - Method in class com.levigo.jadice.server.msoffice.MSPowerpointNode
Set the target MIME type.
Default value: application/pdf
setTargetMimeType(String) - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
Set the MIME type of the desired export format (supported: application/pdf (default) and application/vnd.ms-xpsdocument)
setTargetMimeType(String) - Method in class com.levigo.jadice.server.msoffice.MSVisioNode
Set the target MIME type.
Default value: application/pdf
setTargetMimeType(String) - Method in class com.levigo.jadice.server.msoffice.MSWordNode
Set the requested MIME type of the conversion result.
(Default: application/pdf)
setTargetMimeType(String) - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
Set the desired target MIME type that streams shall have after the processing.
(Default: application/pdf)
setTargetMimeType(String) - Method in class com.levigo.jadice.server.nodes.SeparatorPageNode
Set the target MIME type.
setTargetMimeType(String) - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
Set render type, see org.apache.fop.apps.MimeConstants for valid mime types.
setTargetPageSize(PDFImageOptimizationNode.PageSize) - Method in class com.levigo.jadice.server.pdf.PDFImageOptimizationNode
Sets the target page size (optional).
setTempDir(File) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setTempDir(File) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
setTempDirName(String) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setTempFileReaper(TempFileReaper) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setTemplate(String) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setTextAlphaBits(int) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
Set the number of bits used for text antialiasing.
setTextBodyCharset(String) - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
Provide information which charset a text mail body has.
setTextColor(Color) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setTextOrientation(float) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setThreadPriority(int) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
setThreadReaper(ThreadReaper) - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
setTimeBetweenEvictionRunsMillis(long) - Method in class com.levigo.jadice.server.core.util.ManagedObjectPool
 
setTimeInterval(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.AbstractReaper
 
setTimeInterval(int) - Method in class com.levigo.jadice.server.core.util.housekeeping.JadiceCacheReaper
Sets the time interval when to clean the jadice global cache
setTitle(String) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setTopic(String) - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
setTopic(String) - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
setTopMargin(String) - Method in class com.levigo.jadice.server.msoffice.config.PageSetup
 
setTransferFunctionInfo(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setTransformerPool(XSLTransformerPool) - Method in class com.levigo.jadice.server.xml.XSLFOFormatterWorker
setTransformerPool(XSLTransformerPool) - Method in class com.levigo.jadice.server.xml.XSLTransformationWorker
setType(DefaultExecutionStrategyFactory.Type) - Method in class com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory
 
setType(BMPOutputDevice.BMPType) - Method in class com.levigo.jadice.server.ghostscript.BMPOutputDevice
Set the type of BMP to generate.
setType(FAXOutputDevice.FAXType) - Method in class com.levigo.jadice.server.ghostscript.FAXOutputDevice
Set the type of FAX to generate.
setType(JPEGOutputDevice.JPEGType) - Method in class com.levigo.jadice.server.ghostscript.JPEGOutputDevice
Set the type of JPEG to generate.
setType(PNGOutputDevice.PNGType) - Method in class com.levigo.jadice.server.ghostscript.PNGOutputDevice
Set the type of PNG to generate.
setType(PNMOutputDevice.PNMType) - Method in class com.levigo.jadice.server.ghostscript.PNMOutputDevice
Set the type of PNM to generate.
setType(TIFFOutputDevice.TIFFType) - Method in class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
Set the type of TIFF to generate.
setType(String) - Method in class com.levigo.jadice.server.Job
Set the type of this job.
setTypeDatabase(URI) - Method in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
Set the file type database location.
setTypePreference(String[]) - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeNode
Set the type preference order.
setUCRandBGInfo(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setUnhandledFormatAction(JadiceDocumentInfoNode.UnhandledFormatAction) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
Set the action to take when a given document has an unknown or unsupported format.
setUnhandledFormatAction(JadiceDocumentInfoNode.UnhandledFormatAction) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode
Set the action to take when a given document has an unknown or unsupported format.
setUnhandledInputAction(DynamicPipelineNode.UnhandledInputAction) - Method in class com.levigo.jadice.server.nodes.DynamicPipelineNode
Set the action to take when an input type is not covered by the ruleset.
setUnpackMultipart(boolean) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set this flag to indicate whether multipart/* parts of a message are decomposed into individual streams (true) or forwarded as a whole(false).
setupConverters() - Method in class com.levigo.jadice.server.ws.xstream.ExtendedXStream
 
setUrlPath(URL) - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Set the path of the URL (without the filename)
setURLs(List<URL>) - Method in class com.levigo.jadice.server.nodes.URLInputNode
Specify the resources to download.
setUseBold(String) - Method in class com.levigo.jadice.server.msoffice.config.Font
 
setUseCIEColor(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setUseCropBox(boolean) - Method in class com.levigo.jadice.server.ghostscript.GhostscriptNode
 
setUseFlateCompression(boolean) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setUseIDLE(boolean) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setUseItalic(String) - Method in class com.levigo.jadice.server.msoffice.config.Font
 
setUseLosslessCompression(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setUseMetadataEnvelope(boolean) - Method in class com.levigo.jadice.server.xml.AbstractToXMLNode
Set a flag indicating whether the generated XML should be wrapped in an envelope containing also the stream meta data (from Stream.getDescriptor()).
setUsePdfA(boolean) - Method in class com.levigo.jadice.server.msoffice.config.NativeExport
 
setUserId(int) - Method in class org.apache.tools.tar.TarEntry
Set this entry's user id.
setUseRIDICRecordingAlgorithm(boolean) - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffNode
Deprecated.
 
setUserName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setUsername(String) - Method in class com.levigo.jadice.server.agent.email.SMTPRelay
 
setUsername(String) - Method in class com.levigo.jadice.server.javamail.JavamailInputNode
Set the user name used for authentication with the message store..
setUserName(String) - Method in class org.apache.tools.tar.TarEntry
Set this entry's user name.
setUserPassword(String) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setUseTaggedPDF(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setUseTransitionEffects(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setUseXvfb(boolean) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeInstancePool
 
setValue(String) - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
setVersion(PDFOutputDevice.Version) - Method in class com.levigo.jadice.server.ghostscript.PDFOutputDevice
 
setVerticalAlignment(PageNumberDecoratorProcessor.VerticalAlignment) - Method in class com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor
 
setVerticalAlignment(PDFCompositeNode.VerticalAlignment) - Method in class com.levigo.jadice.server.pdf.PDFCompositeNode
Set the vertical alignment.
setViewSelection(PDFExportFormat.ViewSelection) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
setViewsToExport(List<MSProjectNode.View>) - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
Set the type of MSProjectNode.Views to export.
setWaitForApplication(boolean) - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
Causes the Worker to wait until the process of the external program has terminated before it passes the result the subsequent workflow.
setWorkFolderName(String) - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
setXmpMetaData(Document) - Method in class com.levigo.jadice.server.pdf.PDFMetadataNode
 
setXResolution(int) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
Set the horizontal output resolution in dots per inch (DPI).
setYResolution(int) - Method in class com.levigo.jadice.server.ghostscript.ImageOutputDevice
Set the vertical output resolution in dots per inch (DPI).
setZoom(int) - Method in class com.levigo.jadice.server.libreoffice.server.PDFExportFormat
 
shallForwardStream(StreamDescriptor, File) - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
shallForwardStream(StreamDescriptor, File) - Method in class com.levigo.jadice.server.msoffice.MSOutlookWorker
 
shrink() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
shutdown() - Method in interface com.levigo.jadice.server.core.JobExecutionContext
Shuts down this context and close the connection to the client.
shutdown() - Method in interface com.levigo.jadice.server.core.JobScheduler
Stop scheduling jobs.
shutdown() - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
shutdown() - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
shutdown() - Method in class com.levigo.jadice.server.jms.core.JMSJobExecutionContext
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
shutdown() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
shutdown() - Method in class com.levigo.jadice.server.multivm.MVMInstance
Shut down the instance.
shutdown() - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
shutdown() - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
Shut down the stream transport factory.
shutdownRequested - Variable in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
SignatureFilter - Class in com.levigo.jadice.server.xml.filter
 
SignatureFilter() - Constructor for class com.levigo.jadice.server.xml.filter.SignatureFilter
 
size() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
SIZELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the size field in a header buffer.
skip(long) - Method in class org.apache.tools.tar.TarInputStream
Skip bytes in the input buffer.
skipRecord() - Method in class org.apache.tools.tar.TarBuffer
Skip over a record on the input stream.
SMTPAgent - Class in com.levigo.jadice.server.agent.email.smtp
 
SMTPAgent() - Constructor for class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
smtpCode - Variable in enum com.levigo.jadice.server.agent.email.MessageTransaction.Reason
 
SMTPRelay - Class in com.levigo.jadice.server.agent.email
Definition of an SMTP server that allows jadice server to send outgoing Messages.
SMTPRelay() - Constructor for class com.levigo.jadice.server.agent.email.SMTPRelay
 
sortByDominators(SortedMap<String, JobStateRecorder>) - Static method in class com.levigo.jadice.server.core.ServerStatistics
 
start() - Method in class AbstractControl
 
start(String) - Method in class AbstractControl
 
start() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
start() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
start() - Method in class com.levigo.jadice.server.core.JadiceServer
 
start(RequestEndpoint<?>) - Method in interface com.levigo.jadice.server.core.JobScheduler
Start scheduling jobs listening on the given request endpoint.
start() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
start() - Method in class com.levigo.jadice.server.core.SubPipeline
Creates and starts the sub pipeline.
start(RequestEndpoint<?>) - Method in class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
start(GhostscriptWorker) - Method in class com.levigo.jadice.server.ghostscript.worker.Ghostscript
 
start() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
start() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
start() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
start() - Method in class com.levigo.jadice.server.msoffice.CommandParser
 
start() - Method in class com.levigo.jadice.server.msoffice.CommandReceiver
 
START - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
start() - Method in class com.levigo.jadice.server.msoffice.MSExcelConverter
 
start() - Method in class com.levigo.jadice.server.msoffice.MSOutlookConverter
 
start() - Method in class com.levigo.jadice.server.msoffice.MSPowerpointConverter
 
start() - Method in class com.levigo.jadice.server.msoffice.MSProjectConverter
 
start() - Method in class com.levigo.jadice.server.msoffice.MSVisioConverter
 
start() - Method in class com.levigo.jadice.server.msoffice.MSWordConverter
 
start() - Method in class com.levigo.jadice.server.multivm.VMInstanceWatchog
 
start() - Method in class JadiceServerControl
 
start() - Method in class MultiVMInstanceControl
 
startConverter(Class<C>) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
started(ReshapeListener.Context) - Method in class com.levigo.jadice.server.documentplatform.DefaultReshapeListener
 
started(ReshapeListener.Context) - Method in interface com.levigo.jadice.server.documentplatform.ReshapeListener
Called when a reshape process is started.
startNode(String) - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
startObserving(Message) - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
startup() - Method in class com.levigo.jadice.server.streamtransport.DefaultStreamTransportFactory
 
startup() - Method in interface com.levigo.jadice.server.streamtransport.StreamTransportFactory
Initialize the stream transport factory.
startWith(StreamBundle, Node) - Method in class com.levigo.jadice.server.core.SubPipeline
The sub pipeline shall start at the given Node and will be feed with data through the given StreamBundle.
startWorkers(Collection<NodeWorker<?>>) - Method in interface com.levigo.jadice.server.core.execution.ExecutionStrategy
Let the ExecutionStrategy implementation execute the given NodeWorkers.
startWorkers(Collection<NodeWorker<?>>) - Method in interface com.levigo.jadice.server.core.ServerJob
Start worker threads for a given sub-pipeline.
state - Variable in class com.levigo.jadice.server.Job
The current state.
stateChanged(Job, Job.State, Job.State) - Method in interface com.levigo.jadice.server.JobListener
Receive notification about the job's state having changed.
stateChanged(Job, Job.State, Job.State) - Method in class com.levigo.jadice.server.JobListenerAdapter
 
stateChanged(Job, Job.State, Job.State) - Method in class com.levigo.jadice.server.util.TraceListener
Causes a Log#info(Object).
stop() - Method in class AbstractControl
 
stop() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPAgent
 
stop() - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
stop() - Method in class com.levigo.jadice.server.core.JadiceServer
 
stop() - Method in class com.levigo.jadice.server.core.ServerStatistics
 
stop() - Method in class com.levigo.jadice.server.jms.core.JMSRequestEndpoint
 
stop() - Method in class com.levigo.jadice.server.jms.logging.JMSAppender
 
stop() - Method in class com.levigo.jadice.server.jms.logging.JMSReplayer
 
stop() - Method in class com.levigo.jadice.server.msoffice.CommandParser
 
stop() - Method in class com.levigo.jadice.server.multivm.VMInstanceWatchog
 
stopObserving(Message) - Method in class com.levigo.jadice.server.ws.monitor.MessageMonitor
 
storeDocComponent(XComponent, String) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
Stream - Interface in com.levigo.jadice.server.shared.types
A Stream encapsulates a SeekableInputStream along with an associated StreamDescriptor.
Stream - Class in com.levigo.jadice.server.ws
 
Stream() - Constructor for class com.levigo.jadice.server.ws.Stream
 
STREAM_DESCRIPTOR_PATTERN - Static variable in class com.levigo.jadice.server.nodes.RouterNode
Pattern to access the StreamDescriptor in the routing rules.
STREAM_NUMBER_PATTERN - Static variable in class com.levigo.jadice.server.nodes.RouterNode
Pattern to access the stream number in the routing rules.
Caveat: Counting is zero-based!
StreamAnalysisNode - Class in com.levigo.jadice.server.documentplatform
This Node analyzes a stream's content and tries to find out the content's MIME type with the jadice filetype analyzer.
StreamAnalysisNode() - Constructor for class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
 
StreamAnalysisWorker - Class in com.levigo.jadice.server.documentplatform
A worker for the StreamAnalysisNode.
StreamAnalysisWorker() - Constructor for class com.levigo.jadice.server.documentplatform.StreamAnalysisWorker
 
streamAvailable(Stream) - Method in interface com.levigo.jadice.server.nodes.StreamListener
Receive notification about a new Stream.
StreamBundle - Interface in com.levigo.jadice.server.shared.types
Bundles several Streams.
StreamCountLimit - Class in com.levigo.jadice.server
A Limit restricting the maximum number of streams routed through stream bundles to which the limit applies.
StreamCountLimit(int) - Constructor for class com.levigo.jadice.server.StreamCountLimit
 
StreamDescriptor - Class in com.levigo.jadice.server.shared.types
The StreamDescriptor describes the properties of a stream within jadice server.
StreamDescriptor(String) - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor
 
StreamDescriptor() - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor
Default constructor leaving everything uninitialized.
StreamDescriptor(StreamDescriptor) - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor
Create a new StreamDescriptor with the given parent.
StreamDescriptor(String, StreamDescriptor) - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor
Create a new StreamDescriptor with the given MIME-type and parent.
StreamDescriptor.ContextMap - Class in com.levigo.jadice.server.shared.types
 
StreamDescriptor.ContextMap(StreamDescriptor) - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
StreamDescriptor.PropertyMap - Class in com.levigo.jadice.server.shared.types
Simple extension of HashMap to accommodate for a more readable toString() output.
StreamDescriptor.PropertyMap() - Constructor for class com.levigo.jadice.server.shared.types.StreamDescriptor.PropertyMap
 
STREAMDESCRIPTOR_FILENAME - Static variable in class com.levigo.jadice.server.nodes.URLOutputNode
Pattern that will be replaced by the filename given in the StreamDescriptor.
StreamDescriptorMarshaller - Class in com.levigo.jadice.server.core.util
 
StreamInputNode - Class in com.levigo.jadice.server.nodes
A Node that takes InputStreams from the client side and makes them available on the server.
StreamInputNode() - Constructor for class com.levigo.jadice.server.nodes.StreamInputNode
 
StreamInputWorker - Class in com.levigo.jadice.server.nodes.worker
 
StreamInputWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.StreamInputWorker
 
StreamListener - Interface in com.levigo.jadice.server.nodes
A listener interface to be implemented by classes wishing to be notified about the availability of a new Stream.
StreamLogger - Class in com.levigo.jadice.server.core.util
 
StreamLogger(Logger, Level, InputStream) - Constructor for class com.levigo.jadice.server.core.util.StreamLogger
 
StreamOutputNode - Class in com.levigo.jadice.server.nodes
A Node for making the result Streams available on the client side.
StreamOutputNode() - Constructor for class com.levigo.jadice.server.nodes.StreamOutputNode
 
StreamOutputWorker - Class in com.levigo.jadice.server.nodes.worker
 
StreamOutputWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.StreamOutputWorker
 
StreamResolver - Interface in com.levigo.jadice.server.core
 
StreamResolverFactory - Interface in com.levigo.jadice.server.mail.worker
 
streams - Variable in class com.levigo.jadice.server.ws.JobConfiguration
Source streams to be processed.
streams - Variable in class com.levigo.jadice.server.ws.JobResult
Processed streams.
StreamScriptContext - Interface in com.levigo.jadice.server.nodes.worker
Scripts executed on a per stream basis (e.g.
StreamSizeLimit - Class in com.levigo.jadice.server
A Limit restricting the maximum size of Streams to which the limit applies.
StreamSizeLimit(long) - Constructor for class com.levigo.jadice.server.StreamSizeLimit
 
StreamTransportException - Exception in com.levigo.jadice.server.streamtransport
Indicates an error that happened on the transport of a Stream.
StreamTransportException() - Constructor for exception com.levigo.jadice.server.streamtransport.StreamTransportException
 
StreamTransportException(String, Throwable) - Constructor for exception com.levigo.jadice.server.streamtransport.StreamTransportException
 
StreamTransportException(String) - Constructor for exception com.levigo.jadice.server.streamtransport.StreamTransportException
 
StreamTransportException(Throwable) - Constructor for exception com.levigo.jadice.server.streamtransport.StreamTransportException
 
StreamTransportFactory - Interface in com.levigo.jadice.server.streamtransport
A StreamTransportFactory is responsible for the creation of stream transports to be used for client-server streaming communication.
StreamUtils - Class in com.levigo.jadice.server.core.util
Utility methods for handling Streams.
StreamWorker<T extends Node> - Class in com.levigo.jadice.server.core
A special kind of NodeWorker which performs its work on a single stream at a time only.
StreamWorker() - Constructor for class com.levigo.jadice.server.core.StreamWorker
 
streamWritten(StreamDescriptor, URL) - Method in interface com.levigo.jadice.server.nodes.URLOutputNode.StreamListener
This method will be called when the server has written a Stream
stripMessage(String) - Static method in class com.levigo.jadice.server.msoffice.Commands
 
style - Variable in class com.levigo.jadice.server.xml.plaintext.Section
 
StyleConfiguration - Class in com.levigo.jadice.server.msoffice.config
 
StyleConfiguration() - Constructor for class com.levigo.jadice.server.msoffice.config.StyleConfiguration
 
submit() - Method in class com.levigo.jadice.server.Job
Submit the job for execution at the server.
SubPipeline - Class in com.levigo.jadice.server.core
In oder to start a dynamic sub pipeline on server side during a running job this builder class can start some more nodes and workers on behalf of another node.
subPipelineCreated(Job, Node, Set<? extends Node>) - Method in interface com.levigo.jadice.server.JobListener
Receive notification that new Nodes were created in a sub-pipeline on behalf of another Node during job executing.
subPipelineCreated(Job, Node, Set<? extends Node>) - Method in class com.levigo.jadice.server.JobListenerAdapter
 
subPipelineCreated(Job, Node, Set<? extends Node>) - Method in class com.levigo.jadice.server.util.TraceListener
Causes a Log#info(Object)
SUPPORTED_PROTOCOLS - Static variable in class com.levigo.jadice.server.nodes.URLOutputNode
Protocols supported by this node.
SystemPropertySetter - Class in com.levigo.jadice.server.core.util
Class used in conjunction with the spring-based configuration in order to inject system properties from a spring XML configuration file.
SystemPropertySetter() - Constructor for class com.levigo.jadice.server.core.util.SystemPropertySetter
 

T

TarBuffer - Class in org.apache.tools.tar
The TarBuffer class implements the tar archive concept of a buffered input stream.
TarBuffer(InputStream) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarBuffer(InputStream, int) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarBuffer(InputStream, int, int) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarBuffer(OutputStream) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarBuffer(OutputStream, int) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarBuffer(OutputStream, int, int) - Constructor for class org.apache.tools.tar.TarBuffer
 
TarConstants - Interface in org.apache.tools.tar
This interface contains all the definitions used in the package.
TarEntry - Class in org.apache.tools.tar
This class represents an entry in a Tar archive.
TarEntry(String) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry with only a name.
TarEntry(String, byte) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry with a name an a link flag.
TarEntry(File) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry for a file.
TarEntry(byte[]) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry from an archive's header bytes.
Target - Class in com.levigo.jadice.server.nodes.worker.rules
 
Target() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.Target
 
TARGET_MIME_TYPE - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
TarInputStream - Class in org.apache.tools.tar
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class org.apache.tools.tar.TarInputStream
 
TarInputStream(InputStream, int) - Constructor for class org.apache.tools.tar.TarInputStream
 
TarInputStream(InputStream, int, int) - Constructor for class org.apache.tools.tar.TarInputStream
 
TarOutputStream - Class in org.apache.tools.tar
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class org.apache.tools.tar.TarOutputStream
 
TarOutputStream(OutputStream, int) - Constructor for class org.apache.tools.tar.TarOutputStream
 
TarOutputStream(OutputStream, int, int) - Constructor for class org.apache.tools.tar.TarOutputStream
 
TarUtils - Class in org.apache.tools.tar
This class provides static utility methods to work with byte streams.
TasklistUtil - Class in com.levigo.jadice.server.msoffice.processid
Utility class that finds all running processes with the given name by using microsoft's command line until "tasklist.exe".
TempFileReaper - Class in com.levigo.jadice.server.core.util.housekeeping
The TempFileReaper is responsible for the removal of temporary files left over by a job.
TempFileReaper() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
 
templateLocation - Variable in class com.levigo.jadice.server.ws.JobConfiguration
Location for template in URL format.
test(Class<? extends Limit>, long) - Method in class com.levigo.jadice.server.core.util.LimitSupport
Test if the Limits of the given type were hit.
ThreadPoolJobScheduler - Class in com.levigo.jadice.server.core
A default implementation of the JobScheduler interface which schedules and executes jobs using a ThreadPoolExecutor.
ThreadPoolJobScheduler() - Constructor for class com.levigo.jadice.server.core.ThreadPoolJobScheduler
 
ThreadReaper - Class in com.levigo.jadice.server.core.util.housekeeping
 
ThreadReaper() - Constructor for class com.levigo.jadice.server.core.util.housekeeping.ThreadReaper
 
TIFFMergeNode - Class in com.levigo.jadice.server.documentplatform
This node merges n single- or multi-page TIFF streams into a single multi-page TIFF stream.
TIFFMergeNode() - Constructor for class com.levigo.jadice.server.documentplatform.TIFFMergeNode
 
TIFFMergeWorker - Class in com.levigo.jadice.server.documentplatform
 
TIFFMergeWorker() - Constructor for class com.levigo.jadice.server.documentplatform.TIFFMergeWorker
 
TIFFOutputDevice - Class in com.levigo.jadice.server.ghostscript
An OutputDevice generating TIFF raster images.
TIFFOutputDevice() - Constructor for class com.levigo.jadice.server.ghostscript.TIFFOutputDevice
 
TIFFOutputDevice.TIFFType - Enum in com.levigo.jadice.server.ghostscript
This enum determines the type of TIFF that is generated.
TIFFSplitNode - Class in com.levigo.jadice.server.documentplatform
This node splits multi-page TIFFs into separate single-page TIFF streams.
TIFFSplitNode() - Constructor for class com.levigo.jadice.server.documentplatform.TIFFSplitNode
 
TIFFSplitWorker - Class in com.levigo.jadice.server.documentplatform
 
TIFFSplitWorker() - Constructor for class com.levigo.jadice.server.documentplatform.TIFFSplitWorker
 
TimeLimit - Class in com.levigo.jadice.server
A Limit restricting maximum running time of Jobs or Nodes to which it applies.
TimeLimit(long, TimeUnit) - Constructor for class com.levigo.jadice.server.TimeLimit
Create a new TimeLimit.
TimeRecorder - Class in com.levigo.jadice.server.core.util.monitoring
Utility class to record duration statistics.
TimeRecorder(int) - Constructor for class com.levigo.jadice.server.core.util.monitoring.TimeRecorder
Create a new statistic recorder
timeStamp - Variable in class com.levigo.jadice.server.ws.JobResult.Log
 
TMAGIC - Static variable in interface org.apache.tools.tar.TarConstants
The magic tag representing a POSIX tar archive.
TNEFNode - Class in com.levigo.jadice.server.javamail
This Node converts TNEF files (i.e.
TNEFNode() - Constructor for class com.levigo.jadice.server.javamail.TNEFNode
 
TNEFNode.InputFormat - Enum in com.levigo.jadice.server.javamail
Formats this node work handle
TNEFWorker - Class in com.levigo.jadice.server.javamail
 
TNEFWorker() - Constructor for class com.levigo.jadice.server.javamail.TNEFWorker
 
toAwtValue() - Method in class com.levigo.jadice.server.documentplatform.PageFormat
 
toAwtValue() - Method in class com.levigo.jadice.server.documentplatform.Paper
 
toByteArray(InputStream) - Static method in class com.levigo.jadice.server.mail.worker.AttachmentDirectoryFactory
 
toString() - Method in class com.levigo.jadice.server.core.NodeWorker
 
toString() - Method in class com.levigo.jadice.server.core.security.AbstractEnforcingRule
 
toString() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
toString() - Method in class com.levigo.jadice.server.core.util.monitoring.EfficiencyRecorder
 
toString() - Method in class com.levigo.jadice.server.Credentials
 
toString() - Method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.AutoRotate
 
toString() - Method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.DownsampleType
 
toString() - Method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.ProcessColorModel
 
toString() - Method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.Version
 
toString() - Method in class com.levigo.jadice.server.javamail.MailDateTime
 
toString() - Method in class com.levigo.jadice.server.jms.client.MimicryThrowable
 
toString() - Method in class com.levigo.jadice.server.Job
 
toString() - Method in class com.levigo.jadice.server.msoffice.PageRange
 
toString() - Method in class com.levigo.jadice.server.multivm.MVMInstance
 
toString() - Method in class com.levigo.jadice.server.NodeCountLimit
 
toString() - Method in class com.levigo.jadice.server.PageCountLimit
 
toString(Document) - Static method in class com.levigo.jadice.server.pdf.worker.PDFMetadataWorker
Writes a Document as a XML string.
toString() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.PropertyMap
 
toString() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor
 
toString() - Method in class com.levigo.jadice.server.StreamCountLimit
 
toString() - Method in class com.levigo.jadice.server.StreamSizeLimit
 
toString() - Method in class com.levigo.jadice.server.TimeLimit
 
trace(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
trace(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
trace(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
trace(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
TraceListener - Class in com.levigo.jadice.server.util
Implementation of a JobListener that will forward all incoming server messages to the client log (using levigo logging facade).
TraceListener() - Constructor for class com.levigo.jadice.server.util.TraceListener
Default Constr.
TraceListener(String) - Constructor for class com.levigo.jadice.server.util.TraceListener
Constructor that prefixes all log messages with the given name
TransformerLoggingForwarder - Class in com.levigo.jadice.server.core.util.logging
Forwards events from a ErrorListener to the WorkerController (i.e NodeWorker) and the Apache Commons Logging Framework.
TransformerLoggingForwarder(WorkerController<?>, MessageID) - Constructor for class com.levigo.jadice.server.core.util.logging.TransformerLoggingForwarder
 
traverse(Node, NodeVisitor<T>, boolean) - Static method in class com.levigo.jadice.server.util.NodeTraversal
Show the visitor around all nodes of the graph of which node is a part of.
traverse(Node, NodeVisitor<T>) - Static method in class com.levigo.jadice.server.util.NodeTraversal
Deprecated.
Specify explicitly if subsidiary nodes shall be visited or not
TypeMatch - Class in com.levigo.jadice.server.nodes.worker.rules
A match for a single mime-type.
TypeMatch() - Constructor for class com.levigo.jadice.server.nodes.worker.rules.TypeMatch
 

U

UIDLEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the user id field in a header buffer.
UNAMELEN - Static variable in interface org.apache.tools.tar.TarConstants
The length of the user name field in a header buffer.
underlyingWriter() - Method in class com.levigo.jadice.server.core.util.RemoveIllegalXmlCharsWriter
 
UnFlowFilter - Class in com.levigo.jadice.server.xml.filter
 
UnFlowFilter() - Constructor for class com.levigo.jadice.server.xml.filter.UnFlowFilter
 
UnGZIPNode - Class in com.levigo.jadice.server.archive
A Node uncompressed GZIP streams it encounters.
UnGZIPNode() - Constructor for class com.levigo.jadice.server.archive.UnGZIPNode
 
UnGZIPWorker - Class in com.levigo.jadice.server.archive.worker
Worker for the UnGZIPNode.
UnGZIPWorker() - Constructor for class com.levigo.jadice.server.archive.worker.UnGZIPWorker
 
UNKNOWN_MIME_TYPE - Static variable in class com.levigo.jadice.server.shared.types.StreamDescriptor
Constant used to indicate unknown MIME types.
unmarshal(String) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
unmarshal(File) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
unmarshal(InputStream) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
unmarshal(Reader) - Method in class com.levigo.jadice.server.core.util.StreamDescriptorMarshaller
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.levigo.jadice.server.ws.xstream.JobConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.levigo.jadice.server.ws.xstream.NodeConverter
 
unmarshall(String, Class<O>) - Method in interface com.levigo.jadice.server.jms.shared.marshalling.JmsMarshaller
 
UNMIMICED_PACKAGE_PREFIXES - Static variable in class com.levigo.jadice.server.jms.client.MimicryThrowable
A list of package prefixes for which no mimicry is performed through MimicryThrowable.mimic(Throwable) (all from java.*).
UnQuoteFilter - Class in com.levigo.jadice.server.xml.filter
 
UnQuoteFilter() - Constructor for class com.levigo.jadice.server.xml.filter.UnQuoteFilter
 
UnRARNode - Class in com.levigo.jadice.server.archive
A Node used to un-RAR the data contained in the input streams, i.e.
UnRARNode() - Constructor for class com.levigo.jadice.server.archive.UnRARNode
 
UnRARWorker - Class in com.levigo.jadice.server.archive.worker
Worker for the UnRARNode.
UnRARWorker() - Constructor for class com.levigo.jadice.server.archive.worker.UnRARWorker
 
UnRARWorker.InputStreamReadOnlyAccess - Class in com.levigo.jadice.server.archive.worker
Bridge used to provide the interface used by JunRAR.
UnRARWorker.InputStreamReadOnlyAccess(SeekableInputStream) - Constructor for class com.levigo.jadice.server.archive.worker.UnRARWorker.InputStreamReadOnlyAccess
 
unregister(ObjectName) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
unregister(SelfRegistering) - Method in class com.levigo.jadice.server.core.jmx.JMXContext
 
UnSevenZIPNode - Class in com.levigo.jadice.server.archive
This Node decompresses 7-Zip archive file contained in the input Streams.
UnSevenZIPNode() - Constructor for class com.levigo.jadice.server.archive.UnSevenZIPNode
 
UnSevenZIPWorker - Class in com.levigo.jadice.server.archive.worker
Worker for the UnSevenZIPNode.
UnSevenZIPWorker() - Constructor for class com.levigo.jadice.server.archive.worker.UnSevenZIPWorker
 
unstripMessage(String) - Static method in class com.levigo.jadice.server.msoffice.Commands
 
UnTARNode - Class in com.levigo.jadice.server.archive
A Node used to untar the data contained in the input streams, i.e.
UnTARNode() - Constructor for class com.levigo.jadice.server.archive.UnTARNode
 
UnTARWorker - Class in com.levigo.jadice.server.archive.worker
Worker for the UnTARNode.
UnTARWorker() - Constructor for class com.levigo.jadice.server.archive.worker.UnTARWorker
 
UnZIPNode - Class in com.levigo.jadice.server.archive
This Nodee unzips the data contained in the input Streams.
UnZIPNode() - Constructor for class com.levigo.jadice.server.archive.UnZIPNode
 
UnZIPWorker - Class in com.levigo.jadice.server.archive.worker
Worker for the UnZIPNode.
UnZIPWorker() - Constructor for class com.levigo.jadice.server.archive.worker.UnZIPWorker
 
updateObservingProcesses() - Method in class com.levigo.jadice.server.msoffice.MSOInstanceAssassin
 
URLInputNode - Class in com.levigo.jadice.server.nodes
A Node that requests the server to download files from the specified URL and pass them to a subsequent processing workflow.
URLInputNode() - Constructor for class com.levigo.jadice.server.nodes.URLInputNode
 
URLInputWorker - Class in com.levigo.jadice.server.nodes.worker
Opens an URL and store a StreamResolver for retrieving relative URLs
URLInputWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.URLInputWorker
 
URLOutputNode - Class in com.levigo.jadice.server.nodes
This Node writes out incoming streams the specified URL.
URLOutputNode() - Constructor for class com.levigo.jadice.server.nodes.URLOutputNode
 
URLOutputNode.StreamListener - Interface in com.levigo.jadice.server.nodes
This listener will be informed whenever a Stream has been successfully written on the server side.
URLOutputWorker - Class in com.levigo.jadice.server.nodes.worker
 
URLOutputWorker() - Constructor for class com.levigo.jadice.server.nodes.worker.URLOutputWorker
 
useNativeExport() - Method in class com.levigo.jadice.server.msoffice.config.ExportFilter
 
usePdfA() - Method in class com.levigo.jadice.server.msoffice.config.ExportFilter
 
username - Variable in class com.levigo.jadice.server.jms.shared.CredentialInjectionConnectionFactoryWrapper
 
UserNamePasswordHandler - Class in com.levigo.jadice.server.ws
A class to handle username and password for a webservice request.
UserNamePasswordHandler() - Constructor for class com.levigo.jadice.server.ws.UserNamePasswordHandler
 
Util - Class in com.levigo.jadice.server.util
Useful utility methods.
Utils - Class in com.levigo.jadice.server.ghostscript
 
uuid - Variable in class com.levigo.jadice.server.ws.Stream
 
UUIDGenerator - Class in com.levigo.jadice.server.util
A generator for UUIDs
UUIDGenerator.Mode - Enum in com.levigo.jadice.server.util
The mode how the the UUIDs shall be generated.

V

v7Format - Variable in class org.apache.tools.tar.TarInputStream
 
validate() - Method in class com.levigo.jadice.server.agent.email.imap.IMAPPickupConfiguration
 
validate() - Method in class com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
 
validate() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
Tests if all parameters are valid.
validateConfiguration() - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.documentplatform.StreamAnalysisNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.external.ExternalProcessCallNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.Job
Validate the job and node graph configuration.
validateConfiguration() - Method in class com.levigo.jadice.server.mail.MailBodyCreatorNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.msoffice.MSProjectNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.Node
 
validateConfiguration() - Method in class com.levigo.jadice.server.nodes.RouterNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.nodes.URLOutputNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.pdf.PDFDecryptNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.pdf.PDFRotationNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.xml.XSLFOFormatterNode
 
validateConfiguration() - Method in class com.levigo.jadice.server.xml.XSLTransformationNode
 
validatePeer(SocketAddress) - Method in interface com.levigo.jadice.server.agent.email.smtp.AgentContext
 
validatePeer(SocketAddress) - Method in class com.levigo.jadice.server.agent.email.smtp.SMTPAgent
 
value(String, String) - Method in class com.levigo.jadice.server.core.security.NodeSecurityExpressionRoot
 
value - Variable in class com.levigo.jadice.server.ws.Property
 
valueOf(String) - Static method in enum com.levigo.jadice.server.agent.email.DupeDetection.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.agent.email.MessageTransaction.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.core.ProcessingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.core.security.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.DocumentPrintNode.OutputReferenceBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.DocumentProcessor.ProcessingPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode.UnhandledFormatAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.Compression
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.FontRenderingMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.OutputMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.ResolutionMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.ZPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.documentplatform.ReshapeNode.OutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.BMPOutputDevice.BMPType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.FAXOutputDevice.FAXType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.OutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.PaperSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.JPEGOutputDevice.JPEGType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.AutoRotate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.DownsampleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.ProcessColorModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PNGOutputDevice.PNGType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.PNMOutputDevice.PNMType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ghostscript.TIFFOutputDevice.TIFFType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.html.HTMLRendererNode.PageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.javamail.TNEFNode.InputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.jms.shared.MessageInspector.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.Job.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Changes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.FormsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.InitialView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Magnification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.PageLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.PDFVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Printing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.ViewSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.Limit.WhenExceedAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.msoffice.MSProjectNode.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.msoffice.MSWordNode.WdOpenFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.Node.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.nodes.DynamicPipelineNode.UnhandledInputAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.nodes.RouterNode.RoutingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.nodes.SeparatorPageNode.SeparatorPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.pdf.PDFImageOptimizationNode.PageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.pdf.PDFRotationNode.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.shared.types.CommunicationSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.util.UUIDGenerator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ws.JobResult.Log.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.server.ws.JobResult.ResultStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.levigo.jadice.server.agent.email.DupeDetection.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.agent.email.MessageTransaction.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.core.execution.DefaultExecutionStrategyFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.core.ProcessingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.core.security.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.DocumentPrintNode.OutputReferenceBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.DocumentProcessor.ProcessingPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.JadiceDocumentInfoNode.UnhandledFormatAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.Compression
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.FontRenderingMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.OutputMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.JadiceToTiffNode.ResolutionMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.ZPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.documentplatform.ReshapeNode.OutputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.BMPOutputDevice.BMPType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.FAXOutputDevice.FAXType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.OutputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.PaperSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.JPEGOutputDevice.JPEGType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.AutoRotate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.DownsampleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.ProcessColorModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PDFOutputDevice.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PNGOutputDevice.PNGType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.PNMOutputDevice.PNMType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ghostscript.TIFFOutputDevice.TIFFType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.html.HTMLRendererNode.PageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.javamail.TNEFNode.InputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.jms.shared.MessageInspector.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.Job.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Changes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.FormsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.InitialView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Magnification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.PageLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.PDFVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.Printing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.libreoffice.server.PDFExportFormat.ViewSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.Limit.WhenExceedAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.msoffice.MSProjectNode.View
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.msoffice.MSWordNode.WdOpenFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.Node.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.nodes.DynamicPipelineNode.UnhandledInputAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.nodes.RouterNode.RoutingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.nodes.SeparatorPageNode.SeparatorPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.pdf.PDFCompositeNode.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.pdf.PDFImageOptimizationNode.PageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.pdf.PDFRotationNode.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.shared.types.CommunicationSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.levigo.jadice.server.shared.types.StreamDescriptor.ContextMap
 
values() - Static method in enum com.levigo.jadice.server.util.UUIDGenerator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ws.JobResult.Log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.server.ws.JobResult.ResultStatus
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Node) - Method in interface com.levigo.jadice.server.util.NodeVisitor
Called if the NodeTraversal consumed another Node of the node graph.
VMInstanceWatchog - Class in com.levigo.jadice.server.multivm
This class implements the instance-side of the MVM pool.
VMInstanceWatchog() - Constructor for class com.levigo.jadice.server.multivm.VMInstanceWatchog
 

W

waitForTermination() - Method in interface com.levigo.jadice.server.core.execution.ExecutionStrategy
This method blocks and waits for all workers to finish.
waitForTermination(long) - Method in class com.levigo.jadice.server.Job
waitForTermination(long, TimeUnit) - Method in class com.levigo.jadice.server.Job
Wait and block until the job terminated or the given amount of time has passed.
warn(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a warning to be ultimately propagated to JobListener.
warn(MessageID, Throwable, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a warning to be ultimately propagated to JobListener.
warn(MessageID, Object...) - Method in class com.levigo.jadice.server.core.NodeWorker
Emit a warning to be ultimately propagated to JobListener.
warn(String) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
warn(String, Throwable) - Method in class com.levigo.jadice.server.core.util.LoggerMultiplexer
 
warn(String) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
warn(String, Throwable) - Method in class com.levigo.jadice.server.core.util.logging.LogForwarder
 
warn(QualifiedLogEvent) - Method in class com.levigo.jadice.server.core.util.logging.QualifiedLogForwarder
 
warn(QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a warning to be ultimately propagated to JobListener.
warn(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a warning to be ultimately propagated to JobListener.
warn(MessageID, Object...) - Method in interface com.levigo.jadice.server.core.WorkerController
Emit a warning to be ultimately propagated to JobListener.
warn(String, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit a warning message into the log.
warn(String, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
Emit a warning message into the log.
warn(MessageID, Throwable, Object...) - Method in interface com.levigo.jadice.server.nodes.worker.StreamScriptContext
 
warning(NodeWorker<?>, QualifiedLogEvent) - Method in interface com.levigo.jadice.server.core.ServerJob
Propagate a warning, possibly pertaining to a particular node and worker.
warning(TransformerException) - Method in class com.levigo.jadice.server.core.util.logging.TransformerLoggingForwarder
 
WARNING - Static variable in class com.levigo.jadice.server.msoffice.Commands
 
warningOccurred(Job, Node, String, String, Throwable) - Method in interface com.levigo.jadice.server.JobListener
Receive notification about a warning during job execution.
warningOccurred(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.JobListenerAdapter
 
warningOccurred(Job, Node, String, String, Throwable) - Method in class com.levigo.jadice.server.util.TraceListener
Causes a Log#warn(Object, Throwable).
width - Variable in enum com.levigo.jadice.server.ghostscript.GhostscriptNode.PaperSize
 
work(Stream) - Method in class com.levigo.jadice.server.archive.worker.UnGZIPWorker
 
work(Stream) - Method in class com.levigo.jadice.server.archive.worker.UnRARWorker
 
work(Stream) - Method in class com.levigo.jadice.server.archive.worker.UnSevenZIPWorker
 
work(Stream) - Method in class com.levigo.jadice.server.archive.worker.UnTARWorker
 
work(Stream) - Method in class com.levigo.jadice.server.archive.worker.UnZIPWorker
 
work() - Method in class com.levigo.jadice.server.archive.worker.ZIPWorker
 
work() - Method in class com.levigo.jadice.server.core.NodeWorker
Implement this method to let the node perform some useful work.
work() - Method in class com.levigo.jadice.server.core.StreamWorker
 
work(Stream) - Method in class com.levigo.jadice.server.core.StreamWorker
Implement this method in order to work on a single stream.
work(Stream) - Method in class com.levigo.jadice.server.documentplatform.DocumentPrintWorker
 
work(Stream) - Method in class com.levigo.jadice.server.documentplatform.JadiceDocumentInfoWorker
 
work() - Method in class com.levigo.jadice.server.documentplatform.JadiceToTiffWorker
Deprecated.
 
work() - Method in class com.levigo.jadice.server.documentplatform.ReshapeWorker
 
work(Stream) - Method in class com.levigo.jadice.server.documentplatform.StreamAnalysisWorker
 
work() - Method in class com.levigo.jadice.server.documentplatform.TIFFMergeWorker
 
work(Stream) - Method in class com.levigo.jadice.server.documentplatform.TIFFSplitWorker
 
work() - Method in class com.levigo.jadice.server.external.ExternalProcessCallWorker
 
work() - Method in class com.levigo.jadice.server.ghostscript.worker.GhostscriptWorker
 
work(Stream) - Method in class com.levigo.jadice.server.html.worker.CobraHTMLRendererWorker
 
work(Stream) - Method in class com.levigo.jadice.server.html.worker.HTML2TextWorker
 
work() - Method in class com.levigo.jadice.server.javamail.JavamailInputWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MessageRFC822Worker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartAlternativeWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartAppleDoubleWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartEncryptedWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartMixedWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartRelatedWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.MultipartSignedWorker
 
work(Stream) - Method in class com.levigo.jadice.server.javamail.TNEFWorker
 
work(Stream) - Method in class com.levigo.jadice.server.libreoffice.server.LibreOfficeConversionWorker
 
work(Stream) - Method in class com.levigo.jadice.server.libreoffice.server.OLEExtractorWorker
 
work() - Method in class com.levigo.jadice.server.mail.worker.MailBodyCreatorWorker
 
work(Stream) - Method in class com.levigo.jadice.server.misc.DummyWorker
 
work(Stream) - Method in class com.levigo.jadice.server.misc.NullWorker
 
work(Stream) - Method in class com.levigo.jadice.server.msoffice.AbstractMSWorker
 
work(File) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
work(File, String) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
work(File, String, Map<String, String>) - Method in class com.levigo.jadice.server.msoffice.CommandSender
 
work() - Method in class com.levigo.jadice.server.nodes.worker.DemultiplexerWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.DynamicPipelineWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.JadiceServerInfoWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.MultiplexerWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.RouterWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.ScriptWorker
 
work(Stream) - Method in class com.levigo.jadice.server.nodes.worker.SeparatorPageWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.StreamInputWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.StreamOutputWorker
 
work() - Method in class com.levigo.jadice.server.nodes.worker.URLInputWorker
 
work(Stream) - Method in class com.levigo.jadice.server.nodes.worker.URLOutputWorker
 
work(Stream) - Method in class com.levigo.jadice.server.notification.NotificationWorker
 
work() - Method in class com.levigo.jadice.server.pdf.worker.EmbedAttachmentsWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFAnnotationRemoverWorker
 
work() - Method in class com.levigo.jadice.server.pdf.worker.PDFCompositeWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFDecryptWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFImageOptimizationWorker
 
work() - Method in class com.levigo.jadice.server.pdf.worker.PDFMergeWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFMetadataWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFRotationWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PDFSplitWorker
 
work(Stream) - Method in class com.levigo.jadice.server.pdf.worker.PortableCollectionDisassemblingWorker
 
work(Stream) - Method in class com.levigo.jadice.server.xml.PlaintextToXMLWorker
 
work(Stream) - Method in class com.levigo.jadice.server.xml.XSLFOFormatterWorker
 
work(Stream) - Method in class com.levigo.jadice.server.xml.XSLTransformationWorker
 
WorkerController<N extends Node> - Interface in com.levigo.jadice.server.core
Using this interface, Workers can hand over some control over their execution to other classes.
wrappedExceptionOf(Throwable, CommandReceiver) - Static method in exception com.levigo.jadice.server.msoffice.MSOfficeStartupException
 
wrapSeekable(InputStream) - Static method in class com.levigo.jadice.server.util.Util
Wraps a given InputStream into a seekable input stream (i.e.
write(int) - Method in class com.levigo.jadice.server.util.DynamicPipe
 
write(byte[], int, int) - Method in class com.levigo.jadice.server.util.DynamicPipe
 
write(int) - Method in class org.apache.tools.tar.TarOutputStream
Writes a byte to the current tar archive entry.
write(byte[]) - Method in class org.apache.tools.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.tools.tar.TarOutputStream
Writes bytes to the current tar archive entry.
writeEntryHeader(byte[]) - Method in class org.apache.tools.tar.TarEntry
Write an entry's header information to a header buffer.
writeProperty(Node, String, Object) - Method in class com.levigo.jadice.server.ws.xstream.NodeProvider
 
writeRecord(byte[]) - Method in class org.apache.tools.tar.TarBuffer
Write an archive record to the archive.
writeRecord(byte[], int) - Method in class org.apache.tools.tar.TarBuffer
Write an archive record to the archive, where the record may be inside of a larger array buffer.

X

XmlTemplate2JobConfigurator - Class in com.levigo.jadice.server.ws.cfg
 
XmlTemplate2JobConfigurator() - Constructor for class com.levigo.jadice.server.ws.cfg.XmlTemplate2JobConfigurator
 
XSLFOFormatterNode - Class in com.levigo.jadice.server.xml
A Node that uses a XSL-FO processor (Apache FOP) to render an XML input stream.
XSLFOFormatterNode() - Constructor for class com.levigo.jadice.server.xml.XSLFOFormatterNode
 
XSLFOFormatterWorker - Class in com.levigo.jadice.server.xml
 
XSLFOFormatterWorker() - Constructor for class com.levigo.jadice.server.xml.XSLFOFormatterWorker
 
XSLTransformationNode - Class in com.levigo.jadice.server.xml
A Node that performs an XSL transformation (XML to XML) with any incoming Stream.
XSLTransformationNode() - Constructor for class com.levigo.jadice.server.xml.XSLTransformationNode
 
XSLTransformationWorker - Class in com.levigo.jadice.server.xml
 
XSLTransformationWorker() - Constructor for class com.levigo.jadice.server.xml.XSLTransformationWorker
 
XSLTransformerPool - Class in com.levigo.jadice.server.xml
 
XSLTransformerPool() - Constructor for class com.levigo.jadice.server.xml.XSLTransformerPool
 
XSLTransformerPool(int, long, int) - Constructor for class com.levigo.jadice.server.xml.XSLTransformerPool
 
XStreamFactory - Class in com.levigo.jadice.server.ws.xstream
 

Z

ZIPNode - Class in com.levigo.jadice.server.archive
A node used to package all incoming stream bundles into a ZIP archive.
ZIPNode() - Constructor for class com.levigo.jadice.server.archive.ZIPNode
 
ZIPWorker - Class in com.levigo.jadice.server.archive.worker
 
ZIPWorker() - Constructor for class com.levigo.jadice.server.archive.worker.ZIPWorker
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

Copyright © 2017 levigo holding gmbh. All rights reserved.