Class ISYSRenderEngine

java.lang.Object
com.saperion.connector.render.engine.BaseRenderEngine
com.saperion.connector.renditions.isys.ISYSRenderEngine
All Implemented Interfaces:
com.saperion.connector.render.engine.RenderEngine

public class ISYSRenderEngine extends com.saperion.connector.render.engine.BaseRenderEngine
The ISYSRenderEngine uses the ISYS executable for rendering.

The following additional options are required:
  • externalApplicationPath: Absolute path to the ISYS executable used for rendering.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Property used to define the absolute path of the external rendering-application.

    Fields inherited from class com.saperion.connector.render.engine.BaseRenderEngine

    DEFAULT_EXTENSION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getPathToExecutable(com.saperion.connector.options.Options options)
     
    Set<com.saperion.connector.formats.SourceFormat>
     
    Set<com.saperion.connector.formats.TargetFormat>
     
    List<com.saperion.connector.renditions.Rendition>
    safeRender(InputStreamDescriptor content, com.saperion.connector.formats.SourceFormat format, com.saperion.connector.options.Options options)
     

    Methods inherited from class com.saperion.connector.render.engine.BaseRenderEngine

    configure, createInputStreamDescriptor, createInputStreamDescriptor, getFileFromUrl, getProperties, parseExtension, render, supportsSourceFormat, supportsTargetFormat

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXTERNAL_APPLICATION_PATH

      public static final String EXTERNAL_APPLICATION_PATH
      Property used to define the absolute path of the external rendering-application.
      See Also:
  • Constructor Details

    • ISYSRenderEngine

      public ISYSRenderEngine()
  • Method Details

    • getSupportedSourceFormats

      public Set<com.saperion.connector.formats.SourceFormat> getSupportedSourceFormats()
    • getSupportedTargetFormats

      public Set<com.saperion.connector.formats.TargetFormat> getSupportedTargetFormats()
    • safeRender

      public List<com.saperion.connector.renditions.Rendition> safeRender(InputStreamDescriptor content, com.saperion.connector.formats.SourceFormat format, com.saperion.connector.options.Options options) throws TimeoutException, com.saperion.connector.renditions.exceptions.RenderingException
      Specified by:
      safeRender in class com.saperion.connector.render.engine.BaseRenderEngine
      Throws:
      TimeoutException
      com.saperion.connector.renditions.exceptions.RenderingException
    • getPathToExecutable

      public static String getPathToExecutable(com.saperion.connector.options.Options options) throws com.saperion.connector.renditions.exceptions.PreconditionFailedException
      Throws:
      com.saperion.connector.renditions.exceptions.PreconditionFailedException