- CELL_PROCESSORS_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify a list of cell processors, one for each column.
- cellProcessorInstances - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
- cellProcessors - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
Specifies a list of cell processors, one for each column.
- charset - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
-
The name of the character set to be used for reading and writing data, e.g., UTF-8.
- charset - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
The name of the character set to be used for reading and writing data, e.g., UTF-8.
- charset - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
- checkpointInfo() - Method in class org.jberet.support.io.BeanIOItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.BeanIOItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.CsvItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.CsvItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.ExcelEventItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.ExcelUserModelItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.ExcelUserModelItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- checkpointInfo() - Method in class org.jberet.support.io.JacksonCsvItemReader
-
Gets the current row number in the ResultSet
as the checkpoint info.
- checkpointInfo() - Method in class org.jberet.support.io.JacksonCsvItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.JdbcItemReader
-
Gets the current row number in the ResultSet
as the checkpoint info.
- checkpointInfo() - Method in class org.jberet.support.io.JdbcItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.JmsItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.JmsItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.JsonItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.JsonItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.MongoItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.MongoItemWriter
-
- checkpointInfo() - Method in class org.jberet.support.io.XmlItemReader
-
- checkpointInfo() - Method in class org.jberet.support.io.XmlItemWriter
-
- close() - Method in class org.jberet.support.io.BeanIOItemReader
-
- close() - Method in class org.jberet.support.io.BeanIOItemWriter
-
- close() - Method in class org.jberet.support.io.CsvItemReader
-
- close() - Method in class org.jberet.support.io.CsvItemWriter
-
- close() - Method in class org.jberet.support.io.ExcelEventItemReader
-
- close() - Method in class org.jberet.support.io.ExcelStreamingItemReader
-
- close() - Method in class org.jberet.support.io.ExcelUserModelItemReader
-
- close() - Method in class org.jberet.support.io.ExcelUserModelItemWriter
-
- close() - Method in class org.jberet.support.io.HornetQItemReader
-
- close() - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- close() - Method in class org.jberet.support.io.HornetQItemWriter
-
- close() - Method in class org.jberet.support.io.JacksonCsvItemReader
-
- close() - Method in class org.jberet.support.io.JacksonCsvItemWriter
-
- close() - Method in class org.jberet.support.io.JdbcItemReader
-
- close(Connection, PreparedStatement) - Static method in class org.jberet.support.io.JdbcItemReaderWriterBase
-
- close() - Method in class org.jberet.support.io.JdbcItemWriter
-
- close() - Method in class org.jberet.support.io.JmsItemReader
-
- close() - Method in class org.jberet.support.io.JmsItemReaderWriterBase
-
- close() - Method in class org.jberet.support.io.JmsItemWriter
-
- close() - Method in class org.jberet.support.io.JsonItemReader
-
- close() - Method in class org.jberet.support.io.JsonItemWriter
-
- close() - Method in class org.jberet.support.io.MongoItemReader
-
- close() - Method in class org.jberet.support.io.MongoItemWriter
-
- close() - Method in class org.jberet.support.io.UnicodeBOMInputStream
- close() - Method in class org.jberet.support.io.XmlItemReader
-
- close() - Method in class org.jberet.support.io.XmlItemWriter
-
- collection - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
-
MongoDB collection name, e.g., movies
.
- COLUMN - Static variable in class org.jberet.support.io.CsvProperties
-
The property value to indicate selected columns.
- columnLabels - Variable in class org.jberet.support.io.JdbcItemReader
-
- columnMapping - Variable in class org.jberet.support.io.JdbcItemReader
-
String keys used in target data structure for database columns.
- columnNames - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
If
JasperReportsBatchlet.resource
is specified, and is a csv, xls, or xlsx resource, this property specifies an array of
strings representing column names matching field names in the report template.
- columns - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
-
Specifies CSV schema in one of the 2 ways:
columns = "<fully-qualified class name>":
CSV schema is defined in the named POJO class, which typically has class-level annotation
com.fasterxml.jackson.annotation.JsonPropertyOrder
to define property order corresponding to
CSV column order.
- columnSeparator - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
-
Character used to separate values.
- columnTypes - Variable in class org.jberet.support.io.JdbcItemReader
-
Tells this class which java.sql.ResultSet
getter method to call to get ResultSet
field value.
- COMMENT_MATCHER_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify a CommentMatcher
for reading CSV resource.
- commentMatcher - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
Specifies a CommentMatcher
for reading CSV resource.
- compressTempFiles - Variable in class org.jberet.support.io.ExcelStreamingItemWriter
-
Whether to compress the temp files in the course of generating Excel file, defaults to false.
- configureJsonGenerator(JsonFactory, OutputStream, Class<?>, Map<String, String>) - Static method in class org.jberet.support.io.JsonItemWriter
-
- configureJsonParser(JsonItemReaderWriterBase, Class<?>, String, Map<String, String>) - Static method in class org.jberet.support.io.JsonItemReader
-
- configureServerLocator() - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- connection - Variable in class org.jberet.support.io.JdbcItemReader
-
- connection - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
- connectionFactory - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
- connectionFactoryInstance - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
This field holds an optional injection of javax.jms.ConnectionFactory
.
- connectionFactoryLookupName - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
JNDI lookup name for the JMS ConnectionFactory
.
- connectorFactoryParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
Key-value pairs to identify and configure HornetQ org.hornetq.api.core.TransportConfiguration
, which is
used to create HornetQ ServerLocator
.
- consumer - Variable in class org.jberet.support.io.HornetQItemReader
-
- consumer - Variable in class org.jberet.support.io.JmsItemReader
-
- createCell(Row, int, Object) - Method in class org.jberet.support.io.ExcelUserModelItemWriter
-
- createWorkbook(InputStream) - Method in class org.jberet.support.io.ExcelStreamingItemWriter
-
- createWorkbook(InputStream) - Method in class org.jberet.support.io.ExcelUserModelItemWriter
-
Creates the workbook for this writer.
- criteria - Variable in class org.jberet.support.io.MongoItemReader
-
Query criteria or conditions, which identify the documents that MongoDB returns to the client.
- csvGenerator - Variable in class org.jberet.support.io.JacksonCsvItemWriter
-
- csvGeneratorFeatures - Variable in class org.jberet.support.io.JacksonCsvItemWriter
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.dataformat.csv.CsvGenerator.Feature
.
- CsvItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
that reads from a CSV resource into a user-defined
bean, java.util.List<String>, or java.util.Map<String, String>.
- CsvItemReader() - Constructor for class org.jberet.support.io.CsvItemReader
-
- CsvItemReaderWriterBase - Class in org.jberet.support.io
-
- CsvItemReaderWriterBase() - Constructor for class org.jberet.support.io.CsvItemReaderWriterBase
-
- CsvItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
that writes data to CSV file or resource.
- CsvItemWriter() - Constructor for class org.jberet.support.io.CsvItemWriter
-
- csvMapper - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
-
- csvParserFeatures - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.dataformat.csv.CsvParser.Feature
.
- CsvProperties - Class in org.jberet.support.io
-
A collection of property keys and values used to configure CSV-related batch artifacts in JSL document.
- CsvProperties() - Constructor for class org.jberet.support.io.CsvProperties
-
- currentPosition - Variable in class org.jberet.support.io.BeanIOItemReader
-
- currentRowNum - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
-
- currentRowNumber - Variable in class org.jberet.support.io.JdbcItemReader
-
- cursor - Variable in class org.jberet.support.io.MongoItemReader
-
- customDataTypeModules - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of Jackson datatype module type ids that extend com.fasterxml.jackson.databind.Module
.
- customDataTypeModules - Variable in class org.jberet.support.io.XmlItemReaderWriterBase
-
A comma-separated list of Jackson datatype module type ids that extend com.fasterxml.jackson.databind.Module
.
- customDeserializers - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of fully-qualified name of classes that implement
com.fasterxml.jackson.databind.JsonDeserializer
, which can deserialize Objects of
arbitrary types from JSON.
- customSerializers - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of fully-qualified name of classes that implement
com.fasterxml.jackson.databind.JsonSerializer
, which can serialize Objects of
arbitrary types into JSON.
- database - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
-
MongoDB database name, e.g., testData
.
- dataSource - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
- dataSourceLookup - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
JNDI lookup name of the javax.sql.DataSource
.
- datePattern - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
- db - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
-
- DEFAULT - Static variable in class org.jberet.support.io.CsvProperties
-
The property value to indicate the default behavior for the current property.
- DEFAULT_OUTPUT_TYPE - Static variable in class org.jberet.support.io.JasperReportsBatchlet
-
- defaultUseWrapper - Variable in class org.jberet.support.io.XmlItemWriter
-
Whether use wrapper for indexed (List, array) properties or not, if there are no explicit annotations.
- delegateReader - Variable in class org.jberet.support.io.CsvItemReader
-
- delegateWriter - Variable in class org.jberet.support.io.CsvItemWriter
-
- DELIMITER_CHAR_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The delimiter character (separates each cell in a row).
- delimiterChar - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
The delimiter character (separates each cell in a row).
- deserializationFeatures - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.databind.DeserializationFeature
s.
- deserializationProblemHandlers - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
A comma-separated list of fully-qualified names of classes that implement
com.fasterxml.jackson.databind.deser.DeserializationProblemHandler
, which can be registered to get
called when a potentially recoverable problem is encountered during deserialization process.
- deserializationProblemHandlers - Variable in class org.jberet.support.io.JsonItemReader
-
A comma-separated list of fully-qualified names of classes that implement
com.fasterxml.jackson.databind.deser.DeserializationProblemHandler
, which can be registered to get
called when a potentially recoverable problem is encountered during deserialization process.
- destination - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
- destinationInstance - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
This field holds an optional injection of javax.jms.Destination
.
- destinationLookupName - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
JNDI lookup name for the JMS Destination
.
- durableMessage - Variable in class org.jberet.support.io.HornetQItemWriter
-
Whether the message to be produced is durable or not.
- encoder - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
Specifies a custom encoder when writing CSV.
- ENCODER_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
Use your own encoder when writing CSV.
- end - Variable in class org.jberet.support.io.BeanIOItemReader
-
A positive integer indicating the end position in the input resource.
- end - Variable in class org.jberet.support.io.CsvItemReader
-
Specify the end position in the data set (inclusive).
- end - Variable in class org.jberet.support.io.ExcelUserModelItemReader
-
A positive integer indicating the end position in the input resource.
- end - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
Specify the end position in the data set (inclusive).
- end - Variable in class org.jberet.support.io.JdbcItemReader
-
The row number in the ResultSet
to end reading (inclusive).
- end - Variable in class org.jberet.support.io.JsonItemReader
-
Specify the end position in the data set (inclusive).
- end - Variable in class org.jberet.support.io.XmlItemReader
-
Specify the end position in the data set (inclusive).
- END_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify the end position in the data set (inclusive)
- END_OF_LINE_SYMBOLS_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The end of line symbols to use when writing (Windows, Mac and Linux style line breaks are all supported when
reading, so this preference won't be used at all for reading).
- endOfLineSymbols - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
The end of line symbols to use when writing (Windows, Mac and Linux style line breaks are all supported when
reading, so this preference won't be used at all for reading).
- errorHandler - Variable in class org.jberet.support.io.BeanIOItemReader
-
A class implementing BeanReaderErrorHandler
for handling exceptions thrown by a
BeanReader
.
- escapeChar - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
Character, if any, used to escape values.
- EXCEL_NORTH_EUROPE_PREFERENCE - Static variable in class org.jberet.support.io.CsvProperties
-
The string property value to specify the use of org.supercsv.prefs.CsvPreference.EXCEL_NORTH_EUROPE_PREFERENCE
- EXCEL_PREFERENCE - Static variable in class org.jberet.support.io.CsvProperties
-
The string property value to specify the use of org.supercsv.prefs.CsvPreference.EXCEL_PREFERENCE
- ExcelEventItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
for reading binary Excel files (.xls) based on
Apache POI event model API.
- ExcelEventItemReader() - Constructor for class org.jberet.support.io.ExcelEventItemReader
-
- ExcelItemReaderWriterBase - Class in org.jberet.support.io
-
- ExcelItemReaderWriterBase() - Constructor for class org.jberet.support.io.ExcelItemReaderWriterBase
-
- ExcelStreamingItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
for reading OOXML Excel files, based on Apache POI
XSSF streaming reader API, and StAX.
- ExcelStreamingItemReader() - Constructor for class org.jberet.support.io.ExcelStreamingItemReader
-
- ExcelStreamingItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
for Excel 2007 OOXML (.xlsx) file format.
- ExcelStreamingItemWriter() - Constructor for class org.jberet.support.io.ExcelStreamingItemWriter
-
- ExcelUserModelItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
for reading Excel files.
- ExcelUserModelItemReader() - Constructor for class org.jberet.support.io.ExcelUserModelItemReader
-
- ExcelUserModelItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
for Excel files.
- ExcelUserModelItemWriter() - Constructor for class org.jberet.support.io.ExcelUserModelItemWriter
-
- exporterInstance - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
Optional injection of an implementation of Jasper Reports net.sf.jasperreports.export.Exporter
.
- getBOM() - Method in class org.jberet.support.io.UnicodeBOMInputStream
-
Returns the BOM
that was detected in the wrapped
InputStream
object.
- getBytes() - Method in class org.jberet.support.io.UnicodeBOMInputStream.BOM
-
Returns the bytes corresponding to this BOM
value.
- getCellProcessors() - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Gets the cell processors for reading CSV resource.
- getCellStringValues(Row) - Static method in class org.jberet.support.io.ExcelItemReaderWriterBase
-
Saves string values to a string array for all non-blank cells in the row passed in.
- getCellValue(Cell, int) - Method in class org.jberet.support.io.ExcelUserModelItemReader
-
- getCommentMatcher(String) - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Gets the configured org.supercsv.comment.CommentMatcher
.
- getConnection() - Method in class org.jberet.support.io.JdbcItemReaderWriterBase
-
- getCsvPreference() - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Creates or obtains org.supercsv.prefs.CsvPreference
according to the configuration in JSL document.
- getEncoder(String) - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Gets the configured org.supercsv.encoder.CsvEncoder
.
- getExporter() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- getInputStream(String, boolean) - Static method in class org.jberet.support.io.ItemReaderWriterBase
-
Gets an instance of java.io.InputStream
that represents the reader resource.
- getJrDataSource() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- getNameMapping() - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Gets the field names of the target bean, if they differ from the CSV header, or if there is no CSV header.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jberet.support.io.MappingJsonFactoryObjectFactory
-
Gets an instance of com.fasterxml.jackson.databind.MappingJsonFactory
based on the resource configuration
in the application server.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jberet.support.io.MongoClientObjectFactory
-
Gets an instance of com.mongodb.MongoClient
based on the resource configuration in the application server.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jberet.support.io.NoMappingJsonFactoryObjectFactory
-
Gets an instance of com.fasterxml.jackson.core.JsonFactory
based on the resource configuration in the
application server.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jberet.support.io.XmlFactoryObjectFactory
-
Gets an instance of com.fasterxml.jackson.dataformat.xml.XmlFactory
based on the resource configuration in the
application server.
- getOutputStream(String) - Method in class org.jberet.support.io.ItemReaderWriterBase
-
- getOutputStream() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- getQuoteMode(String) - Method in class org.jberet.support.io.CsvItemReaderWriterBase
-
Gets the configured org.supercsv.quote.QuoteMode
.
- getReportParameters() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- getTemplateInputStream() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- getValidator() - Static method in class org.jberet.support.io.ItemReaderWriterBase
-
Gets a cached javax.validation.Validator
.
- jacksonCollection - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
-
- JacksonCsvItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
that reads data items from CSV files using jackson-dataformat-csv.
- JacksonCsvItemReader() - Constructor for class org.jberet.support.io.JacksonCsvItemReader
-
- JacksonCsvItemReaderWriterBase - Class in org.jberet.support.io
-
- JacksonCsvItemReaderWriterBase() - Constructor for class org.jberet.support.io.JacksonCsvItemReaderWriterBase
-
- JacksonCsvItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
that writes data in CSV format using jackson-dataformat-csv.
- JacksonCsvItemWriter() - Constructor for class org.jberet.support.io.JacksonCsvItemWriter
-
- JasperReportsBatchlet - Class in org.jberet.support.io
-
A batchlet that generates report using Jasper Reports.
- JasperReportsBatchlet() - Constructor for class org.jberet.support.io.JasperReportsBatchlet
-
- JdbcItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
that reads data items from the source database.
- JdbcItemReader() - Constructor for class org.jberet.support.io.JdbcItemReader
-
- JdbcItemReaderWriterBase - Class in org.jberet.support.io
-
- JdbcItemReaderWriterBase() - Constructor for class org.jberet.support.io.JdbcItemReaderWriterBase
-
- JdbcItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
that inserts data items into the target database.
- JdbcItemWriter() - Constructor for class org.jberet.support.io.JdbcItemWriter
-
- JmsItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
that reads data items from a JMS destination.
- JmsItemReader() - Constructor for class org.jberet.support.io.JmsItemReader
-
- JmsItemReaderWriterBase - Class in org.jberet.support.io
-
- JmsItemReaderWriterBase() - Constructor for class org.jberet.support.io.JmsItemReaderWriterBase
-
- JmsItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
that sends data items to a JMS destination.
- JmsItemWriter() - Constructor for class org.jberet.support.io.JmsItemWriter
-
- jobContext - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
-
- jrDataSourceInstance - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
Optional injection of Jasper Reports net.sf.jasperreports.engine.JRDataSource
, which allows for more
control over the JRDataSource
creation and configuration.
- jsonFactory - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
- jsonFactoryFeatures - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.core.JsonFactory.Feature
s.
- jsonFactoryLookup - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
JNDI lookup name for
com.fasterxml.jackson.core.JsonFactory
, which is used for constructing
com.fasterxml.jackson.core.JsonParser
in
JsonItemReader
and
com.fasterxml.jackson.core.JsonGenerator
in
JsonItemWriter
.
- jsonGenerator - Variable in class org.jberet.support.io.JsonItemWriter
-
- jsonGeneratorFeatures - Variable in class org.jberet.support.io.JacksonCsvItemWriter
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.core.JsonGenerator
features.
- jsonGeneratorFeatures - Variable in class org.jberet.support.io.JsonItemWriter
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.core.JsonGenerator
features.
- JsonItemReader - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemReader
that reads from Json resource that consists of a
collection of same-typed data items.
- JsonItemReader() - Constructor for class org.jberet.support.io.JsonItemReader
-
- JsonItemReaderWriterBase - Class in org.jberet.support.io
-
- JsonItemReaderWriterBase() - Constructor for class org.jberet.support.io.JsonItemReaderWriterBase
-
- JsonItemWriter - Class in org.jberet.support.io
-
An implementation of javax.batch.api.chunk.ItemWriter
that writes a list of same-typed objects to Json resource.
- JsonItemWriter() - Constructor for class org.jberet.support.io.JsonItemWriter
-
- jsonParserFeatures - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.core.JsonParser
features.
- jsonParserFeatures - Variable in class org.jberet.support.io.JsonItemReader
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.core.JsonParser
features.
- parameterNames - Variable in class org.jberet.support.io.JdbcItemWriter
-
String keys used to retrieve values from incoming data and apply to SQL insert statement parameters.
- parameterTypes - Variable in class org.jberet.support.io.JdbcItemWriter
-
Tells this class which PreparedStatement
setter method to call to set insert statement parameters.
- password - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
Password for the JDBC connection
- password - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
-
MongoDB password.
- preference - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
Specifies one of the 4 predefined CSV preferences:
STANDARD_PREFERENCE
EXCEL_PREFERENCE
EXCEL_NORTH_EUROPE_PREFERENCE
TAB_PREFERENCE
- PREFERENCE_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify one of the 4 predefined CSV preferences: STANDARD_PREFERENCE
,
EXCEL_PREFERENCE
, EXCEL_NORTH_EUROPE_PREFERENCE
, TAB_PREFERENCE
.
- preparedStatement - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
- prettyPrinter - Variable in class org.jberet.support.io.JsonItemWriter
-
Fully-qualified name of a class that implements com.fasterxml.jackson.core.PrettyPrinter
, which
implements pretty printer functionality, such as indentation.
- prettyPrinter - Variable in class org.jberet.support.io.XmlItemWriter
-
The fully-qualified name of a class implementing com.fasterxml.jackson.core.PrettyPrinter
, which implements
pretty printer functionality, such as indentation.
- process() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- producer - Variable in class org.jberet.support.io.HornetQItemWriter
-
- producer - Variable in class org.jberet.support.io.JmsItemWriter
-
- projection - Variable in class org.jberet.support.io.MongoItemReader
-
Specifies the fields from the matching documents to return.
- properties - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
Additional properties for the JDBC connection
- r1c1 - Variable in class org.jberet.support.io.ExcelStreamingItemReader
-
If set to true, the target sheet uses R1C1-style cell coordinates; if set to false, the target sheet uses the
more common A1-style cell coordinates; defaults to null (not set).
- read() - Method in class org.jberet.support.io.UnicodeBOMInputStream
- read(byte[]) - Method in class org.jberet.support.io.UnicodeBOMInputStream
- read(byte[], int, int) - Method in class org.jberet.support.io.UnicodeBOMInputStream
- readItem() - Method in class org.jberet.support.io.BeanIOItemReader
-
- readItem() - Method in class org.jberet.support.io.CsvItemReader
-
- readItem() - Method in class org.jberet.support.io.ExcelEventItemReader
-
- readItem() - Method in class org.jberet.support.io.ExcelStreamingItemReader
-
- readItem() - Method in class org.jberet.support.io.ExcelUserModelItemReader
-
- readItem() - Method in class org.jberet.support.io.HornetQItemReader
-
- readItem() - Method in class org.jberet.support.io.JacksonCsvItemReader
-
- readItem() - Method in class org.jberet.support.io.JdbcItemReader
-
- readItem() - Method in class org.jberet.support.io.JmsItemReader
-
- readItem() - Method in class org.jberet.support.io.JsonItemReader
-
- readItem() - Method in class org.jberet.support.io.MongoItemReader
-
- readItem() - Method in class org.jberet.support.io.XmlItemReader
-
- receiveTimeout - Variable in class org.jberet.support.io.HornetQItemReader
-
The number of milliseconds a HornetQ ClientConsumer
blocks until a message arrives.
- receiveTimeout - Variable in class org.jberet.support.io.JmsItemReader
-
The number of milliseconds a JMS MessageConsumer
blocks until a message arrives.
- recordDelimiter - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
If
JasperReportsBatchlet.resource
is specified, and is a csv resource, this property specifies the delimiter between records,
typically new line character (CR/LF).
- registerModule() - Method in class org.jberet.support.io.JsonItemReaderWriterBase
-
- reportParameters - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
Report parameters for generating the report.
- reportParametersInstance - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
Optional injection of Jasper Reports report parameters, which allows for more complex, non-string values.
- reset() - Method in class org.jberet.support.io.UnicodeBOMInputStream
- resource - Variable in class org.jberet.support.io.ItemReaderWriterBase
-
The resource to read from (for batch readers), or write to (for batch writers).
- resource - Variable in class org.jberet.support.io.JasperReportsBatchlet
-
The resource that provides the data source for generating report.
- RESOURCE_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify the location of the CSV file.
- resultSet - Variable in class org.jberet.support.io.JdbcItemReader
-
- resultSetProperties - Variable in class org.jberet.support.io.JdbcItemReader
-
The following resultSetProperties
can be optionally configured in job xml:
fetchSize (use driver default)
fetchDirection
FETCH_FORWARD (default)
FETCH_REVERSE
FETCH_UNKNOWN
resultSetType:
TYPE_FORWARD_ONLY (default)
TYPE_SCROLL_INSENSITIVE
TYPE_SCROLL_SENSITIVE
resultSetConcurrency:
CONCUR_READ_ONLY (default)
CONCUR_UPDATABLE
resultSetHoldability:
HOLD_CURSORS_OVER_COMMIT (default)
CLOSE_CURSORS_AT_COMMIT
For example:
<property name="resultSetProperties" value="fetchSize=1000, resultSetConcurrency=CONCUR_UPDATABLE"/>
- rootElementName - Variable in class org.jberet.support.io.XmlItemWriter
-
Local name of the output XML root element.
- rootElementNamespaceURI - Variable in class org.jberet.support.io.XmlItemWriter
-
The namespaceURI of the prefix to use.
- rootElementPrefix - Variable in class org.jberet.support.io.XmlItemWriter
-
The prefix of the XML root element tag.
- rowIterator - Variable in class org.jberet.support.io.ExcelUserModelItemReader
-
- SELECT - Static variable in class org.jberet.support.io.CsvProperties
-
The property value to indicate selected columns.
- sendAcknowledgementHandler - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
The fully-qualified name of a class that implements org.hornetq.api.core.client.SendAcknowledgementHandler
.
- serializationFeatures - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
-
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.databind.SerializationFeature
s.
- SERVER_LOCATOR_HA_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- serverLocator - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- serverLocatorInstance - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
This field holds an optional injection of HornetQ ServerLocator
.
- serverLocatorParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
Key-value pairs to configure HornetQ ServerLocator
.
- session - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- session - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
- sessionFactory - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
- sessionFactoryInstance - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
-
This field holds an optional injection of HornetQ ClientSessionFactory
.
- sessionMode - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
-
The string name of the sessionMode used to create JMS session from a JMS connection.
- sharedStringsTable - Variable in class org.jberet.support.io.ExcelStreamingItemReader
-
- sheet - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
-
- sheetIndex - Variable in class org.jberet.support.io.ExcelUserModelItemReader
-
The index (0-based) of the target sheet to read, defaults to 0.
- sheetInputStream - Variable in class org.jberet.support.io.ExcelStreamingItemReader
-
- sheetName - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
-
The optional name of the target sheet.
- sheetStreamReader - Variable in class org.jberet.support.io.ExcelStreamingItemReader
-
- skip - Variable in class org.jberet.support.io.MongoItemReader
-
Specifies the number of elements to discard at the beginning of the cursor.
- skip(long) - Method in class org.jberet.support.io.UnicodeBOMInputStream
- skipBeanValidation - Variable in class org.jberet.support.io.ItemReaderWriterBase
-
Indicates whether the current batch reader will invoke Bean Validation API to validate the incoming data POJO.
- skipBOM() - Method in class org.jberet.support.io.UnicodeBOMInputStream
-
Skips the BOM
that was found in the wrapped
InputStream
object.
- skipFirstDataRow - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
Whether the first data line (either first line of the document, if useHeader=false, or second, if useHeader=true)
should be completely ignored by parser.
- sort - Variable in class org.jberet.support.io.MongoItemReader
-
Specifies how to sort the cursor's elements.
- sql - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
-
The sql statement for reading data from database, or inserting data into database.
- STANDARD_PREFERENCE - Static variable in class org.jberet.support.io.CsvProperties
-
The string property value to specify the use of org.supercsv.prefs.CsvPreference.STANDARD_PREFERENCE
- start - Variable in class org.jberet.support.io.BeanIOItemReader
-
A positive integer indicating the start position in the input resource.
- start - Variable in class org.jberet.support.io.CsvItemReader
-
Specifies the start position (a positive integer starting from 1) to read the data.
- start - Variable in class org.jberet.support.io.ExcelUserModelItemReader
-
A positive integer indicating the start position in the input resource.
- start - Variable in class org.jberet.support.io.JacksonCsvItemReader
-
Specifies the start position (a positive integer starting from 1) to read the data.
- start - Variable in class org.jberet.support.io.JdbcItemReader
-
The row number in the ResultSet
to start reading.
- start - Variable in class org.jberet.support.io.JsonItemReader
-
Specifies the start position (a positive integer starting from 1) to read the data.
- start - Variable in class org.jberet.support.io.XmlItemReader
-
Specifies the start position (a positive integer starting from 1) to read the data.
- START_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to specify the start position (a positive integer starting from 1) in the data set.
- STARTS_WITH - Static variable in class org.jberet.support.io.CsvProperties
-
The property value to indicate the use of a org.supercsv.comment.CommentStartsWith
comment matcher.
- STARTS_WITH_FUZZY - Static variable in class org.jberet.support.io.CsvProperties
-
A fuzzy variant of STARTS_WITH.
- STARTS_WITH_FUZZY2 - Static variable in class org.jberet.support.io.CsvProperties
-
A fuzzy variant of STARTS_WITH.
- stop() - Method in class org.jberet.support.io.JasperReportsBatchlet
-
- streamFactoryLookup - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
-
JNDI name for looking up org.beanio.StreamFactory
when running in application server.
- streamMapping - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
-
Location of the BeanIO mapping file, which can be a file path, a URL, or a resource loadable by the current
class loader.
- streamName - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
-
Name of the BeanIO stream defined in BeanIO mapping file.
- SURROUNDING_SPACES_NEED_QUOTES_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
Whether spaces surrounding a cell need quotes in order to be preserved (see below).
- surroundingSpacesNeedQuotes - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
-
Whether spaces surrounding a cell need quotes in order to be preserved (see below).
- workbook - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
-
- WRITE_COMMENTS_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to Specifies the complete comment line that can be recognized by any tools or programs
intended to read the current CSV output.
- WRITE_MODE_KEY - Static variable in class org.jberet.support.io.CsvProperties
-
The property key to instruct org.jberet.support.io.CsvItemWriter
, when the target CSV resource already
exists, whether to append to, or overwrite the existing resource, or fail.
- writeComments - Variable in class org.jberet.support.io.CsvItemWriter
-
Specifies the complete comment line that can be recognized by any tools or programs intended to read the current
CSV output.
- writeItems(List<Object>) - Method in class org.jberet.support.io.BeanIOItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.CsvItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.ExcelUserModelItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.HornetQItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.JacksonCsvItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.JdbcItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.JmsItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.JsonItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.MongoItemWriter
-
- writeItems(List<Object>) - Method in class org.jberet.support.io.XmlItemWriter
-
- writeMode - Variable in class org.jberet.support.io.CsvItemWriter
-
Instructs org.jberet.support.io.CsvItemWriter
, when the target CSV resource already
exists, whether to append to, or overwrite the existing resource, or fail.
- writeMode - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
-
- writeMode - Variable in class org.jberet.support.io.JacksonCsvItemWriter
-
Instructs this class, when the target CSV resource already exists, whether to append to, or overwrite
the existing resource, or fail.
- writeMode - Variable in class org.jberet.support.io.JsonItemWriter
-
Instructs this class, when the target Json resource already exists, whether to append to, or overwrite
the existing resource, or fail.
- writeMode - Variable in class org.jberet.support.io.XmlItemWriter
-
Instructs this class, when the target XML resource already
exists, whether to append to, or overwrite the existing resource, or fail.