Uses of Class
org.apache.uima.collection.CollectionException
Packages that use CollectionException
Package
Description
Classes and interfaces for collection processing.
-
Uses of CollectionException in org.apache.uima.collection
Methods in org.apache.uima.collection that throw CollectionExceptionModifier and TypeMethodDescriptionvoidGets the next element of the collection.voidCasInitializer.initializeCas(Object aObj, CAS aCAS) Deprecated.Reads content and metadata from an Object and initializes aCAS. -
Uses of CollectionException in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that throw CollectionExceptionModifier and TypeMethodDescriptionCasDataCollectionReader.getNext()Gets the nextCasDatafrom thisCollectionReader.CasData[]CasDataCollectionReader.getNext(int aNumToGet) Gets multipleCasDataobjects from thisCasDataCollectionReader.booleanBaseCollectionReader.hasNext()Gets whether there are any elements remaining to be read from thisCollectionReader.CasDataInitializer.initializeCas(Object aObj) Deprecated.Reads content and metadata from an Object and creates aCasData.voidRecoverableCollectionReader.moveTo(SynchPoint aSynchPoint) Start CollectionReader recovery to a given synch point -
Uses of CollectionException in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl that throw CollectionExceptionModifier and TypeMethodDescriptionvoidCasConverter.casDataToCasContainer(CasData aData, CAS aContainer, boolean aLenient) Convert CAS Data to CAS Container (aka CAS Object) -
Uses of CollectionException in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine that throw CollectionExceptionModifier and TypeMethodDescriptionprotected booleanProcessingUnit.processNext(Object[] aCasObjectList, ProcessTrace pTrTemp) Executes the processing pipeline.private Object[]ArtifactProducer.readNext(int fetchSize) Reads next set of entities from the CollectionReader. -
Uses of CollectionException in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components that throw CollectionException