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.
|
DEFAULT_EXTENSION
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) |
configure, createInputStreamDescriptor, createInputStreamDescriptor, getFileFromUrl, getProperties, parseExtension, render, supportsSourceFormat, supportsTargetFormat
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
public static String getPathToExecutable(com.saperion.connector.options.Options options) throws com.saperion.connector.renditions.exceptions.PreconditionFailedException
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.