Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addCellModifier(Consumer<Cell>) - Method in class de.samply.reporter.context.CellContext
- addCellStyleToCell(Cell, CellStyle) - Method in class de.samply.reporter.context.CellStyleContext
- addComparable(Comparable) - Method in class de.samply.reporter.utils.multilevel.MultiLevelComparable
- addCorsMappings(CorsRegistry) - Method in class de.samply.reporter.app.CorsConfig
- addKeyValuesFromEnvironment(ConfigurableEnvironment) - Method in class de.samply.reporter.utils.EnvironmentUtils
- addPatientId(String) - Method in class de.samply.reporter.context.Error
- addReportMetaInfoToFile(ReportMetaInfo) - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- addRunningReportId(String) - Method in class de.samply.reporter.report.RunningReportsManager
- addSheetFromSourceExcelFile(WorkbookManager, SheetTemplate) - Static method in class de.samply.reporter.utils.ExternalSheetUtils
- addSheetModifier(Consumer<Sheet>) - Method in class de.samply.reporter.context.CellContext
- addSortKey(int, SortOrder) - Method in class de.samply.reporter.utils.poi.SheetSorter
- addSortKey(int, SortOrder, BiFunction<Row, Integer, C>) - Method in class de.samply.reporter.utils.poi.SheetSorter
- APP_NAME - Static variable in class de.samply.reporter.app.ReporterConst
- apply(SheetTemplate, Consumer<Sheet>) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- apply(Consumer<Workbook>) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- applyCellStyleToCell(Cell) - Method in class de.samply.reporter.context.CellContext
- applySheetStyleToSheet(Sheet) - Method in class de.samply.reporter.context.CellContext
- applyToRecords(String, Consumer<CSVRecord>) - Method in class de.samply.reporter.context.Context
- applyToRecords(Path, Consumer<CSVRecord>) - Method in class de.samply.reporter.context.Context
- ASCENDING - Enum constant in enum class de.samply.reporter.utils.poi.SortOrder
B
- BOTTOM_SV - Static variable in class de.samply.reporter.app.ReporterConst
- BUFFERED_LOGGER_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
- BufferedLoggerFactory - Class in de.samply.reporter.logger
- BufferedLoggerFactory() - Constructor for class de.samply.reporter.logger.BufferedLoggerFactory
C
- CELL_CONTEXT_VARIABLE - Static variable in class de.samply.reporter.app.ReporterConst
- CellContext - Class in de.samply.reporter.context
- CellContext(CellStyleContext) - Constructor for class de.samply.reporter.context.CellContext
- CellStyleContext - Class in de.samply.reporter.context
- CellStyleContext(Workbook) - Constructor for class de.samply.reporter.context.CellStyleContext
- charset() - Method in record class de.samply.reporter.context.CsvConfig
-
Returns the value of the
charsetrecord component. - clearBuffer() - Static method in class de.samply.reporter.logger.BufferedLoggerFactory
- clone() - Method in class de.samply.reporter.template.ReportTemplate
- clone(T) - Static method in class de.samply.reporter.utils.CloneUtils
- CloneUtils - Class in de.samply.reporter.utils
- CloneUtils() - Constructor for class de.samply.reporter.utils.CloneUtils
- CloneUtilsException - Exception Class in de.samply.reporter.utils
- CloneUtilsException(String) - Constructor for exception class de.samply.reporter.utils.CloneUtilsException
- CloneUtilsException(String, Throwable) - Constructor for exception class de.samply.reporter.utils.CloneUtilsException
- CloneUtilsException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.utils.CloneUtilsException
- CloneUtilsException(Throwable) - Constructor for exception class de.samply.reporter.utils.CloneUtilsException
- close() - Method in class de.samply.reporter.script.CsvRecordIterator
- ColumnTemplate - Class in de.samply.reporter.template
- ColumnTemplate() - Constructor for class de.samply.reporter.template.ColumnTemplate
- compareTo(MultiLevelComparable) - Method in class de.samply.reporter.utils.multilevel.MultiLevelComparable
- Context - Class in de.samply.reporter.context
- Context(Path, ReportTemplate, Path[], CsvConfig) - Constructor for class de.samply.reporter.context.Context
- CONTEXT_VARIABLE - Static variable in class de.samply.reporter.app.ReporterConst
- ContextException - Exception Class in de.samply.reporter.context
- ContextException(String) - Constructor for exception class de.samply.reporter.context.ContextException
- ContextException(String, Throwable) - Constructor for exception class de.samply.reporter.context.ContextException
- ContextException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.context.ContextException
- ContextException(Throwable) - Constructor for exception class de.samply.reporter.context.ContextException
- ContextGenerator - Class in de.samply.reporter.context
- ContextGenerator(String, String, String, String) - Constructor for class de.samply.reporter.context.ContextGenerator
- CORS_MAX_AGE_IN_SECONDS - Static variable in class de.samply.reporter.app.ReporterConst
- CORS_MAX_AGE_IN_SECONDS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- CorsConfig - Class in de.samply.reporter.app
- CorsConfig(String[], Integer) - Constructor for class de.samply.reporter.app.CorsConfig
- create() - Method in class de.samply.reporter.report.workbook.WorkbookManagerFactory
- create(Comparable...) - Static method in class de.samply.reporter.utils.multilevel.MultilevelComparableFactory
- create(Path, String) - Static method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
- createCellStyle() - Method in class de.samply.reporter.context.CellStyleContext
- createNewReportMetaInfo(ReportTemplate) - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- createRow(SheetTemplate) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- createSheet(SheetTemplate) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- createVersionToDisplay(String, String) - Static method in class de.samply.reporter.utils.ProjectVersion
- CROSS_ORIGINS - Static variable in class de.samply.reporter.app.ReporterConst
- CROSS_ORIGINS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- CSV_DELIMITER - Static variable in class de.samply.reporter.app.ReporterConst
- CSV_DELIMITER_SV - Static variable in class de.samply.reporter.app.ReporterConst
- csvConfig() - Method in record class de.samply.reporter.script.ScriptResult
-
Returns the value of the
csvConfigrecord component. - CsvConfig - Record Class in de.samply.reporter.context
- CsvConfig(Charset, String, String) - Constructor for record class de.samply.reporter.context.CsvConfig
-
Creates an instance of a
CsvConfigrecord class. - CsvRecordIterator - Class in de.samply.reporter.script
- CsvRecordIterator(Path, CsvConfig) - Constructor for class de.samply.reporter.script.CsvRecordIterator
- CUSTOM_TEMPLATE_ID - Static variable in class de.samply.reporter.app.ReporterConst
- CUSTOM_TEMPLATE_ID_SV - Static variable in class de.samply.reporter.app.ReporterConst
D
- de.samply.reporter.app - package de.samply.reporter.app
- de.samply.reporter.context - package de.samply.reporter.context
- de.samply.reporter.exporter - package de.samply.reporter.exporter
- de.samply.reporter.logger - package de.samply.reporter.logger
- de.samply.reporter.report - package de.samply.reporter.report
- de.samply.reporter.report.metainfo - package de.samply.reporter.report.metainfo
- de.samply.reporter.report.workbook - package de.samply.reporter.report.workbook
- de.samply.reporter.script - package de.samply.reporter.script
- de.samply.reporter.template - package de.samply.reporter.template
- de.samply.reporter.template.script - package de.samply.reporter.template.script
- de.samply.reporter.utils - package de.samply.reporter.utils
- de.samply.reporter.utils.multilevel - package de.samply.reporter.utils.multilevel
- de.samply.reporter.utils.poi - package de.samply.reporter.utils.poi
- de.samply.reporter.zip - package de.samply.reporter.zip
- debug(String) - Method in class de.samply.reporter.logger.Logger
- DEFAULT_CHARSET - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_CSV_DELIMITER - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_END_OF_LINE - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_EXPORTER_FILE_EXTENSION - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_NULL_VALUE - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_SCRIPT_RESULT_FILE_EXTENSION - Static variable in class de.samply.reporter.app.ReporterConst
- DEFAULT_TIMESTAMP_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- defineFunction(String, Function<String[], String>) - Method in class de.samply.reporter.context.Context
- delimiter() - Method in record class de.samply.reporter.context.CsvConfig
-
Returns the value of the
delimiterrecord component. - DESCENDING - Enum constant in enum class de.samply.reporter.utils.poi.SortOrder
E
- EMPTY_EXCEL_CELL - Static variable in class de.samply.reporter.app.ReporterConst
- endOfLine() - Method in record class de.samply.reporter.context.CsvConfig
-
Returns the value of the
endOfLinerecord component. - EnvironmentUtils - Class in de.samply.reporter.utils
- EnvironmentUtils(Environment) - Constructor for class de.samply.reporter.utils.EnvironmentUtils
- equals(Object) - Method in record class de.samply.reporter.app.GenerateResponseEntity
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.samply.reporter.context.CsvConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.samply.reporter.exporter.RequestResponseEntity
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.samply.reporter.logger.Logs
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.samply.reporter.script.ScriptResult
-
Indicates whether some other object is "equal to" this one.
- error(String) - Method in class de.samply.reporter.logger.Logger
- Error - Class in de.samply.reporter.context
- Error() - Constructor for class de.samply.reporter.context.Error
- ERROR - Enum constant in enum class de.samply.reporter.app.ReportStatus
- EXCEL_WORKBOOK_WINDOW - Static variable in class de.samply.reporter.app.ReporterConst
- EXCEL_WORKBOOK_WINDOW_SV - Static variable in class de.samply.reporter.app.ReporterConst
- executeFunction(String, String...) - Method in class de.samply.reporter.context.Context
- EXPORT_URL - Static variable in class de.samply.reporter.app.ReporterConst
- Exporter - Class in de.samply.reporter.template
- Exporter() - Constructor for class de.samply.reporter.template.Exporter
- EXPORTER - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_API_KEY - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_API_KEY_SV - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_LOGS - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_LOGS_LAST_LINE - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_LOGS_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_OUTPUT_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_OUTPUT_FORMAT_SV - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_QUERY - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_QUERY_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_QUERY_FORMAT_SV - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_QUERY_SV - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_REQUEST - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_REQUEST_PARAM_OUTPUT_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_REQUEST_PARAM_QUERY - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_REQUEST_PARAM_QUERY_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_REQUEST_PARAM_TEMPLATE_ID - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_TEMPLATE_ID - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_TEMPLATE_ID_SV - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_URL - Static variable in class de.samply.reporter.app.ReporterConst
- EXPORTER_URL_SV - Static variable in class de.samply.reporter.app.ReporterConst
- ExporterClient - Class in de.samply.reporter.exporter
- ExporterClient(String, String, String, String, String, String, String, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Boolean) - Constructor for class de.samply.reporter.exporter.ExporterClient
- ExporterClientException - Exception Class in de.samply.reporter.exporter
- ExporterClientException(String) - Constructor for exception class de.samply.reporter.exporter.ExporterClientException
- ExporterClientException(String, Throwable) - Constructor for exception class de.samply.reporter.exporter.ExporterClientException
- ExporterClientException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.exporter.ExporterClientException
- ExporterClientException(Throwable) - Constructor for exception class de.samply.reporter.exporter.ExporterClientException
- ExporterUnzipper - Class in de.samply.reporter.zip
- ExporterUnzipper(String) - Constructor for class de.samply.reporter.zip.ExporterUnzipper
- ExporterUnzipperException - Exception Class in de.samply.reporter.zip
- ExporterUnzipperException(String) - Constructor for exception class de.samply.reporter.zip.ExporterUnzipperException
- ExporterUnzipperException(String, Throwable) - Constructor for exception class de.samply.reporter.zip.ExporterUnzipperException
- ExporterUnzipperException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.zip.ExporterUnzipperException
- ExporterUnzipperException(Throwable) - Constructor for exception class de.samply.reporter.zip.ExporterUnzipperException
- ExternalSheetUtils - Class in de.samply.reporter.utils
- ExternalSheetUtils() - Constructor for class de.samply.reporter.utils.ExternalSheetUtils
- ExternalSheetUtilsException - Exception Class in de.samply.reporter.utils
- ExternalSheetUtilsException(String) - Constructor for exception class de.samply.reporter.utils.ExternalSheetUtilsException
- ExternalSheetUtilsException(String, Throwable) - Constructor for exception class de.samply.reporter.utils.ExternalSheetUtilsException
- ExternalSheetUtilsException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.utils.ExternalSheetUtilsException
- ExternalSheetUtilsException(Throwable) - Constructor for exception class de.samply.reporter.utils.ExternalSheetUtilsException
- extractFiles(String) - Method in class de.samply.reporter.zip.ExporterUnzipper
F
- fetchAllExistingReportMetaInfos() - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchAllExistingReportMetaInfos(int, int) - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchAllReportMetaInfos() - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchAllReportMetaInfos(Optional<Function<ReportMetaInfo, Boolean>>) - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchAllReports(Integer, Integer) - Method in class de.samply.reporter.app.ReporterController
- fetchCsvRecords(String) - Method in class de.samply.reporter.context.Context
- fetchCsvRecords(Path) - Method in class de.samply.reporter.context.Context
- fetchExportFiles(Consumer<String>, ReportTemplate) - Method in class de.samply.reporter.exporter.ExporterClient
- fetchHeaders(Path) - Method in class de.samply.reporter.context.Context
- fetchLastSheetAndCreateIfNotExist(SheetTemplate) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- fetchLogs(int, String) - Method in class de.samply.reporter.exporter.ExporterClient
- fetchLogs(int, String, String) - Method in class de.samply.reporter.app.ReporterController
- fetchNumberOfLines(Path) - Static method in class de.samply.reporter.utils.FileUtils
- fetchQualityReportFilename(ReportTemplate) - Method in class de.samply.reporter.utils.VariablesReplacer
- fetchRandomFilename() - Method in class de.samply.reporter.script.ScriptEngineImpl
- fetchRandomFilename(String) - Static method in class de.samply.reporter.utils.FileUtils
- fetchRealPaths(Path) - Method in class de.samply.reporter.report.workbook.WorkbookManager
- fetchReport(String) - Method in class de.samply.reporter.app.ReporterController
- fetchReporTemplate(String) - Method in class de.samply.reporter.app.ReporterController
- fetchReportMetaInfo(String) - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchReportStatus(String) - Method in class de.samply.reporter.app.ReporterController
- fetchRunningReportMetaInfos() - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- fetchRunningReports() - Method in class de.samply.reporter.app.ReporterController
- fetchTemplate(String) - Method in class de.samply.reporter.template.ReportTemplateManager
- fetchTemplate(Path) - Method in class de.samply.reporter.template.ReportTemplateManager
- fetchTemplateAndGenerateCustomTemplateId(String) - Method in class de.samply.reporter.template.ReportTemplateManager
- fetchTemplateIds() - Method in class de.samply.reporter.app.ReporterController
- FILE_CHARSET - Static variable in class de.samply.reporter.app.ReporterConst
- FILE_CHARSET_SV - Static variable in class de.samply.reporter.app.ReporterConst
- FILE_END_OF_LINE - Static variable in class de.samply.reporter.app.ReporterConst
- FILE_END_OF_LINE_SV - Static variable in class de.samply.reporter.app.ReporterConst
- FileUtils - Class in de.samply.reporter.utils
- FileUtils() - Constructor for class de.samply.reporter.utils.FileUtils
G
- generate(ReportTemplate, ReportMetaInfo) - Method in class de.samply.reporter.report.ReportGenerator
- generate(ReportTemplate, Path[]) - Method in class de.samply.reporter.context.ContextGenerator
- generate(HttpServletRequest, String, String, String, Boolean, String) - Method in class de.samply.reporter.app.ReporterController
- GENERATE - Static variable in class de.samply.reporter.app.ReporterConst
- generateCellContext(Script, CellStyleContext, Context) - Method in class de.samply.reporter.script.GroovyTemplatesEngine
- generateCellContext(Script, CellStyleContext, Context) - Method in interface de.samply.reporter.script.ScriptEngine
- generateCellContext(Script, CellStyleContext, Context) - Method in class de.samply.reporter.script.ScriptEngineManager
- generateCellContext(Script, CellStyleContext, Context) - Method in class de.samply.reporter.script.ThymeleafEngine
- generateRawReport(ReportTemplate, Context) - Method in class de.samply.reporter.script.ScriptEngineManager
- generateRawResult(Script, Context) - Method in class de.samply.reporter.script.GroovyTemplatesEngine
- generateRawResult(Script, Context) - Method in interface de.samply.reporter.script.ScriptEngine
- generateRawResult(Script, Context) - Method in class de.samply.reporter.script.ScriptEngineImpl
- generateRawResult(Script, Context) - Method in class de.samply.reporter.script.ThymeleafEngine
- GenerateResponseEntity - Record Class in de.samply.reporter.app
- GenerateResponseEntity(String) - Constructor for record class de.samply.reporter.app.GenerateResponseEntity
-
Creates an instance of a
GenerateResponseEntityrecord class. - get(String...) - Method in class de.samply.reporter.context.MultiMap
- getAll(String...) - Method in class de.samply.reporter.context.MultiMap
- getAllElement(String...) - Method in class de.samply.reporter.context.Context
- getCellValueAsString(Cell) - Method in class de.samply.reporter.context.CellContext
- getColumnIndex(String, String) - Method in class de.samply.reporter.context.Context
- getColumnTemplates() - Method in class de.samply.reporter.template.SheetTemplate
- getComparable(int) - Method in class de.samply.reporter.utils.multilevel.MultiLevelComparable
- getCsvConfig() - Method in class de.samply.reporter.context.Context
- getDefault() - Static method in enum class de.samply.reporter.template.script.ScriptFramework
- getElement(String...) - Method in class de.samply.reporter.context.Context
- getEndTag() - Method in enum class de.samply.reporter.template.script.ScriptFramework
- getEnvironmentVariable(String) - Method in class de.samply.reporter.utils.EnvironmentUtils
- getError() - Method in class de.samply.reporter.context.Error
- getExporter() - Method in class de.samply.reporter.template.ReportTemplate
- getExportUrl() - Method in class de.samply.reporter.template.Exporter
- getFilename() - Method in class de.samply.reporter.template.ReportTemplate
- getFilePath() - Method in class de.samply.reporter.template.SheetTemplate
- getFileUrl() - Method in class de.samply.reporter.template.SheetTemplate
- getFormatScripts() - Method in class de.samply.reporter.template.SheetTemplate
- getFramework() - Method in class de.samply.reporter.template.script.Script
- getFramework() - Method in enum class de.samply.reporter.template.script.ScriptFramework
- getHeaderFormatScript() - Method in class de.samply.reporter.template.ColumnTemplate
- getId() - Method in class de.samply.reporter.template.ReportTemplate
- getInitScript() - Method in class de.samply.reporter.template.ReportTemplate
- getKeySet(String...) - Method in class de.samply.reporter.context.Context
- getKeySet(String...) - Method in class de.samply.reporter.context.MultiMap
- getLastLoggerLines(int, String) - Static method in class de.samply.reporter.logger.BufferedLoggerFactory
- getLogger() - Method in class de.samply.reporter.context.Context
- getLogger(Class) - Static method in class de.samply.reporter.logger.BufferedLoggerFactory
- getName() - Method in class de.samply.reporter.template.ColumnTemplate
- getName() - Method in class de.samply.reporter.template.SheetTemplate
- getOutputFormat() - Method in class de.samply.reporter.template.Exporter
- getPatientIds() - Method in class de.samply.reporter.context.Error
- getProjectVersion() - Static method in class de.samply.reporter.utils.ProjectVersion
- getQualityReportTemplate(String) - Method in class de.samply.reporter.template.ReportTemplateManager
- getQuery() - Method in class de.samply.reporter.template.Exporter
- getQueryFormat() - Method in class de.samply.reporter.template.Exporter
- getReportTemplate() - Method in class de.samply.reporter.context.Context
- getReportTemplateIds() - Method in class de.samply.reporter.template.ReportTemplateManager
- getReportTemplatePath(String) - Method in class de.samply.reporter.template.ReportTemplateManager
- getResultsDirectory() - Method in class de.samply.reporter.context.Context
- getScript() - Method in class de.samply.reporter.template.script.ScriptReference
- getScriptFramework() - Method in class de.samply.reporter.script.GroovyTemplatesEngine
- getScriptFramework() - Method in interface de.samply.reporter.script.ScriptEngine
- getScriptFramework() - Method in class de.samply.reporter.script.ThymeleafEngine
- getSheetTemplates() - Method in class de.samply.reporter.template.ReportTemplate
- getSourcePaths() - Method in class de.samply.reporter.context.Context
- getStartTag() - Method in enum class de.samply.reporter.template.script.ScriptFramework
- getTemplate() - Method in class de.samply.reporter.template.Exporter
- getTemplateId() - Method in class de.samply.reporter.template.Exporter
- getValue() - Method in class de.samply.reporter.template.script.Script
- getValueFormatScript() - Method in class de.samply.reporter.template.ColumnTemplate
- getValuesScript() - Method in class de.samply.reporter.template.SheetTemplate
- getWorkbook() - Method in class de.samply.reporter.context.CellStyleContext
- GROOVY_TEMPLATES - Enum constant in enum class de.samply.reporter.template.script.ScriptFramework
- GroovyTemplatesEngine - Class in de.samply.reporter.script
- GroovyTemplatesEngine() - Constructor for class de.samply.reporter.script.GroovyTemplatesEngine
H
- hashCode() - Method in record class de.samply.reporter.app.GenerateResponseEntity
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.samply.reporter.context.CsvConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.samply.reporter.exporter.RequestResponseEntity
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.samply.reporter.logger.Logs
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.samply.reporter.script.ScriptResult
-
Returns a hash code value for this object.
- hasNext() - Method in class de.samply.reporter.script.CsvRecordIterator
- hasOnlyHeaders(Path) - Method in class de.samply.reporter.context.Context
- HEAD_SV - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_HEADER_API_KEY - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_HEADER_CONTENT_DISPOSITION - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_HEADER_CONTENT_DISPOSITION_FILENAME - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_RELATIVE_PATH - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_RELATIVE_PATH_SV - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_SERVLET_REQUEST_SCHEME - Static variable in class de.samply.reporter.app.ReporterConst
- HTTP_SERVLET_REQUEST_SCHEME_SV - Static variable in class de.samply.reporter.app.ReporterConst
I
- id() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns the value of the
idrecord component. - incrementCounter() - Method in class de.samply.reporter.utils.PercentageLogger
- info() - Method in class de.samply.reporter.app.ReporterController
- info(String) - Method in class de.samply.reporter.logger.Logger
- INFO - Static variable in class de.samply.reporter.app.ReporterConst
- IS_EXPORTER_IN_SAME_SERVER - Static variable in class de.samply.reporter.app.ReporterConst
- IS_EXPORTER_IN_SAME_SERVER_SV - Static variable in class de.samply.reporter.app.ReporterConst
- IS_INTERNAL_REQUEST - Static variable in class de.samply.reporter.app.ReporterConst
- isMultiWorkbook() - Method in class de.samply.reporter.report.workbook.WorkbookManager
- isReportIdRunning(String) - Method in class de.samply.reporter.report.RunningReportsManager
L
- lastLines() - Method in record class de.samply.reporter.logger.Logs
-
Returns the value of the
lastLinesrecord component. - Logger - Class in de.samply.reporter.logger
- Logger(EvictingQueue<String>, Logger) - Constructor for class de.samply.reporter.logger.Logger
- Logs - Record Class in de.samply.reporter.logger
- Logs(String, String[]) - Constructor for record class de.samply.reporter.logger.Logs
-
Creates an instance of a
Logsrecord class. - LOGS - Static variable in class de.samply.reporter.app.ReporterConst
- LOGS_LAST_LINE_EXPORTER - Static variable in class de.samply.reporter.app.ReporterConst
- LOGS_LAST_LINE_REPORTER - Static variable in class de.samply.reporter.app.ReporterConst
- LOGS_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
M
- main(String[]) - Static method in class de.samply.reporter.app.ReporterApplication
- MAX_NUMBER_OF_ATTEMPTS_TO_GET_EXPORT - Static variable in class de.samply.reporter.app.ReporterConst
- MAX_NUMBER_OF_ATTEMPTS_TO_GET_EXPORT_SV - Static variable in class de.samply.reporter.app.ReporterConst
- MAX_NUMBER_OF_ROWS_IN_EXCEL_SHEET - Static variable in class de.samply.reporter.app.ReporterConst
- MAX_NUMBER_OF_ROWS_IN_EXCEL_SHEET_SV - Static variable in class de.samply.reporter.app.ReporterConst
- MultiLevelComparable - Class in de.samply.reporter.utils.multilevel
- MultiLevelComparable() - Constructor for class de.samply.reporter.utils.multilevel.MultiLevelComparable
- MultilevelComparableFactory - Class in de.samply.reporter.utils.multilevel
- MultilevelComparableFactory() - Constructor for class de.samply.reporter.utils.multilevel.MultilevelComparableFactory
- MultiMap - Class in de.samply.reporter.context
- MultiMap() - Constructor for class de.samply.reporter.context.MultiMap
N
- next() - Method in class de.samply.reporter.script.CsvRecordIterator
- NOT_FOUND - Enum constant in enum class de.samply.reporter.app.ReportStatus
O
- OK - Enum constant in enum class de.samply.reporter.app.ReportStatus
P
- path() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns the value of the
pathrecord component. - PathSerializer - Class in de.samply.reporter.report.metainfo
- PathSerializer() - Constructor for class de.samply.reporter.report.metainfo.PathSerializer
- PercentageLogger - Class in de.samply.reporter.utils
- PercentageLogger(Logger, int, String) - Constructor for class de.samply.reporter.utils.PercentageLogger
- ProjectVersion - Class in de.samply.reporter.utils
- ProjectVersion() - Constructor for class de.samply.reporter.utils.ProjectVersion
- put(Object, String...) - Method in class de.samply.reporter.context.MultiMap
- putElement(Object, String...) - Method in class de.samply.reporter.context.Context
R
- RANDOM_FILENAME_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
- RANDOM_REPORT_ID_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
- rawResult() - Method in record class de.samply.reporter.script.ScriptResult
-
Returns the value of the
rawResultrecord component. - readTemplateAndParseScripts(String) - Static method in class de.samply.reporter.template.script.ScriptParser
- readTemplateAndParseScripts(Path) - Static method in class de.samply.reporter.template.script.ScriptParser
- removeRunningReportId(String) - Method in class de.samply.reporter.report.RunningReportsManager
- removeUnnecessaryEmptyLines(ScriptResult, CsvConfig) - Method in class de.samply.reporter.script.ScriptEngineImpl
- replaceAllVariables(String) - Method in class de.samply.reporter.utils.VariablesReplacer
- replaceTimestamp(String) - Method in class de.samply.reporter.utils.VariablesReplacer
- REPORT - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_FILENAME_TEMPLATE - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_FILENAME_TEMPLATE_SV - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_ID - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_META_INFO_FILE_SEPARATOR - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_STATUS - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_TEMPLATE - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_TEMPLATE_DIRECTORY - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_TEMPLATE_DIRECTORY_SV - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_TEMPLATE_ID - Static variable in class de.samply.reporter.app.ReporterConst
- REPORT_TEMPLATE_IDS - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTER - Static variable in class de.samply.reporter.app.ReporterConst
- ReporterApplication - Class in de.samply.reporter.app
- ReporterApplication() - Constructor for class de.samply.reporter.app.ReporterApplication
- ReporterConst - Class in de.samply.reporter.app
- ReporterConst() - Constructor for class de.samply.reporter.app.ReporterConst
- ReporterController - Class in de.samply.reporter.app
- ReporterController(String, String, ReportGenerator, ReportTemplateManager, ReportMetaInfoManager, ExporterClient) - Constructor for class de.samply.reporter.app.ReporterController
- ReportGenerator - Class in de.samply.reporter.report
- ReportGenerator(ExporterClient, ExporterUnzipper, ScriptEngineManager, ContextGenerator, WorkbookManagerFactory, ReportMetaInfoManager, RunningReportsManager, int) - Constructor for class de.samply.reporter.report.ReportGenerator
- ReportGeneratorException - Exception Class in de.samply.reporter.report
- ReportGeneratorException(String) - Constructor for exception class de.samply.reporter.report.ReportGeneratorException
- ReportGeneratorException(String, Throwable) - Constructor for exception class de.samply.reporter.report.ReportGeneratorException
- ReportGeneratorException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.report.ReportGeneratorException
- ReportGeneratorException(Throwable) - Constructor for exception class de.samply.reporter.report.ReportGeneratorException
- ReportMetaInfo - Record Class in de.samply.reporter.report.metainfo
- ReportMetaInfo(String, Path, String, String) - Constructor for record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Creates an instance of a
ReportMetaInforecord class. - ReportMetaInfoManager - Class in de.samply.reporter.report.metainfo
- ReportMetaInfoManager(VariablesReplacer, RunningReportsManager, String, String) - Constructor for class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- ReportMetaInfoManagerException - Exception Class in de.samply.reporter.report.metainfo
- ReportMetaInfoManagerException(String) - Constructor for exception class de.samply.reporter.report.metainfo.ReportMetaInfoManagerException
- ReportMetaInfoManagerException(String, Throwable) - Constructor for exception class de.samply.reporter.report.metainfo.ReportMetaInfoManagerException
- ReportMetaInfoManagerException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.report.metainfo.ReportMetaInfoManagerException
- ReportMetaInfoManagerException(Throwable) - Constructor for exception class de.samply.reporter.report.metainfo.ReportMetaInfoManagerException
- REPORTS_DIRECTORY - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_DIRECTORY_SV - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_LIST - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_LIST_PAGE - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_LIST_PAGE_SIZE - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_META_INFO_FILENAME - Static variable in class de.samply.reporter.app.ReporterConst
- REPORTS_META_INFO_FILENAME_SV - Static variable in class de.samply.reporter.app.ReporterConst
- ReportStatus - Enum Class in de.samply.reporter.app
- ReportTemplate - Class in de.samply.reporter.template
- ReportTemplate() - Constructor for class de.samply.reporter.template.ReportTemplate
- ReportTemplateManager - Class in de.samply.reporter.template
- ReportTemplateManager(VariablesReplacer, String, String) - Constructor for class de.samply.reporter.template.ReportTemplateManager
- RequestResponseEntity - Record Class in de.samply.reporter.exporter
- RequestResponseEntity(String) - Constructor for record class de.samply.reporter.exporter.RequestResponseEntity
-
Creates an instance of a
RequestResponseEntityrecord class. - reset() - Method in class de.samply.reporter.report.metainfo.ReportMetaInfoManager
- responseUrl() - Method in record class de.samply.reporter.app.GenerateResponseEntity
-
Returns the value of the
responseUrlrecord component. - responseUrl() - Method in record class de.samply.reporter.exporter.RequestResponseEntity
-
Returns the value of the
responseUrlrecord component. - RUNNING - Enum constant in enum class de.samply.reporter.app.ReportStatus
- RUNNING_REPORTS - Static variable in class de.samply.reporter.app.ReporterConst
- RunningReportsManager - Class in de.samply.reporter.report
- RunningReportsManager() - Constructor for class de.samply.reporter.report.RunningReportsManager
S
- Script - Class in de.samply.reporter.template.script
- Script() - Constructor for class de.samply.reporter.template.script.Script
- ScriptEngine - Interface in de.samply.reporter.script
- ScriptEngineException - Exception Class in de.samply.reporter.script
- ScriptEngineException(String) - Constructor for exception class de.samply.reporter.script.ScriptEngineException
- ScriptEngineException(String, Throwable) - Constructor for exception class de.samply.reporter.script.ScriptEngineException
- ScriptEngineException(String, Throwable, boolean, boolean) - Constructor for exception class de.samply.reporter.script.ScriptEngineException
- ScriptEngineException(Throwable) - Constructor for exception class de.samply.reporter.script.ScriptEngineException
- ScriptEngineImpl - Class in de.samply.reporter.script
- ScriptEngineImpl() - Constructor for class de.samply.reporter.script.ScriptEngineImpl
- ScriptEngineManager - Class in de.samply.reporter.script
- ScriptEngineManager() - Constructor for class de.samply.reporter.script.ScriptEngineManager
- ScriptFramework - Enum Class in de.samply.reporter.template.script
- ScriptParser - Class in de.samply.reporter.template.script
- ScriptParser() - Constructor for class de.samply.reporter.template.script.ScriptParser
- ScriptReference - Class in de.samply.reporter.template.script
- ScriptReference() - Constructor for class de.samply.reporter.template.script.ScriptReference
- ScriptResult - Record Class in de.samply.reporter.script
- ScriptResult(Path, CsvConfig) - Constructor for record class de.samply.reporter.script.ScriptResult
-
Creates an instance of a
ScriptResultrecord class. - serialize(Path, JsonGenerator, SerializerProvider) - Method in class de.samply.reporter.report.metainfo.PathSerializer
- setCellStyle(BiConsumer<Workbook, CellStyle>) - Method in class de.samply.reporter.context.CellContext
- setColumnTemplates(List<ColumnTemplate>) - Method in class de.samply.reporter.template.SheetTemplate
- setCondition(Function<Cell, Boolean>) - Method in class de.samply.reporter.context.CellContext
- setError(String) - Method in class de.samply.reporter.context.Error
- setExporter(Exporter) - Method in class de.samply.reporter.template.ReportTemplate
- setExportUrl(String) - Method in class de.samply.reporter.template.Exporter
- setFilename(String) - Method in class de.samply.reporter.template.ReportTemplate
- setFilePath(String) - Method in class de.samply.reporter.template.SheetTemplate
- setFileUrl(String) - Method in class de.samply.reporter.template.SheetTemplate
- setFormatScripts(List<ScriptReference>) - Method in class de.samply.reporter.template.SheetTemplate
- setFramework(String) - Method in class de.samply.reporter.template.script.Script
- setHeaderFormatScript(ScriptReference) - Method in class de.samply.reporter.template.ColumnTemplate
- setId(String) - Method in class de.samply.reporter.template.ReportTemplate
- setInitScript(ScriptReference) - Method in class de.samply.reporter.template.ReportTemplate
- setName(String) - Method in class de.samply.reporter.template.ColumnTemplate
- setName(String) - Method in class de.samply.reporter.template.SheetTemplate
- setOutputFormat(String) - Method in class de.samply.reporter.template.Exporter
- setPatientIds(Set<String>) - Method in class de.samply.reporter.context.Error
- setQuery(String) - Method in class de.samply.reporter.template.Exporter
- setQueryFormat(String) - Method in class de.samply.reporter.template.Exporter
- setScript(Script) - Method in class de.samply.reporter.template.script.ScriptReference
- setSheetTemplates(List<SheetTemplate>) - Method in class de.samply.reporter.template.ReportTemplate
- setTemplate(String) - Method in class de.samply.reporter.template.Exporter
- setTemplateId(String) - Method in class de.samply.reporter.template.Exporter
- setValue(String) - Method in class de.samply.reporter.template.script.Script
- setValueFormatScript(ScriptReference) - Method in class de.samply.reporter.template.ColumnTemplate
- setValuesScript(ScriptReference) - Method in class de.samply.reporter.template.SheetTemplate
- SheetSorter - Class in de.samply.reporter.utils.poi
- SheetSorter() - Constructor for class de.samply.reporter.utils.poi.SheetSorter
- SheetTemplate - Class in de.samply.reporter.template
- SheetTemplate() - Constructor for class de.samply.reporter.template.SheetTemplate
- SheetUtils - Class in de.samply.reporter.utils
- SheetUtils() - Constructor for class de.samply.reporter.utils.SheetUtils
- sort(Sheet, SortOrder, Integer) - Static method in class de.samply.reporter.utils.SheetUtils
- sort(Sheet, SortOrder, Integer, BiFunction<Row, Integer, Comparable>) - Static method in class de.samply.reporter.utils.SheetUtils
- SortOrder - Enum Class in de.samply.reporter.utils.poi
- sortSheet(Sheet) - Method in class de.samply.reporter.utils.poi.SheetSorter
- source() - Method in record class de.samply.reporter.logger.Logs
-
Returns the value of the
sourcerecord component.
T
- TEMP_DIRECTORY_PREFIX - Static variable in class de.samply.reporter.app.ReporterConst
- TEMP_FILES_DIRECTORY - Static variable in class de.samply.reporter.app.ReporterConst
- TEMP_FILES_DIRECTORY_SV - Static variable in class de.samply.reporter.app.ReporterConst
- TEMPLATE_END - Static variable in class de.samply.reporter.app.ReporterConst
- TEMPLATE_SEPARATOR - Static variable in class de.samply.reporter.app.ReporterConst
- TEMPLATE_START - Static variable in class de.samply.reporter.app.ReporterConst
- TEMPLATE_TIMESTAMP - Static variable in class de.samply.reporter.app.ReporterConst
- templateId() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns the value of the
templateIdrecord component. - THYMELEAF - Enum constant in enum class de.samply.reporter.template.script.ScriptFramework
- ThymeleafEngine - Class in de.samply.reporter.script
- ThymeleafEngine() - Constructor for class de.samply.reporter.script.ThymeleafEngine
- TIME_IN_SECONDS_TO_WAIT_BETWEEN_ATTEMPTS_TO_GET_EXPORT - Static variable in class de.samply.reporter.app.ReporterConst
- TIME_IN_SECONDS_TO_WAIT_BETWEEN_ATTEMPTS_TO_GET_EXPORT_SV - Static variable in class de.samply.reporter.app.ReporterConst
- timestamp() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns the value of the
timestamprecord component. - TIMESTAMP_FORMAT - Static variable in class de.samply.reporter.app.ReporterConst
- TIMESTAMP_FORMAT_SV - Static variable in class de.samply.reporter.app.ReporterConst
- toString() - Method in record class de.samply.reporter.app.GenerateResponseEntity
-
Returns a string representation of this record class.
- toString() - Method in record class de.samply.reporter.context.CsvConfig
-
Returns a string representation of this record class.
- toString() - Method in record class de.samply.reporter.exporter.RequestResponseEntity
-
Returns a string representation of this record class.
- toString() - Method in record class de.samply.reporter.logger.Logs
-
Returns a string representation of this record class.
- toString() - Method in record class de.samply.reporter.report.metainfo.ReportMetaInfo
-
Returns a string representation of this record class.
- toString() - Method in record class de.samply.reporter.script.ScriptResult
-
Returns a string representation of this record class.
V
- valueOf(String) - Static method in enum class de.samply.reporter.app.ReportStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.samply.reporter.template.script.ScriptFramework
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.samply.reporter.utils.poi.SortOrder
-
Returns the enum constant of this class with the specified name.
- valueOfFramework(String) - Static method in enum class de.samply.reporter.template.script.ScriptFramework
- values() - Static method in enum class de.samply.reporter.app.ReportStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.samply.reporter.template.script.ScriptFramework
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.samply.reporter.utils.poi.SortOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VariablesReplacer - Class in de.samply.reporter.utils
- VariablesReplacer(EnvironmentUtils, String, String) - Constructor for class de.samply.reporter.utils.VariablesReplacer
W
- WEBCLIENT_BUFFER_SIZE_IN_BYTES - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_BUFFER_SIZE_IN_BYTES_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_CONNECTION_TIMEOUT_IN_SECONDS - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_CONNECTION_TIMEOUT_IN_SECONDS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_REQUEST_TIMEOUT_IN_SECONDS - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_REQUEST_TIMEOUT_IN_SECONDS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_CONNECTION_NUMBER_OF_TRIES - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_CONNECTION_NUMBER_OF_TRIES_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_IDLE_IN_SECONDS - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_IDLE_IN_SECONDS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_INTERVAL_IN_SECONDS - Static variable in class de.samply.reporter.app.ReporterConst
- WEBCLIENT_TCP_KEEP_INTERVAL_IN_SECONDS_SV - Static variable in class de.samply.reporter.app.ReporterConst
- WorkbookManager - Class in de.samply.reporter.report.workbook
- WorkbookManager(Integer, Integer) - Constructor for class de.samply.reporter.report.workbook.WorkbookManager
- WorkbookManagerFactory - Class in de.samply.reporter.report.workbook
- WorkbookManagerFactory(Integer, Integer) - Constructor for class de.samply.reporter.report.workbook.WorkbookManagerFactory
- writeWorkbook(Path) - Method in class de.samply.reporter.report.workbook.WorkbookManager
Z
- zip(List<Path>) - Static method in class de.samply.reporter.zip.Zipper
- Zipper - Class in de.samply.reporter.zip
- Zipper() - Constructor for class de.samply.reporter.zip.Zipper
- ZipperException - Exception Class in de.samply.reporter.zip
- ZipperException() - Constructor for exception class de.samply.reporter.zip.ZipperException
- ZipperException(String) - Constructor for exception class de.samply.reporter.zip.ZipperException
- ZipperException(String, Throwable) - Constructor for exception class de.samply.reporter.zip.ZipperException
- ZipperException(Throwable) - Constructor for exception class de.samply.reporter.zip.ZipperException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form