public class UimaASProcessStatusImpl extends Object implements UimaASProcessStatus
| Modifier and Type | Field and Description |
|---|---|
boolean |
isProcessed |
| Constructor and Description |
|---|
UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p) |
UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
boolean aSkip) |
UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
String aCasReferenceId) |
UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
String aCasReferenceId,
String aParentCasReferenceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventStatus(String aEventName,
String aResultS,
Throwable aE) |
String |
getCasReferenceId() |
List |
getExceptions() |
List |
getFailedComponentNames() |
String |
getParentCasReferenceId() |
org.apache.uima.util.ProcessTrace |
getProcessTrace() |
String |
getStatusMessage() |
boolean |
isEntitySkipped()
Gets whether an entity has beed skipped during processing
|
boolean |
isException() |
void |
printEventLog() |
String |
toString()
Show class variable names and their current values.
|
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p)
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
String aCasReferenceId)
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
String aCasReferenceId,
String aParentCasReferenceId)
public UimaASProcessStatusImpl(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.EntityProcessStatuspublic String getCasReferenceId()
getCasReferenceId in interface UimaASProcessStatuspublic String getParentCasReferenceId()
getParentCasReferenceId in interface UimaASProcessStatusCopyright © 2016. All rights reserved.