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 booleanStreamWorker. accept(StreamDescriptor descriptor)Check whether to accept a stream (and work on it) based on its descriptor.OutputStreamBufferedStreamBundle. addStream(StreamDescriptor type)protected booleanStreamWorker. 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 StreamDescriptorStreamDescriptorMarshaller. unmarshal(File file)StreamDescriptorStreamDescriptorMarshaller. unmarshal(InputStream is)StreamDescriptorStreamDescriptorMarshaller. unmarshal(Reader reader)StreamDescriptorStreamDescriptorMarshaller. unmarshal(String xml)Methods in com.levigo.jadice.server.core.util with parameters of type StreamDescriptor Modifier and Type Method Description static StringStreamUtils. createSanitizedFilename(StreamDescriptor descriptor, String fallbackFilename)Utility method for retrieving a sanitized filename out of the data provided in the stream descriptor.StringStreamDescriptorMarshaller. marshal(StreamDescriptor sd)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, File f)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, File f, boolean prettyPrint)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, OutputStream os)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, OutputStream os, boolean prettyPrint)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, Writer w)voidStreamDescriptorMarshaller. marshal(StreamDescriptor sd, Writer w, boolean prettyPrint)voidStreamDescriptorMarshaller. 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 voidStreamDescriptorMarshaller. 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 StreamDescriptorReshapeReadListener.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 FileOutputStreamGhostscript. 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 voidHtmlProcessingUtil. 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 BundledStreamTNEFWorker. addRTFBodyToOutputBundle(StreamDescriptor sdParent, String rtfBody)protected voidTNEFWorker. 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 StreamDescriptorMailBodyCreatorNode. getHeaderInformation()StreamDescriptorAttachmentDirectory. getStreamDescriptor()Methods in com.levigo.jadice.server.mail with parameters of type StreamDescriptor Modifier and Type Method Description voidMailBodyCreatorNode. setHeaderInformation(StreamDescriptor headerInformation)Set a specialStreamDescriptorif 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 voidAttachmentDirectory. addHierarchy(Stack<StreamDescriptor> stack, int pageIndex)Add another hierarchy of "files containing files" into thisAttachmentDirectoryhere.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 StreamDescriptorAttachmentDirectoryFactory. getAttachmentDescriptor(StreamDescriptor sd)Find theStreamDescriptorthat 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 intAttachmentDirectoryFactory. createAttachment(StreamDescriptor sd, StreamDescriptor rootDescriptor, int nmbPages, int pageOffset, AttachmentDirectory rootDirectory)Insert aStreamDescriptorinto the given attachment directory that represents the root of the mailstatic AttachmentDirectoryAttachmentDirectoryFactory. createAttachmentDirectory(StreamDescriptor rootDescriptor, List<Stream> streams, QualifiedLogEventReceiver controller)Create anAttachmentDirectorythat characterizes the given attachments.StreamAttachmentCoverCreator. createCover(StreamDescriptor separatorInformation)Create a single cover page for a givenStreamDescriptor.protected static BundledStreamAttachmentDirectoryFactory. createStream(com.levigo.jadice.document.io.SeekableInputStream sis, StreamDescriptor sd)StreamResolverDefaultStreamResolverFactory. createStreamResolverForStreamDescriptor(StreamDescriptor descriptor)StreamResolverStreamResolverFactory. createStreamResolverForStreamDescriptor(StreamDescriptor descriptor)protected static StreamDescriptorAttachmentDirectoryFactory. getAttachmentDescriptor(StreamDescriptor sd)Find theStreamDescriptorthat 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 StreamMailRTFBodyConverter. 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 StreamDescriptorMailBodyCreationContext. 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.CoverPDFDocWithFopContextMailBodyConverterUtil. 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 StreamMailBodyConverterUtil. createXmlHeader(StreamDescriptor descriptor)Extract the mail header information (FROM, TO, subject, ...) from aStreamDescriptor.static com.levigo.jadice.server.mail.worker.internal.CoverPDFDocWithFopContextMailBodyConverterUtil. 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 StreamDescriptorAbstractMSWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSExcelWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSOutlookWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSPowerpointWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSProjectWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSVisioWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSWordWorker. createDescriptor(File result, StreamDescriptor parent)Methods in com.levigo.jadice.server.msoffice with parameters of type StreamDescriptor Modifier and Type Method Description protected abstract StreamDescriptorAbstractMSWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSExcelWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSOutlookWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSPowerpointWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSProjectWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSVisioWorker. createDescriptor(File result, StreamDescriptor parent)protected StreamDescriptorMSWordWorker. createDescriptor(File result, StreamDescriptor parent)protected booleanAbstractMSWorker. shallForwardStream(StreamDescriptor parentDescriptor, File file)protected booleanMSOutlookWorker. 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 voidStreamInputNode. addStream(InputStream is, StreamDescriptor sd)Transmit anInputStreamand meta data about it to the server.OutputStreamStreamInputNode. createOutputStream(StreamDescriptor sd)Creates anOutputStream.URLURLOutputNode. generateEffectiveURL(StreamDescriptor sd, String seqNumber)Creates an URL for aStreamto write as specified in this node and replaces all patterns.voidURLOutputNode.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 OutputStreamStreamScriptContext. loopback(StreamDescriptor type)voidStreamScriptContext. loopback(InputStream is, StreamDescriptor type)Loop back the given stream (described by the given stream descriptor) into the current node.OutputStreamStreamScriptContext. output(StreamDescriptor type)Create anOutputStreamdescribed by the given stream descriptor which feeds into down-stream nodes.voidStreamScriptContext. 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 voidNotificationNode.NotificationListener. notificationReceived(StreamDescriptor streamDescriptor)Called when aStreampasses 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 StreamDescriptorFileService. buildStreamDescriptor(org.apache.cxf.jaxrs.ext.multipart.Attachment att)Build aStreamDescriptorthat 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 StreamDescriptorBundledStream. getDescriptor()StreamDescriptorStream. getDescriptor()Get the associatedStreamDescriptor.StreamDescriptorStreamDescriptor. getParent()Methods in com.levigo.jadice.server.shared.types with parameters of type StreamDescriptor Modifier and Type Method Description OutputStreamStreamBundle. addStream(StreamDescriptor type)Convenience method: add aDynamicPipefor the givenStreamDescriptor, and return as theOutputStreamthe write end of the pipe.voidStreamBundle. addStream(InputStream stream, StreamDescriptor type)Convenience method: add the givenInputStreamalong with itsStreamDescriptorby wrapping it in aBundledStream.intStreamDescriptor. compareTo(StreamDescriptor sdx)voidStreamDescriptor. 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 intUtil. determineFileName(Stream vcfStream, int partNumber, int parts, StreamDescriptor streamDescriptor)
-