Uses of Class
com.levigo.jadice.server.shared.types.StreamDescriptor
-
Packages that use StreamDescriptor Package Description com.levigo.jadice.server.core com.levigo.jadice.server.core.util com.levigo.jadice.server.documentplatform com.levigo.jadice.server.ghostscript.worker 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 HTTPcom.levigo.jadice.server.html2fop.internal.process com.levigo.jadice.server.javamail com.levigo.jadice.server.mail com.levigo.jadice.server.mail.worker com.levigo.jadice.server.mail.worker.internal.converter com.levigo.jadice.server.mail.worker.internal.util com.levigo.jadice.server.msoffice com.levigo.jadice.server.nodes com.levigo.jadice.server.nodes.worker com.levigo.jadice.server.notification com.levigo.jadice.server.rest com.levigo.jadice.server.shared.types com.levigo.jadice.server.vcf -
-
Uses of StreamDescriptor in com.levigo.jadice.server.core
Methods in com.levigo.jadice.server.core with parameters of type StreamDescriptor Modifier and Type Method Description protected boolean
StreamWorker. accept(StreamDescriptor descriptor)
Check whether to accept a stream (and work on it) based on its descriptor.OutputStream
BufferedStreamBundle. addStream(StreamDescriptor type)
protected boolean
StreamWorker. reject(StreamDescriptor descriptor)
Check whether to reject a stream based on its descriptor. -
Uses of StreamDescriptor in com.levigo.jadice.server.core.util
Methods in com.levigo.jadice.server.core.util that return StreamDescriptor Modifier and Type Method Description StreamDescriptor
StreamDescriptorMarshaller. unmarshal(File file)
StreamDescriptor
StreamDescriptorMarshaller. unmarshal(InputStream is)
StreamDescriptor
StreamDescriptorMarshaller. unmarshal(Reader reader)
StreamDescriptor
StreamDescriptorMarshaller. unmarshal(String xml)
Methods in com.levigo.jadice.server.core.util with parameters of type StreamDescriptor Modifier and Type Method Description static String
StreamUtils. createSanitizedFilename(StreamDescriptor descriptor, String fallbackFilename)
Utility method for retrieving a sanitized filename out of the data provided in the stream descriptor.String
StreamDescriptorMarshaller. marshal(StreamDescriptor sd)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, File f)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, File f, boolean prettyPrint)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, OutputStream os)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, OutputStream os, boolean prettyPrint)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, Writer w)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, Writer w, boolean prettyPrint)
void
StreamDescriptorMarshaller. marshal(StreamDescriptor sd, XMLStreamWriter xsw)
Method parameters in com.levigo.jadice.server.core.util with type arguments of type StreamDescriptor Modifier and Type Method Description void
StreamDescriptorMarshaller. marshal(List<StreamDescriptor> descriptors, OutputStream os)
-
Uses of StreamDescriptor in com.levigo.jadice.server.documentplatform
Methods in com.levigo.jadice.server.documentplatform that return StreamDescriptor Modifier and Type Method Description StreamDescriptor
ReshapeReadListener.EventContext. getStreamDescriptor()
Constructors in com.levigo.jadice.server.documentplatform with parameters of type StreamDescriptor Constructor Description EventContext(com.levigo.jadice.document.read.ReaderListener.ReaderEvent readerEvent, StreamDescriptor streamDescriptor)
ReshapeReadListenerBridge(List<ReshapeReadListener> listeners, StreamDescriptor streamDescriptor)
-
Uses of StreamDescriptor in com.levigo.jadice.server.ghostscript.worker
Methods in com.levigo.jadice.server.ghostscript.worker with parameters of type StreamDescriptor Modifier and Type Method Description FileOutputStream
Ghostscript. getInputSpool(StreamDescriptor sourceDescriptor)
-
Uses of StreamDescriptor in com.levigo.jadice.server.html.worker.request
Constructors in com.levigo.jadice.server.html.worker.request with parameters of type StreamDescriptor Constructor Description HierarchyResolver(StreamDescriptor sd)
-
Uses of StreamDescriptor in com.levigo.jadice.server.html2fop.internal.process
Methods in com.levigo.jadice.server.html2fop.internal.process with parameters of type StreamDescriptor Modifier and Type Method Description static void
HtmlProcessingUtil. replaceImageWithPlaceholder(org.w3c.dom.html2.HTMLImageElement element, StreamDescriptor descriptor)
Replaces an image element that has a valid src attribute with a placeholder element. -
Uses of StreamDescriptor in com.levigo.jadice.server.javamail
Methods in com.levigo.jadice.server.javamail with parameters of type StreamDescriptor Modifier and Type Method Description protected BundledStream
TNEFWorker. addRTFBodyToOutputBundle(StreamDescriptor sdParent, String rtfBody)
protected void
TNEFWorker. extractBodyViaPOI(StreamDescriptor sdParent, com.levigo.jadice.document.io.UncloseableSeekableInputStream uncloseableSeekableInputStream)
-
Uses of StreamDescriptor in com.levigo.jadice.server.mail
Methods in com.levigo.jadice.server.mail that return StreamDescriptor Modifier and Type Method Description StreamDescriptor
MailBodyCreatorNode. getHeaderInformation()
StreamDescriptor
AttachmentDirectory. getStreamDescriptor()
Methods in com.levigo.jadice.server.mail with parameters of type StreamDescriptor Modifier and Type Method Description void
MailBodyCreatorNode. setHeaderInformation(StreamDescriptor headerInformation)
Set a specialStreamDescriptor
if this one contains the header information that shall be rendered within the mail.Method parameters in com.levigo.jadice.server.mail with type arguments of type StreamDescriptor Modifier and Type Method Description void
AttachmentDirectory. addHierarchy(Stack<StreamDescriptor> stack, int pageIndex)
Add another hierarchy of "files containing files" into thisAttachmentDirectory
here.Constructors in com.levigo.jadice.server.mail with parameters of type StreamDescriptor Constructor Description AttachmentDirectory(StreamDescriptor descriptor, int pageIndex)
Constructor for a file or a file container (e.g. -
Uses of StreamDescriptor in com.levigo.jadice.server.mail.worker
Methods in com.levigo.jadice.server.mail.worker that return StreamDescriptor Modifier and Type Method Description protected static StreamDescriptor
AttachmentDirectoryFactory. getAttachmentDescriptor(StreamDescriptor sd)
Find theStreamDescriptor
that contains the attachment information for the given Stream (identified by the givenStreamDescriptor
).Methods in com.levigo.jadice.server.mail.worker with parameters of type StreamDescriptor Modifier and Type Method Description protected static int
AttachmentDirectoryFactory. createAttachment(StreamDescriptor sd, StreamDescriptor rootDescriptor, int nmbPages, int pageOffset, AttachmentDirectory rootDirectory)
Insert aStreamDescriptor
into the given attachment directory that represents the root of the mailstatic AttachmentDirectory
AttachmentDirectoryFactory. createAttachmentDirectory(StreamDescriptor rootDescriptor, List<Stream> streams, QualifiedLogEventReceiver controller)
Create anAttachmentDirectory
that characterizes the given attachments.Stream
AttachmentCoverCreator. createCover(StreamDescriptor separatorInformation)
Create a single cover page for a givenStreamDescriptor
.protected static BundledStream
AttachmentDirectoryFactory. createStream(com.levigo.jadice.document.io.SeekableInputStream sis, StreamDescriptor sd)
StreamResolver
DefaultStreamResolverFactory. createStreamResolverForStreamDescriptor(StreamDescriptor descriptor)
StreamResolver
StreamResolverFactory. createStreamResolverForStreamDescriptor(StreamDescriptor descriptor)
protected static StreamDescriptor
AttachmentDirectoryFactory. getAttachmentDescriptor(StreamDescriptor sd)
Find theStreamDescriptor
that contains the attachment information for the given Stream (identified by the givenStreamDescriptor
). -
Uses of StreamDescriptor in com.levigo.jadice.server.mail.worker.internal.converter
Methods in com.levigo.jadice.server.mail.worker.internal.converter with parameters of type StreamDescriptor Modifier and Type Method Description Stream
MailRTFBodyConverter. convertRTFStreamToPDF(StreamDescriptor rtfStreamDescriptor, StreamDescriptor headerInfo, InputStream rtfStreamWithOffset)
Constructors in com.levigo.jadice.server.mail.worker.internal.converter with parameters of type StreamDescriptor Constructor Description MailPlainTextBodyConverter(NodeWorker worker, QualifiedLogEventReceiver qualifiedLogEventReceiver, URI styleSheet, String language, boolean hasAttachments, AttachmentDirectory attachmentDirectory, LimitSupport limitSupport, Stream plainTextStream, StreamDescriptor headerInfo, int assumedAttachmentOffset)
-
Uses of StreamDescriptor in com.levigo.jadice.server.mail.worker.internal.util
Methods in com.levigo.jadice.server.mail.worker.internal.util that return StreamDescriptor Modifier and Type Method Description StreamDescriptor
MailBodyCreationContext. getHeaderInfo()
Methods in com.levigo.jadice.server.mail.worker.internal.util with parameters of type StreamDescriptor Modifier and Type Method Description protected static com.levigo.jadice.server.mail.worker.internal.CoverPDFDocWithFopContext
MailBodyConverterUtil. createPlainCoverWithPageMetadata(OutputStream os, int pageOffset, StreamDescriptor headerInfo, MailBodyCreationContext mailBodyCreationContext)
Create a plain cover for the given header information and also return the pdf document's fop context.static Stream
MailBodyConverterUtil. createXmlHeader(StreamDescriptor descriptor)
Extract the mail header information (FROM, TO, subject, ...) from aStreamDescriptor
.static com.levigo.jadice.server.mail.worker.internal.CoverPDFDocWithFopContext
MailBodyConverterUtil. generateMailMetaCoverPageDoc(int attachmentOffset, StreamDescriptor headerInfo, MailBodyCreationContext mailBodyCreationContext)
Constructors in com.levigo.jadice.server.mail.worker.internal.util with parameters of type StreamDescriptor Constructor Description MailBodyCreationContext(NodeWorker worker, QualifiedLogEventReceiver qualifiedLogEventReceiver, StreamDescriptor headerInfo, int assumedAttachmentOffset, MailBodyCreatorNode node, String language, boolean hasAttachments, AttachmentDirectory attachmentDirectory)
-
Uses of StreamDescriptor in com.levigo.jadice.server.msoffice
Methods in com.levigo.jadice.server.msoffice that return StreamDescriptor Modifier and Type Method Description protected abstract StreamDescriptor
AbstractMSWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSExcelWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSOutlookWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSPowerpointWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSProjectWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSVisioWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSWordWorker. createDescriptor(File result, StreamDescriptor parent)
Methods in com.levigo.jadice.server.msoffice with parameters of type StreamDescriptor Modifier and Type Method Description protected abstract StreamDescriptor
AbstractMSWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSExcelWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSOutlookWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSPowerpointWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSProjectWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSVisioWorker. createDescriptor(File result, StreamDescriptor parent)
protected StreamDescriptor
MSWordWorker. createDescriptor(File result, StreamDescriptor parent)
protected boolean
AbstractMSWorker. shallForwardStream(StreamDescriptor parentDescriptor, File file)
protected boolean
MSOutlookWorker. shallForwardStream(StreamDescriptor parentDescriptor, File file)
-
Uses of StreamDescriptor in com.levigo.jadice.server.nodes
Methods in com.levigo.jadice.server.nodes with parameters of type StreamDescriptor Modifier and Type Method Description void
StreamInputNode. addStream(InputStream is, StreamDescriptor sd)
Transmit anInputStream
and meta data about it to the server.OutputStream
StreamInputNode. createOutputStream(StreamDescriptor sd)
Creates anOutputStream
.URL
URLOutputNode. generateEffectiveURL(StreamDescriptor sd, String seqNumber)
Creates an URL for aStream
to write as specified in this node and replaces all patterns.void
URLOutputNode.StreamListener. streamWritten(StreamDescriptor descriptor, URL location)
This method will be called when the server has written aStream
-
Uses of StreamDescriptor in com.levigo.jadice.server.nodes.worker
Methods in com.levigo.jadice.server.nodes.worker with parameters of type StreamDescriptor Modifier and Type Method Description OutputStream
StreamScriptContext. loopback(StreamDescriptor type)
void
StreamScriptContext. loopback(InputStream is, StreamDescriptor type)
Loop back the given stream (described by the given stream descriptor) into the current node.OutputStream
StreamScriptContext. output(StreamDescriptor type)
Create anOutputStream
described by the given stream descriptor which feeds into down-stream nodes.void
StreamScriptContext. output(InputStream is, StreamDescriptor type)
Output the given stream (described by the given stream descriptor) to down-stream nodes. -
Uses of StreamDescriptor in com.levigo.jadice.server.notification
Methods in com.levigo.jadice.server.notification with parameters of type StreamDescriptor Modifier and Type Method Description void
NotificationNode.NotificationListener. notificationReceived(StreamDescriptor streamDescriptor)
Called when aStream
passes this node. -
Uses of StreamDescriptor in com.levigo.jadice.server.rest
Methods in com.levigo.jadice.server.rest that return StreamDescriptor Modifier and Type Method Description protected StreamDescriptor
FileService. buildStreamDescriptor(org.apache.cxf.jaxrs.ext.multipart.Attachment att)
Build aStreamDescriptor
that contains the filename, MIME type and description based on theAttachment
's header fields. -
Uses of StreamDescriptor in com.levigo.jadice.server.shared.types
Methods in com.levigo.jadice.server.shared.types that return StreamDescriptor Modifier and Type Method Description StreamDescriptor
BundledStream. getDescriptor()
StreamDescriptor
Stream. getDescriptor()
Get the associatedStreamDescriptor
.StreamDescriptor
StreamDescriptor. getParent()
Methods in com.levigo.jadice.server.shared.types with parameters of type StreamDescriptor Modifier and Type Method Description OutputStream
StreamBundle. addStream(StreamDescriptor type)
Convenience method: add aDynamicPipe
for the givenStreamDescriptor
, and return as theOutputStream
the write end of the pipe.void
StreamBundle. addStream(InputStream stream, StreamDescriptor type)
Convenience method: add the givenInputStream
along with itsStreamDescriptor
by wrapping it in aBundledStream
.int
StreamDescriptor. compareTo(StreamDescriptor sdx)
void
StreamDescriptor. setParent(StreamDescriptor parent)
Constructors in com.levigo.jadice.server.shared.types with parameters of type StreamDescriptor Constructor Description BundledStream(InputStream stream, StreamDescriptor type)
Constructor.ContextMap(StreamDescriptor sd)
StreamDescriptor(StreamDescriptor parent)
Create a new StreamDescriptor with the given parent.StreamDescriptor(String mimeType, StreamDescriptor parent)
Create a new StreamDescriptor with the given MIME-type and parent. -
Uses of StreamDescriptor in com.levigo.jadice.server.vcf
Methods in com.levigo.jadice.server.vcf with parameters of type StreamDescriptor Modifier and Type Method Description protected static int
Util. determineFileName(Stream vcfStream, int partNumber, int parts, StreamDescriptor streamDescriptor)
-