| Package | Description | 
|---|---|
| gov.va.vinci.leo.cr | 
 CollectionReader base classes and implementations are found in this package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseDatabaseCollectionReader
Retrieves rows from a database and returns them one at a time for extending readers to handle. 
 | 
class  | 
BaseFileCollectionReader
Get a list of the files in a directory and return them one at a time. 
 | 
class  | 
BatchDatabaseCollectionReader
Database CollectionReader that pulls the data in batches of a configurable size. 
 | 
class  | 
DatabaseCollectionReader
CollectionReader that executes a SQL query one time to pull the needed data from the database. 
 | 
class  | 
FileCollectionReader
Get a list of the files in a directory and return them one at a time. 
 | 
class  | 
SQLServerPagedDatabaseCollectionReader
Database CollectionReader that pulls the data in pages of a configurable size from SQL Server. 
 | 
class  | 
XmiFileCollectionReader
Get a list of the XMI files in a directory and populate the CAS when getNext(Cas) is
 called on the reader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends BaseLeoCollectionReader> | 
BaseLeoCollectionReader.addFilters(String... textFilters)
Add the list of textFilters classes from a String list. 
 | 
<T extends BaseLeoCollectionReader> | 
BaseLeoCollectionReader.addFilters(TextFilter... textFilters)
Add one or more text filters to the list of filters to be applied to the
 document text before adding to the CAS. 
 | 
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.