Skip navigation links
jberet-support 1.2.0.Final
A B C D E F G H I J L M N O P Q R S T U V W X 

A

ALWAYS - Static variable in class org.jberet.support.io.CsvProperties
The property value to indicate always enable surrounding quotes for writing.
APPEND - Static variable in class org.jberet.support.io.CsvProperties
The property value to specify writeMode of append for org.jberet.support.io.CsvItemWriter.
autoCommit - Variable in class org.jberet.support.io.JdbcItemReader
Auto-commit mode for the JDBC connection.
available() - Method in class org.jberet.support.io.UnicodeBOMInputStream

B

batchSize - Variable in class org.jberet.support.io.MongoItemReader
Limits the number of elements returned in one batch.
BEAN_TYPE_KEY - Static variable in class org.jberet.support.io.CsvProperties
The property key to specify a fully-qualified class or interface name that maps to a row of the source CSV file.
BeanIOItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader based on BeanIO.
BeanIOItemReader() - Constructor for class org.jberet.support.io.BeanIOItemReader
 
BeanIOItemReaderWriterBase - Class in org.jberet.support.io
The base class of BeanIO-based reader and writer classes: BeanIOItemReader and BeanIOItemWriter.
BeanIOItemReaderWriterBase() - Constructor for class org.jberet.support.io.BeanIOItemReaderWriterBase
 
BeanIOItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter based on BeanIO.
BeanIOItemWriter() - Constructor for class org.jberet.support.io.BeanIOItemWriter
 
beanType - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
Specifies a fully-qualified class or interface name that maps to a row of the source CSV file.
beanType - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
 
beanType - Variable in class org.jberet.support.io.HornetQItemReader
The fully-qualified class name of the data item to be returned from HornetQItemReader.readItem() method.
beanType - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
For ItemReader, it's the java type that each data item should be converted to; for ItemWriter, it's the java type for each incoming data item.
beanType - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
For ItemReader, it's the java type that each data item should be converted to; for ItemWriter, it's the java type for each incoming data item.
beanType - Variable in class org.jberet.support.io.JmsItemReader
The fully-qualified class name of the data item to be returned from JmsItemReader.readItem() method.
beanType - Variable in class org.jberet.support.io.JsonItemReader
The bean type that represents individual data item in the source Json ItemReaderWriterBase.resource.
beanType - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
For MongoItemReader, it's the java type that each data item should be converted to; for MongoItemWriter, it's the java type for each incoming data item.
beanType - Variable in class org.jberet.support.io.XmlItemReader
The bean class that represents individual data item in the ItemReaderWriterBase.resource XML, and the XmlItemReader.readItem() method reads one item at a time and binds it to the provided bean type.
buildCsvSchema(CsvSchema) - Method in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
 
bytesToSerializableObject(byte[]) - Static method in class org.jberet.support.io.HornetQItemReaderWriterBase
 

C

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
If JasperReportsBatchlet.resource is specified, and is a csv resource, this property specifies the charset name for reading the csv resource.
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
The base class for CsvItemReader and CsvItemWriter.
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.

D

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
If JasperReportsBatchlet.resource is specified, this property specifies the date pattern string value.
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.DeserializationFeatures.
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.

E

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
The base class of Excel reader and writer classes: ExcelUserModelItemReader, ExcelUserModelItemWriter, ExcelStreamingItemWriter.
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.

F

FACTORY_CLASS_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
FAIL_IF_EXISTS - Static variable in class org.jberet.support.io.CsvProperties
The property value to specify writeMode of failIfExists for org.jberet.support.io.CsvItemWriter.
fieldDelimiter - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, and is a CSV resource, this property specifies the field or column delimiter.
fillAndExportReport(InputStream, Map<String, Object>, JRDataSource, Exporter) - Method in class org.jberet.support.io.JasperReportsBatchlet
 
formulaEvaluator - Variable in class org.jberet.support.io.ExcelUserModelItemReader
 

G

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.

H

header - Variable in class org.jberet.support.io.CsvItemWriter
Specifies the CSV header row to write out.
header - Variable in class org.jberet.support.io.ExcelItemReaderWriterBase
Specifies the header as an ordered string array.
HEADER_KEY - Static variable in class org.jberet.support.io.CsvProperties
The property key to specify the CSV header for write out.
headerless - Variable in class org.jberet.support.io.CsvItemReader
Indicates that the input CSV resource does not contain header row.
HEADERLESS_KEY - Static variable in class org.jberet.support.io.CsvProperties
The property key to indicate that the input CSV resource does not contain header.
headerMapping - Variable in class org.jberet.support.io.ExcelUserModelItemReader
Mapping between column label -> header name, e.g, {A : name, B: age}, or {1: name, 2: age} for R1C1 notation.
headerRow - Variable in class org.jberet.support.io.ExcelUserModelItemReader
The physical row number of the header.
HornetQItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads data items from a HornetQ address.
HornetQItemReader() - Constructor for class org.jberet.support.io.HornetQItemReader
 
HornetQItemReaderWriterBase - Class in org.jberet.support.io
The base class for HornetQItemReader and HornetQItemWriter.
HornetQItemReaderWriterBase() - Constructor for class org.jberet.support.io.HornetQItemReaderWriterBase
 
HornetQItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that sends data items to a HornetQ address.
HornetQItemWriter() - Constructor for class org.jberet.support.io.HornetQItemWriter
 
host - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
Host and optional port information for creating com.mongodb.MongoClientURI.

I

init() - Method in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
 
init() - Method in class org.jberet.support.io.JdbcItemReaderWriterBase
 
init() - Method in class org.jberet.support.io.MongoItemReaderWriterBase
 
initJsonFactory() - Method in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
 
initJsonFactory() - Method in class org.jberet.support.io.JsonItemReaderWriterBase
Initializes JsonFactory or its subtypes, e.g., com.fasterxml.jackson.dataformat.xml.XmlFactory, or com.fasterxml.jackson.dataformat.csv.CsvFactory.
initJsonFactoryAndObjectMapper() - Method in class org.jberet.support.io.JsonItemReaderWriterBase
Initializes JsonItemReaderWriterBase.jsonFactory and JsonItemReaderWriterBase.objectMapper fields, which may be instantiated or obtained from other part of the application.
initWorkbookAndSheet(int) - Method in class org.jberet.support.io.ExcelEventItemReader
 
initWorkbookAndSheet(int) - Method in class org.jberet.support.io.ExcelStreamingItemReader
 
initWorkbookAndSheet(int) - Method in class org.jberet.support.io.ExcelUserModelItemReader
 
initXmlFactory() - Method in class org.jberet.support.io.XmlItemReaderWriterBase
Initializes XmlItemReaderWriterBase.xmlFactory field, which may be instantiated or obtained from other part of the application.
initXmlModule() - Method in class org.jberet.support.io.XmlItemReader
 
initXmlModule() - Method in class org.jberet.support.io.XmlItemReaderWriterBase
Initializes XmlItemReaderWriterBase.xmlModule, if needed by job xml configuration.
initXmlModule() - Method in class org.jberet.support.io.XmlItemWriter
 
inputDecorator - Variable in class org.jberet.support.io.JacksonCsvItemReader
Fully-qualified name of a class that extends com.fasterxml.jackson.core.io.InputDecorator, which can be used to decorate input sources.
inputDecorator - Variable in class org.jberet.support.io.JsonItemReader
Fully-qualified name of a class that extends com.fasterxml.jackson.core.io.InputDecorator, which can be used to decorate input sources.
inputDecorator - Variable in class org.jberet.support.io.XmlItemReader
Fully-qualified name of a class implementing com.fasterxml.jackson.core.io.InputDecorator, which can be used to decorate input sources.
inputStream - Variable in class org.jberet.support.io.ExcelUserModelItemReader
 
ItemReaderWriterBase - Class in org.jberet.support.io
The base class for all implementations of javax.batch.api.chunk.ItemReader and javax.batch.api.chunk.ItemWriter.
ItemReaderWriterBase() - Constructor for class org.jberet.support.io.ItemReaderWriterBase
 

J

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
The base class for JdbcItemReader and JdbcItemWriter.
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
The base class for JmsItemReader and JmsItemWriter.
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.Features.
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
Base class for JsonItemReader and JsonItemWriter.
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.

L

limit - Variable in class org.jberet.support.io.MongoItemReader
Modifies the query to limit the number of matching documents to return to the client.
lineSeparator - Variable in class org.jberet.support.io.JacksonCsvItemWriter
Character used to separate data rows.
locale - Variable in class org.jberet.support.io.BeanIOItemReader
The locale name for this BeanIOItemReader
locale - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, this property specifies the locale string value.

M

mapperFeatures - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
A comma-separated list of key-value pairs that specify com.fasterxml.jackson.databind.ObjectMapper features.
MappingJsonFactoryObjectFactory - Class in org.jberet.support.io
An implementation of javax.naming.spi.ObjectFactory that produces instance of com.fasterxml.jackson.databind.MappingJsonFactory.
MappingJsonFactoryObjectFactory() - Constructor for class org.jberet.support.io.MappingJsonFactoryObjectFactory
 
mappingProperties - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
User properties that can be used for property substitution in BeanIO mapping file.
mark(int) - Method in class org.jberet.support.io.UnicodeBOMInputStream
markSupported() - Method in class org.jberet.support.io.UnicodeBOMInputStream
MATCHES - Static variable in class org.jberet.support.io.CsvProperties
The property value to indicate the use of a org.supercsv.comment.CommentMatches comment matcher.
MATCHES_FUZZY - Static variable in class org.jberet.support.io.CsvProperties
A fuzzy variant of MATCHES.
MAX_WORKSHEET_ROWS - Static variable in class org.jberet.support.io.ExcelEventItemReader
Maximum worksheet row numbers for Excel 2003: 65,536 (2 ** 16) http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP005199291.aspx
messageSelector - Variable in class org.jberet.support.io.JmsItemReader
Only messages with properties matching the message selector expression are delivered.
minColumnCount - Variable in class org.jberet.support.io.ExcelUserModelItemReader
 
mongoClient - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
 
mongoClientLookup - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
JNDI lookup name for com.mongodb.MongoClient.
MongoClientObjectFactory - Class in org.jberet.support.io
An implementation of javax.naming.spi.ObjectFactory that produces instance of com.mongodb.MongoClient.
MongoClientObjectFactory() - Constructor for class org.jberet.support.io.MongoClientObjectFactory
 
MongoItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads from a collection in a MongoDB database.
MongoItemReader() - Constructor for class org.jberet.support.io.MongoItemReader
 
MongoItemReaderWriterBase - Class in org.jberet.support.io
Base class for MongoItemReader and MongoItemWriter.
MongoItemReaderWriterBase() - Constructor for class org.jberet.support.io.MongoItemReaderWriterBase
 
MongoItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that writes to a collection in a MongoDB database.
MongoItemWriter() - Constructor for class org.jberet.support.io.MongoItemWriter
 

N

NAME_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
NAME_MAPPING_KEY - Static variable in class org.jberet.support.io.CsvProperties
The property key to specify the bean fields or map keys corresponding to CSV columns.
nameMapping - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
Specify the bean fields or map keys corresponding to CSV columns.
NEW_LINE - Static variable in class org.jberet.support.io.ItemReaderWriterBase
 
NoMappingJsonFactoryObjectFactory - Class in org.jberet.support.io
An implementation of javax.naming.spi.ObjectFactory that produces instance of com.fasterxml.jackson.core.JsonFactory.
NoMappingJsonFactoryObjectFactory() - Constructor for class org.jberet.support.io.NoMappingJsonFactoryObjectFactory
 
NONE - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
NONE.
nullValue - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
When asked to write Java `null`, this String value will be used instead.
numberPattern - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, this property specifies the number pattern string value.

O

objectMapper - Variable in class org.jberet.support.io.JsonItemReaderWriterBase
 
objectToBytes(Object) - Static method in class org.jberet.support.io.HornetQItemReaderWriterBase
 
open(Serializable) - Method in class org.jberet.support.io.BeanIOItemReader
 
open(Serializable) - Method in class org.jberet.support.io.BeanIOItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.CsvItemReader
 
open(Serializable) - Method in class org.jberet.support.io.CsvItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.ExcelUserModelItemReader
 
open(Serializable) - Method in class org.jberet.support.io.ExcelUserModelItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.HornetQItemReader
 
open(Serializable) - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
 
open(Serializable) - Method in class org.jberet.support.io.HornetQItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.JacksonCsvItemReader
 
open(Serializable) - Method in class org.jberet.support.io.JacksonCsvItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.JdbcItemReader
 
open(Serializable) - Method in class org.jberet.support.io.JdbcItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.JmsItemReader
 
open(Serializable) - Method in class org.jberet.support.io.JmsItemReaderWriterBase
 
open(Serializable) - Method in class org.jberet.support.io.JmsItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.JsonItemReader
 
open(Serializable) - Method in class org.jberet.support.io.JsonItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.MongoItemReader
 
open(Serializable) - Method in class org.jberet.support.io.MongoItemWriter
 
open(Serializable) - Method in class org.jberet.support.io.XmlItemReader
 
open(Serializable) - Method in class org.jberet.support.io.XmlItemWriter
 
options - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
MongoDB client options, e.g., safe=true&wtimeout=1000.
org.jberet.support.io - package org.jberet.support.io
 
outputDecorator - Variable in class org.jberet.support.io.JacksonCsvItemWriter
Fully-qualified name of a class that implements com.fasterxml.jackson.core.io.OutputDecorator, which can be used to decorate output destinations.
outputDecorator - Variable in class org.jberet.support.io.JsonItemWriter
Fully-qualified name of a class that implements com.fasterxml.jackson.core.io.OutputDecorator, which can be used to decorate output destinations.
outputDecorator - Variable in class org.jberet.support.io.XmlItemWriter
The fully-qualified name of a class implementing com.fasterxml.jackson.core.io.OutputDecorator, which can be used to decorate output destinations.
outputFile - Variable in class org.jberet.support.io.JasperReportsBatchlet
The file path of the generated report.
outputStream - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
 
outputStreamInstance - Variable in class org.jberet.support.io.JasperReportsBatchlet
Optional injection of report output stream, which allows for more control over the output stream creation, sharing, and configuration.
outputType - Variable in class org.jberet.support.io.JasperReportsBatchlet
The format of report output.
OVERWRITE - Static variable in class org.jberet.support.io.CsvProperties
The property value to specify writeMode of overwrite for org.jberet.support.io.CsvItemWriter.

P

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

Q

QUEUE_ADDRESS_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
QUEUE_DURABLE_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
QUEUE_FILTER_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
QUEUE_NAME_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
QUEUE_SHARED_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
QUEUE_TEMPORARY_KEY - Static variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
queueAddress - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
queueCapacity - Variable in class org.jberet.support.io.ExcelEventItemReader
the capacity of the queue used by org.apache.poi.hssf.eventusermodel.HSSFListener to hold pre-fetched data rows.
queueName - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
 
queueParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Key-value pairs to identify and configure the target HornetQ queue.
QUOTE_CHAR_KEY - Static variable in class org.jberet.support.io.CsvProperties
The quote character (used when a cell contains special characters, such as the delimiter char, a quote char, or spans multiple lines).
QUOTE_MODE_KEY - Static variable in class org.jberet.support.io.CsvProperties
Allows you to enable surrounding quotes for writing (if a column wouldn't normally be quoted because it doesn't contain special characters).
quoteChar - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
The quote character (used when a cell contains special characters, such as the delimiter char, a quote char, or spans multiple lines).
quoteChar - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
Character used for quoting values that contain quote characters or linefeeds.
quoteMode - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
Allows you to enable surrounding quotes for writing (if a column wouldn't normally be quoted because it doesn't contain special characters).

R

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
Registers any com.fasterxml.jackson.databind.module.SimpleModule to the JsonItemReaderWriterBase.objectMapper.
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
 

S

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.SerializationFeatures.
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).

T

TAB_PREFERENCE - Static variable in class org.jberet.support.io.CsvProperties
The string property value to specify the use of org.supercsv.prefs.CsvPreference.TAB_PREFERENCE
template - Variable in class org.jberet.support.io.JasperReportsBatchlet
Resource path of the compiled Jasper Reports template (*.jasper file).
templateHeaderRow - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
The row number (0-based) of the header in the template sheet.
templateResource - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
The resource of an existing Excel file or template file to be used as a base for generating output Excel.
templateSheetIndex - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
The sheet index (0-based) in the template file to be used for generating output Excel.
templateSheetName - Variable in class org.jberet.support.io.ExcelUserModelItemWriter
The sheet name in the template file to be used for generating output Excel.
timeZone - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, this property specifies the time zone string value.
toString() - Method in class org.jberet.support.io.UnicodeBOMInputStream.BOM
Returns a String representation of this BOM value.
toXmlGenerator - Variable in class org.jberet.support.io.XmlItemWriter
 

U

UnicodeBOMInputStream - Class in org.jberet.support.io
A class copied from http://stackoverflow.com/questions/1835430/byte-order-mark-screws-up-file-reading-in-java to manage BOM characters in CSV files.
UnicodeBOMInputStream(InputStream) - Constructor for class org.jberet.support.io.UnicodeBOMInputStream
Constructs a new UnicodeBOMInputStream that wraps the specified InputStream.
UnicodeBOMInputStream.BOM - Class in org.jberet.support.io
Type safe enumeration class that describes the different types of Unicode BOMs.
uri - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
The Mongo client URI.
url - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
JDBC connection url
useFirstRowAsHeader - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, and is a csv, xls, or xlsx resource, this property specifies whether to use the first row as header.
useHeader - Variable in class org.jberet.support.io.JacksonCsvItemReaderWriterBase
whether the first line of physical document defines column names (true) or not (false): if enabled, parser will take first-line values to define column names; and generator will output column names as the first line.
user - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
User name for the JDBC connection
user - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
MongoDB username.
UTF_16_BE - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
UTF-16, big-endian (FE FF).
UTF_16_LE - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
UTF-16, little-endian (FF FE).
UTF_32_BE - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
UTF-32, big-endian (00 00 FE FF).
UTF_32_LE - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
UTF-32, little-endian (FF FE 00 00).
UTF_8 - Static variable in class org.jberet.support.io.UnicodeBOMInputStream.BOM
UTF-8 BOM (EF BB BF).

V

validate(Object) - Static method in class org.jberet.support.io.ItemReaderWriterBase
Performs Bean Validation on the passed object.

W

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
Valid writeMode for this writer class is CsvProperties.OVERWRITE and CsvProperties.FAIL_IF_EXISTS.
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.

X

xmlFactory - Variable in class org.jberet.support.io.XmlItemReaderWriterBase
 
xmlFactoryLookup - Variable in class org.jberet.support.io.XmlItemReaderWriterBase
JNDI lookup name for com.fasterxml.jackson.dataformat.xml.XmlFactory, which is used for constructing FromXmlParser in XmlItemReader and ToXmlGenerator in XmlItemWriter.
XmlFactoryObjectFactory - Class in org.jberet.support.io
An implementation of javax.naming.spi.ObjectFactory that produces instance of com.fasterxml.jackson.dataformat.xml.XmlFactory.
XmlFactoryObjectFactory() - Constructor for class org.jberet.support.io.XmlFactoryObjectFactory
 
XmlItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads a collection of data from XML resource.
XmlItemReader() - Constructor for class org.jberet.support.io.XmlItemReader
 
XmlItemReaderWriterBase - Class in org.jberet.support.io
Base class for XmlItemReader and XmlItemWriter.
XmlItemReaderWriterBase() - Constructor for class org.jberet.support.io.XmlItemReaderWriterBase
 
XmlItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that writes a list of same-typed objects to XML resource.
XmlItemWriter() - Constructor for class org.jberet.support.io.XmlItemWriter
 
xmlMapper - Variable in class org.jberet.support.io.XmlItemReaderWriterBase
 
xmlModule - Variable in class org.jberet.support.io.XmlItemReaderWriterBase
 
xmlTextElementName - Variable in class org.jberet.support.io.XmlItemReader
Alternate "virtual name" to use for XML CDATA segments; that is, text values.
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
jberet-support 1.2.0.Final

Copyright © 2015 JBoss by Red Hat. All rights reserved.