Uses of Class
com.aquima.interactions.composer.OutputFormat
Packages that use OutputFormat
Package
Description
-
Uses of OutputFormat in com.aquima.interactions.composer
Fields in com.aquima.interactions.composer declared as OutputFormatModifier and TypeFieldDescriptionstatic final OutputFormat
OutputFormat.AFP
This member defines the Advanced Function Presentation (AFP) output format.static final OutputFormat
OutputFormat.AWT
This member defines the AWT output format.static final OutputFormat
OutputFormat.CSV
This member defines the Comma-separated values (CSV) output format.static final OutputFormat
OutputFormat.HTML
This member defines the Hyper Text Markup Language (HTML) output format.static final OutputFormat
OutputFormat.PCL
This member defines the Printer Control Language (PCL) output format.static final OutputFormat
OutputFormat.PDF
This member defines the portable document format (PDF) output format.static final OutputFormat
OutputFormat.PNG
This member defines the Portable Network Graphics (PNG) output format.static final OutputFormat
OutputFormat.PS
This member defines the postscript (PS) output format.static final OutputFormat
OutputFormat.RTF
This member defines the Rich Text Format (RTF) output format.static final OutputFormat
OutputFormat.TIFF
This member defines the Tagged Image File Format (TIFF) output format.static final OutputFormat
OutputFormat.TXT
This member defines the plain text (TXT) output format.static final OutputFormat
OutputFormat.XML
This member defines the Extensible Markup Language (XML) output format.Methods in com.aquima.interactions.composer that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormat
This method returns one of the known output formats for the specified name. -
Uses of OutputFormat in com.aquima.interactions.composer.exception
Methods in com.aquima.interactions.composer.exception that return OutputFormatModifier and TypeMethodDescriptionUnsupportedOutputFormatException.getOutputFormat()
This method returns the output format that was not supported by the document engine.Constructors in com.aquima.interactions.composer.exception with parameters of type OutputFormatModifierConstructorDescriptionUnsupportedOutputFormatException
(String documentName, OutputFormat format) Constructs the exception with the name of the document that should be generated and the output format that was not supported. -
Uses of OutputFormat in com.aquima.interactions.framework.documents
Methods in com.aquima.interactions.framework.documents that return OutputFormatModifier and TypeMethodDescriptionNoOpRendererFactory.getOutputFormats()
RendererFactory.getOutputFormats()
Methods in com.aquima.interactions.framework.documents with parameters of type OutputFormatModifier and TypeMethodDescriptionNoOpRendererFactory.getRenderer
(IResourceManager manager, String documentName, OutputFormat[] formats) RendererFactory.getRenderer
(IResourceManager manager, String documentName, OutputFormat[] formats) -
Uses of OutputFormat in com.aquima.interactions.framework.handler.document
Methods in com.aquima.interactions.framework.handler.document that return OutputFormat -
Uses of OutputFormat in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return OutputFormatModifier and TypeMethodDescriptionIDocumentEngine.getSupportedFormats()
This method returns all the output formats that are supported by the current document engine.Methods in com.aquima.interactions.portal with parameters of type OutputFormatModifier and TypeMethodDescriptionIDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) Compose and render a specific document to a binary document.IDocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] format, ILanguage language) Render a composite element to a binary documents for one or more output formats. -
Uses of OutputFormat in com.aquima.interactions.portal.documents
Methods in com.aquima.interactions.portal.documents that return OutputFormatModifier and TypeMethodDescriptionIRenderedDocument.getOutputFormat()
This method returns the output format of the document.IDocumentRenderer.getOutputFormats()
This method returns the output formats the renderer supports.IRendererFactory.getOutputFormats()
This method returns the output formats that are supported by the renderer factory.IRenderTarget.getOutputFormats()
This method returns an array of all registered output formats for this render target.Methods in com.aquima.interactions.portal.documents with parameters of type OutputFormatModifier and TypeMethodDescriptionIRendererFactory.getRenderer
(IResourceManager manager, String documentName, OutputFormat[] formats) This method returns the document renderer for the specified format.IRenderTarget.getResult
(OutputFormat format) This method returns an output stream for a specific format. -
Uses of OutputFormat in com.aquima.interactions.portal.documents.model
Methods in com.aquima.interactions.portal.documents.model that return OutputFormatModifier and TypeMethodDescriptionRenderedDocument.getOutputFormat()
RenderTarget.getOutputFormats()
Methods in com.aquima.interactions.portal.documents.model with parameters of type OutputFormatModifier and TypeMethodDescriptionvoid
RenderTarget.addTarget
(OutputFormat format, OutputStream resultStream) This method may be used to add a render target.RenderTarget.getResult
(OutputFormat format) Constructors in com.aquima.interactions.portal.documents.model with parameters of type OutputFormatModifierConstructorDescriptionRenderedDocument
(String name, String description, OutputFormat format, byte[] contents) Constructor to create a generated document.RenderTarget
(OutputFormat format, OutputStream resultStream) Constructor that adds a single target. -
Uses of OutputFormat in com.aquima.interactions.portal.model.factory
Methods in com.aquima.interactions.portal.model.factory that return OutputFormatMethods in com.aquima.interactions.portal.model.factory with parameters of type OutputFormatModifier and TypeMethodDescriptionLinkedRendererFactory.getRenderer
(IResourceManager resourceManager, String documentName, OutputFormat[] formats) -
Uses of OutputFormat in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return OutputFormatMethods in com.aquima.interactions.portal.model.session with parameters of type OutputFormatModifier and TypeMethodDescriptionDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) DocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] formats, ILanguage language)