Skip navigation links
jberet-support 1.3.0.Final
A B C D E F G H I J K 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.
applyClusterProperties(Cluster.Builder) - Method in class org.jberet.support.io.CassandraReaderWriterBase
 
ArrayItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads from an array of data.
ArrayItemReader() - Constructor for class org.jberet.support.io.ArrayItemReader
 
ArtemisItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads data items from a Artemis address.
ArtemisItemReader() - Constructor for class org.jberet.support.io.ArtemisItemReader
 
ArtemisItemReaderWriterBase - Class in org.jberet.support.io
The base class for ArtemisItemReader and ArtemisItemWriter.
ArtemisItemReaderWriterBase() - Constructor for class org.jberet.support.io.ArtemisItemReaderWriterBase
 
ArtemisItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that sends data items to an Artemis address.
ArtemisItemWriter() - Constructor for class org.jberet.support.io.ArtemisItemWriter
 
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.
batchStatement - Variable in class org.jberet.support.io.CassandraItemWriter
The Cassandra batch statement that contains all insert statements within the current chunk processing cycle.
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.ArtemisItemReader
The fully-qualified class name of the data item to be returned from ArtemisItemReader.readItem() method.
beanType - Variable in class org.jberet.support.io.CassandraReaderWriterBase
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.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
Deprecated.
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.JpaItemReader
The Java type of the query result object.
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.RestItemReader
The class of individual element of the response message entity.
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.ArtemisItemReaderWriterBase
 

C

CassandraBatchlet - Class in org.jberet.support.io
A batchlet that executes one cql statement, or multiple cql statements grouped into one cql batch.
CassandraBatchlet() - Constructor for class org.jberet.support.io.CassandraBatchlet
 
CassandraItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads data items from the Cassandra cluster.
CassandraItemReader() - Constructor for class org.jberet.support.io.CassandraItemReader
 
CassandraItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that inserts data items into Cassandra cluster.
CassandraItemWriter() - Constructor for class org.jberet.support.io.CassandraItemWriter
 
CassandraReaderWriterBase - Class in org.jberet.support.io
CassandraReaderWriterBase() - Constructor for class org.jberet.support.io.CassandraReaderWriterBase
 
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.ArtemisItemReaderWriterBase
 
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.CassandraItemReader
checkpointInfo() - Method in class org.jberet.support.io.CassandraItemWriter
This method returns null.
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
Deprecated.
 
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.JpaItemReader
checkpointInfo() - Method in class org.jberet.support.io.JpaItemWriter
Returns the current checkpoint data for this writer.
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.KafkaItemReader
Returns reader checkpoint info that includes topic name, partition number and partition offset for each topic partition assigned to current Kafka consumer.
checkpointInfo() - Method in class org.jberet.support.io.KafkaItemWriter
Returns null checkpoint info for this writer.
checkpointInfo() - Method in class org.jberet.support.io.MockItemWriter
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.RestItemReader
Returns reader checkpoint info (int number), which is the last successfully read position.
checkpointInfo() - Method in class org.jberet.support.io.RestItemWriter
Returns writer checkpoint info, always null.
checkpointInfo() - Method in class org.jberet.support.io.XmlItemReader
 
checkpointInfo() - Method in class org.jberet.support.io.XmlItemWriter
 
client - Variable in class org.jberet.support.io.RestItemReaderWriterBase
REST client javax.ws.rs.client.Client, which is instantiated in RestItemReaderWriterBase.open(Serializable) and closed in RestItemReaderWriterBase.close().
close() - Method in class org.jberet.support.io.ArtemisItemReader
 
close() - Method in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
close() - Method in class org.jberet.support.io.ArtemisItemWriter
 
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.CassandraReaderWriterBase
 
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
Deprecated.
 
close() - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
close() - Method in class org.jberet.support.io.HornetQItemWriter
Deprecated.
 
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, Statement) - 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.JpaItemReader
close() - Method in class org.jberet.support.io.JpaItemWriter
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.KafkaItemReader
Closes the Kafka consumer.
close() - Method in class org.jberet.support.io.KafkaItemWriter
Closes the Kafka producer.
close() - Method in class org.jberet.support.io.MockItemWriter
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.RestItemReader
closes the REST client and sets it to null.
close() - Method in class org.jberet.support.io.RestItemReaderWriterBase
closes the REST client and sets it to null.
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
 
closeEntityManager() - Method in class org.jberet.support.io.JpaItemReaderWriterBase
 
cluster - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 
clusterInstance - Variable in class org.jberet.support.io.CassandraReaderWriterBase
This field holds an optional injection of com.datastax.driver.core.Cluster.
clusterProperties - Variable in class org.jberet.support.io.CassandraReaderWriterBase
Additional properties for the Cassandra cluster
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.
columnDefinitions - Variable in class org.jberet.support.io.CassandraItemReader
The column definitions of the ResultSet
columnLabels - Variable in class org.jberet.support.io.CassandraItemReader
The column names of the ResultSet
columnLabels - Variable in class org.jberet.support.io.JdbcItemReader
 
columnMapping - Variable in class org.jberet.support.io.CassandraItemReader
String keys used in target data structure for database columns.
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.
commandArray - Variable in class org.jberet.support.io.OsCommandBatchlet
The OS command and its arguments as a list of string values separated by comma (,).
commandLine - Variable in class org.jberet.support.io.OsCommandBatchlet
The OS command and its arguments as a single line.
commandOkExitValues - Variable in class org.jberet.support.io.OsCommandBatchlet
A comma-separated list of int numbers that signal the successful completion of the OS command.
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.
configFile - Variable in class org.jberet.support.io.KafkaItemReaderWriterBase
The file path or URL to the Kafka configuration properties file.
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.ArtemisItemReaderWriterBase
 
configureServerLocator() - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
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.ArtemisItemReaderWriterBase
Key-value pairs to identify and configure Artemis org.apache.activemq.artemis.api.core.TransportConfiguration, which is used to create Artemis ServerLocator.
connectorFactoryParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
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.ArtemisItemReader
 
consumer - Variable in class org.jberet.support.io.HornetQItemReader
Deprecated.
 
consumer - Variable in class org.jberet.support.io.JmsItemReader
 
consumer - Variable in class org.jberet.support.io.KafkaItemReader
Kafka consumer instance based on configuration properties specified in KafkaItemReaderWriterBase.configFile.
contactPoints - Variable in class org.jberet.support.io.CassandraReaderWriterBase
Cassandra contact points
cql - Variable in class org.jberet.support.io.CassandraReaderWriterBase
The CQL statement for reading data from, or inserting data into Cassandra.
createCell(Row, int, Object) - Method in class org.jberet.support.io.ExcelUserModelItemWriter
 
createConfigProperties() - Method in class org.jberet.support.io.KafkaItemReaderWriterBase
Loads properties from the path or URL specified in batch property KafkaItemReaderWriterBase.configFile, and returns the properties.
createTopicPartitions() - Method in class org.jberet.support.io.KafkaItemReader
Creates and returns a list of TopicPartition based on the injected batch property KafkaItemReader.topicPartitions.
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.CassandraItemReader
The current row number.
currentRowNumber - Variable in class org.jberet.support.io.JdbcItemReader
 
cursor - Variable in class org.jberet.support.io.MongoItemReader
 
customCodecList - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 
customCodecs - Variable in class org.jberet.support.io.CassandraReaderWriterBase
Custom codec's for converting between CQL values and Java objects
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.JdbcBatchlet
JNDI lookup name of the javax.sql.DataSource.
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_LIMIT - Static variable in class org.jberet.support.io.RestItemReader
Default value for limit query parameter.
DEFAULT_LIMIT_KEY - Static variable in class org.jberet.support.io.RestItemReader
Default key for limit query parameter.
DEFAULT_OFFSET - Static variable in class org.jberet.support.io.RestItemReader
Default value for offset query parameter.
DEFAULT_OFFSET_KEY - Static variable in class org.jberet.support.io.RestItemReader
Default key for offset query parameter.
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.ArtemisItemWriter
Whether the message to be produced is durable or not.
durableMessage - Variable in class org.jberet.support.io.HornetQItemWriter
Deprecated.
Whether the message to be produced is durable or not.

E

em - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
 
emf - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
 
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.CassandraItemReader
The row number in the ResultSet to end reading (inclusive).
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).
entityManagerInstance - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
javax.enterprise.inject.Instance that holds optional injection of EntityManager.
entityManagerLookupName - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
JNDI lookup name of EntityManager.
entityTransaction - Variable in class org.jberet.support.io.JpaItemWriter
Flag to control whether to begin entity transaction before writing items, and to commit entity transaction after writing items.
entityType - Variable in class org.jberet.support.io.RestItemReader
The class of the REST response message entity, and is a array of collection type whose component type is RestItemReader.beanType.
environment - Variable in class org.jberet.support.io.OsCommandBatchlet
Custom environment variables to be used when running the OS command.
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
 
executeStoredProcedure() - Method in class org.jberet.support.io.JdbcItemReader
 
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.ArtemisItemReaderWriterBase
 
FAIL_IF_DIRS_NOT_EXIST - Static variable in class org.jberet.support.io.CsvProperties
The property value to specify writeMode of "failIfDirsNotExist" for writers.
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.
fetchSize - Variable in class org.jberet.support.io.CassandraItemReader
The query fetch size.
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
 
firstResult - Variable in class org.jberet.support.io.JpaItemReader
Position of the first result, numbered from 0.
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
 
getPartition(Object) - Method in class org.jberet.support.io.KafkaItemWriter
Gets the destination topic partition used when sending ProducerRecord.
getQuery() - Method in class org.jberet.support.io.JpaItemReader
Creates and initializes the JPA query object based on the configuration in this reader class, in the following order of precedence: JpaItemReader.queryInstance JpaItemReader.jpqlQuery JpaItemReader.namedQuery JpaItemReader.nativeQuery JpaItemReader.storedProcedureQuery JpaItemReader.namedStoredProcedureQuery
getQuoteMode(String) - Method in class org.jberet.support.io.CsvItemReaderWriterBase
Gets the configured org.supercsv.quote.QuoteMode.
getRecordKey(Object) - Method in class org.jberet.support.io.KafkaItemWriter
Gets the key used when sending ProducerRecord.
getReportParameters() - Method in class org.jberet.support.io.JasperReportsBatchlet
 
getTemplateInputStream() - Method in class org.jberet.support.io.JasperReportsBatchlet
 
getTopic(Object) - Method in class org.jberet.support.io.KafkaItemWriter
Gets the destination topic used when sending ProducerRecord.
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.
hints - Variable in class org.jberet.support.io.JpaItemReader
Query hint properties, as a list of key-value pairs separated by comma (,).
HornetQItemReader - Class in org.jberet.support.io
Deprecated.
As of 1.3.0, replaced by ArtemisItemReader
HornetQItemReader() - Constructor for class org.jberet.support.io.HornetQItemReader
Deprecated.
 
HornetQItemReaderWriterBase - Class in org.jberet.support.io
Deprecated.
As of 1.3.0, replaced by ArtemisItemReaderWriterBase
HornetQItemReaderWriterBase() - Constructor for class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
HornetQItemWriter - Class in org.jberet.support.io
Deprecated.
As of 1.3.0, replaced by ArtemisItemWriter
HornetQItemWriter() - Constructor for class org.jberet.support.io.HornetQItemWriter
Deprecated.
 
host - Variable in class org.jberet.support.io.MongoItemReaderWriterBase
Host and optional port information for creating com.mongodb.MongoClientURI.
httpMethod - Variable in class org.jberet.support.io.RestItemReaderWriterBase
HTTP method to use in the REST call to read or write data.

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
 
initBeanPropertyDescriptors() - Method in class org.jberet.support.io.CassandraItemReader
 
initBeanPropertyDescriptors() - Method in class org.jberet.support.io.CassandraReaderWriterBase
 
initCustomCodecs() - Method in class org.jberet.support.io.CassandraReaderWriterBase
 
initEntityManager() - Method in class org.jberet.support.io.JpaItemReaderWriterBase
 
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.
initSession() - Method in class org.jberet.support.io.CassandraReaderWriterBase
 
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
 
isStoredProcedure() - Method in class org.jberet.support.io.JdbcItemReader
 
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
 
JdbcBatchlet - Class in org.jberet.support.io
 
JdbcBatchlet() - Constructor for class org.jberet.support.io.JdbcBatchlet
 
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
 
JpaItemReader - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemReader that reads data with Java Persistence API (JPA).
JpaItemReader() - Constructor for class org.jberet.support.io.JpaItemReader
 
JpaItemReaderWriterBase - Class in org.jberet.support.io
The base class for JpaItemWriter and JpaItemReader.
JpaItemReaderWriterBase() - Constructor for class org.jberet.support.io.JpaItemReaderWriterBase
 
JpaItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter that writes data items with Java Persistence API (JPA).
JpaItemWriter() - Constructor for class org.jberet.support.io.JpaItemWriter
 
jpqlQuery - Variable in class org.jberet.support.io.JpaItemReader
a Java Persistence query string.
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
 
jsonParser - Variable in class org.jberet.support.io.JsonItemReader
 
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.

K

KafkaItemReader - Class in org.jberet.support.io
An implementation of ItemReader that reads data items from Kafka topics.
KafkaItemReader() - Constructor for class org.jberet.support.io.KafkaItemReader
 
KafkaItemReaderWriterBase - Class in org.jberet.support.io
Base class for KafkaItemReader and KafkaItemWriter.
KafkaItemReaderWriterBase() - Constructor for class org.jberet.support.io.KafkaItemReaderWriterBase
 
KafkaItemWriter - Class in org.jberet.support.io
An implementation of ItemWriter that sends data items to Kafka TopicPartition as specified in batch property KafkaItemWriter.topicPartition.
KafkaItemWriter() - Constructor for class org.jberet.support.io.KafkaItemWriter
 
keyspace - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 

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.
limit - Variable in class org.jberet.support.io.RestItemReader
The value of the limit property, which specifies the maximum number of items to read.
limitKey - Variable in class org.jberet.support.io.RestItemReader
Configures the key of the query parameter that specifies the maximum number of items to return in the REST response.
lineSeparator - Variable in class org.jberet.support.io.JacksonCsvItemWriter
Character used to separate data rows.
listField - Variable in class org.jberet.support.io.MockItemWriter
The List field in MockItemWriter.toClass class to save data items.
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
maxResults - Variable in class org.jberet.support.io.JpaItemReader
Maximum number of results to retrieve by the query.
mediaType - Variable in class org.jberet.support.io.RestItemWriter
Media type to use in the REST call to write data.
mediaTypeInstance - Variable in class org.jberet.support.io.RestItemWriter
The javax.ws.rs.core.MediaType value based on RestItemWriter.mediaType batch property.
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
 
MockItemWriter - Class in org.jberet.support.io
An implementation of javax.batch.api.chunk.ItemWriter for easy testing and prototyping.
MockItemWriter() - Constructor for class org.jberet.support.io.MockItemWriter
 
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.ArtemisItemReaderWriterBase
 
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.
namedQuery - Variable in class org.jberet.support.io.JpaItemReader
The name of a query defined in JPA metadata.
namedStoredProcedureQuery - Variable in class org.jberet.support.io.JpaItemReader
A name assigned to the stored procedure query in JPA metadata.
nameMapping - Variable in class org.jberet.support.io.CsvItemReaderWriterBase
Specify the bean fields or map keys corresponding to CSV columns.
nativeQuery - Variable in class org.jberet.support.io.JpaItemReader
A native SQL query string.
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.ArtemisItemReaderWriterBase
 
offset - Variable in class org.jberet.support.io.RestItemReader
The value of the offset property, which specifies the starting point for reading.
offsetKey - Variable in class org.jberet.support.io.RestItemReader
Configures the key of the query parameter that specifies the starting position to read in the target REST resource.
open(Serializable) - Method in class org.jberet.support.io.ArrayItemReader
open(Serializable) - Method in class org.jberet.support.io.ArtemisItemReader
 
open(Serializable) - Method in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
open(Serializable) - Method in class org.jberet.support.io.ArtemisItemWriter
 
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.CassandraItemReader
open(Serializable) - Method in class org.jberet.support.io.CassandraItemWriter
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
Deprecated.
 
open(Serializable) - Method in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
open(Serializable) - Method in class org.jberet.support.io.HornetQItemWriter
Deprecated.
 
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.JpaItemReader
open(Serializable) - Method in class org.jberet.support.io.JpaItemWriter
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.KafkaItemReader
During the reader opening, the Kafka consumer is instantiated, and checkpoint, if any, is analyzed to position the reader properly.
open(Serializable) - Method in class org.jberet.support.io.KafkaItemWriter
During the writer opening, the Kafka producer is instantiated, based on the configuration properties as specified in the batch property KafkaItemReaderWriterBase.configFile.
open(Serializable) - Method in class org.jberet.support.io.MockItemWriter
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.RestItemReader
During the reader opening, the REST client is instantiated, and checkpoint, if any, is used to position the reader properly.
open(Serializable) - Method in class org.jberet.support.io.RestItemReaderWriterBase
During the writer opening, the REST client is instantiated.
open(Serializable) - Method in class org.jberet.support.io.RestItemWriter
During the writer opening, the REST client is instantiated, and checkpoint is ignored.
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
 
OsCommandBatchlet - Class in org.jberet.support.io
This batchlet runs a native OS command in a sub-process asynchronously.
OsCommandBatchlet() - Constructor for class org.jberet.support.io.OsCommandBatchlet
 
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.CassandraItemWriter
When the cql parameter (variable) name only differs from the corresponding table column name in case (i.e., they are same when compared case insensitive), the current driver uses the column name as the column definition name.
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.
parseResultSetProperties() - Method in class org.jberet.support.io.JdbcItemReader
 
password - Variable in class org.jberet.support.io.CassandraReaderWriterBase
Password for the Cassandra connection
password - Variable in class org.jberet.support.io.JdbcBatchlet
Password for the JDBC connection
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.
persistenceUnitName - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
Persistence unit name.
persistenceUnitProperties - Variable in class org.jberet.support.io.JpaItemReaderWriterBase
Persistence unit properties, as a list of key-value pairs separated by comma (,).
pollTimeout - Variable in class org.jberet.support.io.KafkaItemReader
The time, in milliseconds, spent waiting in poll if data is not available.
postConstruct() - Method in class org.jberet.support.io.JpaItemReaderWriterBase
 
preDestroy() - Method in class org.jberet.support.io.JpaItemReaderWriterBase
 
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.CassandraItemWriter
The com.datastax.driver.core.PreparedStatement based on CassandraReaderWriterBase.cql
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.
printWriter - Variable in class org.jberet.support.io.MockItemWriter
The PrintWriter writing to the file specified by MockItemWriter.toFile property.
process() - Method in class org.jberet.support.io.CassandraBatchlet
This method executes the cql statement(s) as specified in CassandraReaderWriterBase.cql batch property, and returns the string representation of the first row in the result set.
process() - Method in class org.jberet.support.io.JasperReportsBatchlet
 
process() - Method in class org.jberet.support.io.JdbcBatchlet
process() - Method in class org.jberet.support.io.OsCommandBatchlet
This method runs the OS command.
producer - Variable in class org.jberet.support.io.ArtemisItemWriter
 
producer - Variable in class org.jberet.support.io.HornetQItemWriter
Deprecated.
 
producer - Variable in class org.jberet.support.io.JmsItemWriter
 
producer - Variable in class org.jberet.support.io.KafkaItemWriter
The Kafka producer responsible for sending the records.
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.JdbcBatchlet
Additional properties for the JDBC connection
properties - Variable in class org.jberet.support.io.JdbcItemReaderWriterBase
Additional properties for the JDBC connection
propertyDescriptorMap - Variable in class org.jberet.support.io.CassandraItemReader
For CassandraReaderWriterBase.beanType of custom POJO bean, this property defines a mapping between POJO bean's property name and its JavaBeans java.beans.PropertyDescriptor.
propertyDescriptors - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 

Q

query - Variable in class org.jberet.support.io.JpaItemReader
The JPA query object
queryInstance - Variable in class org.jberet.support.io.JpaItemReader
javax.enterprise.inject.Instance that holds optional injection of javax.persistence.Query.
QUEUE_ADDRESS_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
QUEUE_DURABLE_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
QUEUE_FILTER_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
QUEUE_NAME_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
QUEUE_SHARED_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
QUEUE_TEMPORARY_KEY - Static variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
queueAddress - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
queueAddress - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
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.ArtemisItemReaderWriterBase
 
queueName - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
queueParams - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
Key-value pairs to identify and configure the target Artemis queue.
queueParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
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
readerPosition - Variable in class org.jberet.support.io.RestItemReader
Current reading position in the target resource, and is returned as the current checkpoint in RestItemReader.checkpointInfo() method.
readItem() - Method in class org.jberet.support.io.ArrayItemReader
readItem() - Method in class org.jberet.support.io.ArtemisItemReader
 
readItem() - Method in class org.jberet.support.io.BeanIOItemReader
 
readItem() - Method in class org.jberet.support.io.CassandraItemReader
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
Deprecated.
 
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.JpaItemReader
readItem() - Method in class org.jberet.support.io.JsonItemReader
 
readItem() - Method in class org.jberet.support.io.KafkaItemReader
Reads 1 record and return its value object, and updates the current read position.
readItem() - Method in class org.jberet.support.io.MongoItemReader
 
readItem() - Method in class org.jberet.support.io.RestItemReader
Reads 1 record and return the result object, and updates the current read position.
readItem() - Method in class org.jberet.support.io.XmlItemReader
 
readPosition - Variable in class org.jberet.support.io.JpaItemReader
Current read position
receiveTimeout - Variable in class org.jberet.support.io.ArtemisItemReader
The number of milliseconds a Artemis ClientConsumer blocks until a message arrives.
receiveTimeout - Variable in class org.jberet.support.io.HornetQItemReader
Deprecated.
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).
recordKey - Variable in class org.jberet.support.io.KafkaItemWriter
The key used when sending ProducerRecord.
recordsBuffer - Variable in class org.jberet.support.io.KafkaItemReader
Holds records obtained from polling Kafka server, and feeds to KafkaItemReader.readItem() method one record a time.
recordsBuffer - Variable in class org.jberet.support.io.RestItemReader
Internal buffer to hold multiple items retrieved as the RestItemReader.readItem() method only returns 1 item at a time.
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.
RestItemReader - Class in org.jberet.support.io
An implementation of ItemReader that reads data items from REST resource.
RestItemReader() - Constructor for class org.jberet.support.io.RestItemReader
 
RestItemReaderWriterBase - Class in org.jberet.support.io
The base class for RestItemReader and RestItemWriter.
RestItemReaderWriterBase() - Constructor for class org.jberet.support.io.RestItemReaderWriterBase
 
RestItemWriter - Class in org.jberet.support.io
An implementation of ItemWriter that posts data items to REST resource.
RestItemWriter() - Constructor for class org.jberet.support.io.RestItemWriter
 
restUrl - Variable in class org.jberet.support.io.RestItemReaderWriterBase
The base URI for the REST call.
resultList - Variable in class org.jberet.support.io.JpaItemReader
List to hold query result objects
resultSet - Variable in class org.jberet.support.io.CassandraItemReader
The com.datastax.driver.core.ResultSet from executing CassandraItemReader.statement
resultSet - Variable in class org.jberet.support.io.JdbcItemReader
 
resultSetMapping - Variable in class org.jberet.support.io.JpaItemReader
Name of the resultset mapping.
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.CassandraItemReader
The iterator of com.datastax.driver.core.Row based on CassandraItemReader.resultSet
rowIterator - Variable in class org.jberet.support.io.ExcelUserModelItemReader
 
rowNumber - Variable in class org.jberet.support.io.JsonItemReader
 

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.ArtemisItemReaderWriterBase
The fully-qualified name of a class that implements org.apache.activemq.artemis.api.core.client.SendAcknowledgementHandler.
sendAcknowledgementHandler - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
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.ArtemisItemReaderWriterBase
 
serverLocator - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
serverLocator - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
serverLocatorInstance - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
This field holds an optional injection of Artemis ServerLocator.
serverLocatorInstance - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
This field holds an optional injection of HornetQ ServerLocator.
serverLocatorParams - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
Key-value pairs to configure Artemis ServerLocator.
serverLocatorParams - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
Key-value pairs to configure HornetQ ServerLocator.
session - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
session - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 
session - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
session - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
 
sessionCreated - Variable in class org.jberet.support.io.CassandraReaderWriterBase
 
sessionFactory - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
 
sessionFactory - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
 
sessionFactoryInstance - Variable in class org.jberet.support.io.ArtemisItemReaderWriterBase
This field holds an optional injection of Artemis ClientSessionFactory.
sessionFactoryInstance - Variable in class org.jberet.support.io.HornetQItemReaderWriterBase
Deprecated.
This field holds an optional injection of HornetQ ClientSessionFactory.
sessionInstance - Variable in class org.jberet.support.io.CassandraReaderWriterBase
This field holds an optional injection of com.datastax.driver.core.Session.
sessionMode - Variable in class org.jberet.support.io.JmsItemReaderWriterBase
The string name of the sessionMode used to create JMS session from a JMS connection.
setProcessErrorStream(InputStream) - Method in interface org.jberet.support.io.StreamHandler
Sets the InputStream to handle stderr.
setProcessInputStream(OutputStream) - Method in interface org.jberet.support.io.StreamHandler
Sets the OutputStream to handle stdin.
setProcessOutputStream(InputStream) - Method in interface org.jberet.support.io.StreamHandler
Sets the InputStream to handle stdout.
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.CassandraItemReader
Whether to perform bean validation with Bean Validation API, if the CassandraReaderWriterBase.beanType is a custom POJO bean type.
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.
sqls - Variable in class org.jberet.support.io.JdbcBatchlet
The sql statements to execute.
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.CassandraItemReader
The row number in the ResultSet to start reading.
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() - Method in interface org.jberet.support.io.StreamHandler
Start handling of the streams.
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.
statement - Variable in class org.jberet.support.io.CassandraItemReader
The regular cql statement based on CassandraReaderWriterBase.cql
stepContext - Variable in class org.jberet.support.io.OsCommandBatchlet
Injected StepContext.
stop() - Method in class org.jberet.support.io.CassandraBatchlet
This method does nothing.
stop() - Method in class org.jberet.support.io.JasperReportsBatchlet
 
stop() - Method in class org.jberet.support.io.JdbcBatchlet
stop() - Method in class org.jberet.support.io.OsCommandBatchlet
This method tries to destroy the process running the OS command.
stop() - Method in interface org.jberet.support.io.StreamHandler
Stop handling the streams.
storedProcedureQuery - Variable in class org.jberet.support.io.JpaItemReader
A name of the stored procedure in the database.
streamFactoryLookup - Variable in class org.jberet.support.io.BeanIOItemReaderWriterBase
JNDI name for looking up org.beanio.StreamFactory when running in application server.
streamHandler - Variable in class org.jberet.support.io.OsCommandBatchlet
Fully-qualified name of a class that implements StreamHandler, which handles the input and output of the subprocess.
StreamHandler - Interface in org.jberet.support.io
A handler which allows the streams from a Process to be consumed.
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.
timeoutSeconds - Variable in class org.jberet.support.io.OsCommandBatchlet
The timeout as number of seconds.
timeZone - Variable in class org.jberet.support.io.JasperReportsBatchlet
If JasperReportsBatchlet.resource is specified, this property specifies the time zone string value.
toClass - Variable in class org.jberet.support.io.MockItemWriter
The fully-qualified name of a class that contains a public static java.util.List field to hold data items.
toConsole - Variable in class org.jberet.support.io.MockItemWriter
A flag to control whether to write data items to the console.
toFile - Variable in class org.jberet.support.io.MockItemWriter
The file path to write data to.
topicPartition - Variable in class org.jberet.support.io.KafkaItemWriter
A topic partition in the form of <topicName>:<partitionNumber>.
topicPartitionOffset - Variable in class org.jberet.support.io.KafkaItemReader
A mapping of topic-partition and its offset to track the progress of each TopicPartition.
topicPartitions - Variable in class org.jberet.support.io.KafkaItemReader
A list of topic-and-partition in the form of "topicName1:partitionNumber1, topicName2:partitionNumber2, ".
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.JdbcBatchlet
JDBC connection url
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.CassandraReaderWriterBase
User name for the Cassandra connection
user - Variable in class org.jberet.support.io.JdbcBatchlet
User name for the JDBC connection
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
 
workingDir - Variable in class org.jberet.support.io.OsCommandBatchlet
The working directory for running the OS command.
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.ArtemisItemWriter
 
writeItems(List<Object>) - Method in class org.jberet.support.io.BeanIOItemWriter
 
writeItems(List<Object>) - Method in class org.jberet.support.io.CassandraItemWriter
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
Deprecated.
 
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.JpaItemWriter
In this method, the entity manager persists the items.
writeItems(List<Object>) - Method in class org.jberet.support.io.JsonItemWriter
 
writeItems(List<Object>) - Method in class org.jberet.support.io.KafkaItemWriter
Creates Kafka ProducerRecord and sends it to Kafka topic partition for each item in data items.
writeItems(List<Object>) - Method in class org.jberet.support.io.MockItemWriter
If MockItemWriter.toConsole is true, items are written to the console.
writeItems(List<Object>) - Method in class org.jberet.support.io.MongoItemWriter
 
writeItems(List<Object>) - Method in class org.jberet.support.io.RestItemWriter
 
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.MockItemWriter
Instructs this class, when the target file 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 K L M N O P Q R S T U V W X 
Skip navigation links
jberet-support 1.3.0.Final

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