Uses of Interface
org.apache.uima.collection.EntityProcessStatus
Package
Description
Classes and interfaces for collection processing.
-
Uses of EntityProcessStatus in org.apache.uima.collection
Modifier and TypeMethodDescriptionvoid
StatusCallbackListener.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Called when the processing of each entity has completed. -
Uses of EntityProcessStatus in org.apache.uima.collection.base_cpm
Modifier and TypeMethodDescriptionvoid
CasDataStatusCallbackListener.entityProcessComplete
(CasData aCasData, EntityProcessStatus aStatus) Called when the processing of each CasData unit has completed. -
Uses of EntityProcessStatus in org.apache.uima.collection.impl
-
Uses of EntityProcessStatus in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeMethodDescriptionstatic void
CPMEngine.callEntityProcessCompleteWithCAS
(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps) Internal use only, public for cross package access. switches class loaders and locks casprotected void
NonThreadedProcessingUnit.doNotifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
ProcessingUnit.doNotifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
SequencedQueue.doNotifyListeners
(Object aCas, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
NonThreadedProcessingUnit.notifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'es.protected void
ProcessingUnit.notifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'es. -
Uses of EntityProcessStatus in org.apache.uima.tools
Modifier and TypeMethodDescriptionvoid
RunAE.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Entity process complete. -
Uses of EntityProcessStatus in org.apache.uima.tools.docanalyzer
Modifier and TypeMethodDescriptionvoid
DocumentAnalyzer.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Entity process complete.