Uses of Class
com.saperion.common.io.InputStreamDescriptor
-
Packages that use InputStreamDescriptor Package Description com.saperion.bean This package contains the global beans.com.saperion.connector.render.engine Base-classes for render engines.com.saperion.connector.renditions Renditions are the result of a rendering-process.com.saperion.connector.renditions.isys The external render engine uses an external application for rendering.com.saperion.connector.renditions.isys.util -
-
Uses of InputStreamDescriptor in com.saperion.bean
Subclasses of InputStreamDescriptor in com.saperion.bean Modifier and Type Class Description classContentStreamThe document content stream.Methods in com.saperion.bean with parameters of type InputStreamDescriptor Modifier and Type Method Description static ContentStreamContentStream. fromDescriptor(InputStreamDescriptor descriptor) -
Uses of InputStreamDescriptor in com.saperion.connector.render.engine
Methods in com.saperion.connector.render.engine that return InputStreamDescriptor Modifier and Type Method Description protected static InputStreamDescriptorBaseRenderEngine. createInputStreamDescriptor(byte[] content, java.lang.String filename)protected static InputStreamDescriptorBaseRenderEngine. createInputStreamDescriptor(byte[] content, java.net.URL url)Methods in com.saperion.connector.render.engine with parameters of type InputStreamDescriptor Modifier and Type Method Description java.util.List<Rendition>BaseRenderEngine. render(InputStreamDescriptor content, Options options)Loads the content that should be rendered with the specified options and creates the list containing the renditions.java.util.List<Rendition>RenderEngine. render(InputStreamDescriptor content, Options options)Loads the content that should be rendered with the specified options and creates the list containing the renditions.abstract java.util.List<Rendition>BaseRenderEngine. safeRender(InputStreamDescriptor content, SourceFormat format, Options options)Creates the collection ofinstances which represent rendered content incl.Rendition -
Uses of InputStreamDescriptor in com.saperion.connector.renditions
Methods in com.saperion.connector.renditions that return InputStreamDescriptor Modifier and Type Method Description InputStreamDescriptorFileSystemRendition. getStream()Returns the content asInputStreamDescriptorgenerated by the render engine.InputStreamDescriptorRendition. getStream()Returns the content asInputStreamDescriptorgenerated by the render engine. -
Uses of InputStreamDescriptor in com.saperion.connector.renditions.isys
Methods in com.saperion.connector.renditions.isys with parameters of type InputStreamDescriptor Modifier and Type Method Description java.util.List<Rendition>ISYSRenderEngine. safeRender(InputStreamDescriptor content, SourceFormat format, Options options) -
Uses of InputStreamDescriptor in com.saperion.connector.renditions.isys.util
Methods in com.saperion.connector.renditions.isys.util with parameters of type InputStreamDescriptor Modifier and Type Method Description static java.io.FileFileOps. writeContentToTempFile(InputStreamDescriptor content, SourceFormat format, int bufferSize)
-