Package | Description |
---|---|
gov.va.vinci.leo |
Core Client objects.
|
gov.va.vinci.leo.cr |
CollectionReader base classes and implementations are found in this package.
|
Modifier and Type | Field and Description |
---|---|
protected LeoCollectionReaderInterface |
Client.collectionReader
Collection reader used for reading documents in and sending them to the service.
|
Modifier and Type | Method and Description |
---|---|
LeoCollectionReaderInterface |
Client.getLeoCollectionReader()
Get the collection reader for this client.
|
static LeoCollectionReaderInterface |
CommandLineClient.getReader(File config)
Parse the groovy config file, and return the reader object.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.run(LeoCollectionReaderInterface collectionReader,
org.apache.uima.aae.client.UimaAsBaseCallbackListener... uabs)
Execute the AS pipeline using the LeoCollectionReaderInterface object.
|
void |
Client.setLeoCollectionReader(LeoCollectionReaderInterface reader)
Set the collection reader for this client.
|
Constructor and Description |
---|
Client(String propertiesFile,
LeoCollectionReaderInterface collectionReader,
org.apache.uima.aae.client.UimaAsBaseCallbackListener... uaListeners)
Constructor with properties file input for client execution context, a collection reader for input, and option listeners.
|
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 |
BaseLeoCollectionReader
Provides the CollectionReader interface object to the UIMA framework for implementations of SubReaders.
|
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 |
ExternalCollectionReader
Import a third party CollectionReader from a descriptor or an already initialized CollectionReader object.
|
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.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.