public class EntityProcessStatusImpl extends Object implements org.apache.uima.collection.EntityProcessStatus
| Modifier and Type | Field and Description |
|---|---|
boolean |
isProcessed |
| Constructor and Description |
|---|
EntityProcessStatusImpl(org.apache.uima.util.ProcessTrace p) |
EntityProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
boolean aSkip) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventStatus(String aEventName,
String aResultS,
Throwable aE) |
List |
getExceptions() |
List |
getFailedComponentNames() |
org.apache.uima.util.ProcessTrace |
getProcessTrace() |
String |
getStatusMessage() |
boolean |
isEntitySkipped()
Gets whether an entity has beed skipped during processing
|
boolean |
isException() |
void |
printEventLog() |
public EntityProcessStatusImpl(org.apache.uima.util.ProcessTrace p)
public EntityProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
boolean aSkip)
public boolean isException()
isException in interface org.apache.uima.collection.EntityProcessStatuspublic String getStatusMessage()
getStatusMessage in interface org.apache.uima.collection.EntityProcessStatuspublic List getExceptions()
getExceptions in interface org.apache.uima.collection.EntityProcessStatuspublic List getFailedComponentNames()
getFailedComponentNames in interface org.apache.uima.collection.EntityProcessStatuspublic org.apache.uima.util.ProcessTrace getProcessTrace()
getProcessTrace in interface org.apache.uima.collection.EntityProcessStatuspublic void printEventLog()
public boolean isEntitySkipped()
isEntitySkipped in interface org.apache.uima.collection.EntityProcessStatusCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.