public class ISYSRenderEngine
extends com.saperion.connector.render.engine.BaseRenderEngine
Modifier and Type | Field and Description |
---|---|
static String |
EXTERNAL_APPLICATION_PATH
Property used to define the absolute path of the external rendering-application.
|
Constructor and Description |
---|
ISYSRenderEngine() |
Modifier and Type | Method and Description |
---|---|
static String |
getPathToExecutable(com.saperion.connector.options.Options options) |
Set<com.saperion.connector.formats.SourceFormat> |
getSupportedSourceFormats() |
Set<com.saperion.connector.formats.TargetFormat> |
getSupportedTargetFormats() |
List<com.saperion.connector.renditions.Rendition> |
safeRender(com.saperion.common.io.InputStreamDescriptor content,
com.saperion.connector.formats.SourceFormat format,
com.saperion.connector.options.Options options) |
public static final String EXTERNAL_APPLICATION_PATH
public Set<com.saperion.connector.formats.SourceFormat> getSupportedSourceFormats()
public Set<com.saperion.connector.formats.TargetFormat> getSupportedTargetFormats()
public List<com.saperion.connector.renditions.Rendition> safeRender(com.saperion.common.io.InputStreamDescriptor content, com.saperion.connector.formats.SourceFormat format, com.saperion.connector.options.Options options) throws TimeoutException, com.saperion.connector.renditions.exceptions.RenderingException
safeRender
in class com.saperion.connector.render.engine.BaseRenderEngine
TimeoutException
com.saperion.connector.renditions.exceptions.RenderingException
public static String getPathToExecutable(com.saperion.connector.options.Options options) throws com.saperion.connector.renditions.exceptions.PreconditionFailedException
com.saperion.connector.renditions.exceptions.PreconditionFailedException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.