public class FileSystemRendition extends BaseRendition
| Modifier | Constructor and Description |
|---|---|
protected |
FileSystemRendition()
Default constructor for instantiating the
FileSystemRendition instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getFile() |
String |
getFilename() |
int |
getPage()
Returns the number of the page represented by this rendition.
|
com.saperion.common.io.InputStreamDescriptor |
getStream()
Returns the content as
InputStreamDescriptor generated by the render engine. |
boolean |
isComplete() |
void |
setFile(WrappedFile file) |
void |
setFilename(String filename) |
getTarget, setTargetprotected FileSystemRendition()
FileSystemRendition instance.public com.saperion.common.io.InputStreamDescriptor getStream()
throws Exception
InputStreamDescriptor generated by the render engine.InputStreamDescriptor generated by the render engine.ExceptionRendition.getStream()public String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic File getFile()
public void setFile(WrappedFile file)
file - the file to setpublic int getPage()
Rendition.getPage()public boolean isComplete()
Rendition.isComplete()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.