| Name | Description | Type | Package | Framework |
| AbortCasProcessorException | Exception to notify the CPM to disable a Cas Processor. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| AbortCPMException | /** Exception to notify the CPM to terminate itself. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| BaseCollectionReader | The Base CollectionReader interface. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| BaseCPM | The Base CPM interface is a lower-level interface to the Collection Processing Manager. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| BaseStatusCallbackListener | Interface for a Listener that receives notification from the BaseCPM as various events occur. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasConsumer | Any component that operates on analysis results produced by a UIMA analysis engine. | Interface | org.apache.uima.collection | Apache Uima |
| CasConsumer_ImplBase | Base class for CAS Consumers in UIMA SDK v1. | Class | org.apache.uima.collection | Apache Uima |
| CasConsumerDescription | An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer. | Interface | org.apache.uima.collection | Apache Uima |
| CasDataCollectionReader | A CasDataCollectionReader is used to iterate over the elements of a Collection. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataCollectionReader_ImplBase | Base class from which to extend when writing Collection Readers that use the CasData interface to access the CAS. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataConsumer | Any component that operates on analysis results produced by a UIMA CasDataProcessor. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataConsumer_ImplBase | Base class from which to extend when writing CAS Consumers that use the CasData interfaceFields inherited from interface org. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataInitializer | A component that takes an Object (for text analysis applications, this will often be a String) and creates a CasData. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataInitializer_ImplBase | Base class from which to extend when writing CAS Initializers that use the CasData interface to access the CAS. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataProcessor | Interface for CAS processors that want to interact directly with the CasData. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasDataStatusCallbackListener | Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasInitializer | A component that takes an Object and initializes a CAS. | Interface | org.apache.uima.collection | Apache Uima |
| CasInitializer_ImplBase | Base class for CAS Initializers, which developers should extend with their own CAS Initializer implementation classes. | Class | org.apache.uima.collection | Apache Uima |
| CasInitializerDescription | An CasInitializerDescription contains all of the information needed to instantiate and use an CasInitializer. | Interface | org.apache.uima.collection | Apache Uima |
| CasObjectProcessor | Interface for CAS Processors that want to use the full CAS implementation. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasProcessor | Base interface for a component that can process a CAS. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| CasProcessorConfigurationParameterSettings | Contains configuration parameter settings for a CAS Processor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorDeploymentParam | An object that holds configuration information used for bulding CPE Descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorDeploymentParams | An object that contains all CasProcessorDeploymentParam instances. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorErrorHandling | An object to contains configuration specific to error handling applicable to every CasProcossor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorErrorRateThreshold | An object to contains configuration specific to error handling applicable to every CasProcessor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorExecArg | An object containing an arbitrary value that will passed to a program launched by the CPE. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorExecArgs | An object containing all CasProcessorExecArg instances. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorExecutable | An object containing configuration for a program that the CPE will use to launch CasProcessor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorFilter | Object containing a filter expression used by the CPE to route CAS's to CasProcessor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorMaxRestarts | An object that holds configuration related to handling max restarts for CasProcessors. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorRunInSeperateProcess | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorRuntimeEnvParam | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CasProcessorTimeout | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CollectionException | Thrown to indicate that there is a problem with some aspect of a Collection. | Class | org.apache.uima.collection | Apache Uima |
| CollectionProcessingEngine | A CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level | Interface | org.apache.uima.collection | Apache Uima |
| CollectionProcessingManager | A CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts. | Interface | org.apache.uima.collection | Apache Uima |
| CollectionReader | A CollectionReader is used to iterate over the elements of a Collection. | Interface | org.apache.uima.collection | Apache Uima |
| CollectionReader_ImplBase | Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes. | Class | org.apache.uima.collection | Apache Uima |
| CollectionReaderDescription | An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader. | Interface | org.apache.uima.collection | Apache Uima |
| CpeCasProcessor | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeCasProcessors | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeCheckpoint | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeCollectionReader | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeCollectionReaderCasInitializer | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeCollectionReaderIterator | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeComponentDescriptor | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeConfiguration | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeDescription | Java representation of a Collection Processing Engine (CPE) XML descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeDescriptorException | Class | org.apache.uima.collection.metadata | Apache Uima | |
| CpeDescriptorFactory | Factory class for creating CpeDescriptors and their constituent objects. | Class | org.apache.uima.collection.impl.metadata.cpe | Apache Uima |
| CpeInclude | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeIntegratedCasProcessor | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeLocalCasProcessor | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeRemoteCasProcessor | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeResourceManagerConfiguration | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| CpeSofaMapping | Interface | org.apache.uima.collection.metadata | Apache Uima | |
| CpeSofaMappings | Interface | org.apache.uima.collection.metadata | Apache Uima | |
| CpeTimer | Interface | org.apache.uima.collection.metadata | Apache Uima | |
| CPMChunkTimeoutException | See Also:Serialized FormFields inherited from class org. | Class | org.apache.uima.collection.impl.cpm.engine | Apache Uima |
| EntityProcessStatus | Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager. | Interface | org.apache.uima.collection | Apache Uima |
| NameValuePair | Stores a name (String) and value (Object). | Interface | org.apache.uima.collection.metadata | Apache Uima |
| OutputQueue | An object that holds configuration that is part of the CPE descriptor. | Interface | org.apache.uima.collection.metadata | Apache Uima |
| RecoverableCollectionReader | Interface facilitating CollectionReader recovery from failures. | Interface | org.apache.uima.collection.base_cpm | Apache Uima |
| SkipCasException | Exception to notify the CPM to skip a Cas Processor for the current CAS. | Class | org.apache.uima.collection.base_cpm | Apache Uima |
| StatusCallbackListener | Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur. | Interface | org.apache.uima.collection | Apache Uima |
| SynchPoint | Interface | org.apache.uima.collection.base_cpm | Apache Uima | |