Package | Description |
---|---|
com.saperion.ngc.servlet.process |
Package for processes used by LongRunningProcessServlet.
|
com.saperion.ngc.servlet.process.export |
Package for export-processes.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfRenderProcess
Thread used to do the actual rendering and merging of the documents.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LongRunningProcess> |
LRPControlBean.getProcessClass() |
Constructor and Description |
---|
LRPControlBean(Class<? extends LongRunningProcess> processClass,
Object data) |
Modifier and Type | Class and Description |
---|---|
class |
CSVExportProcess
Process that exports a query result to CSV.
|
class |
ExportProcess
Abstract superclass for processes that export data from a result list (no content).
|
class |
XLSXExportProcess
Exports the result of a query to XLSX.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.