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.EntityProcessStatus
public String getStatusMessage()
getStatusMessage
in interface org.apache.uima.collection.EntityProcessStatus
public List getExceptions()
getExceptions
in interface org.apache.uima.collection.EntityProcessStatus
public List getFailedComponentNames()
getFailedComponentNames
in interface org.apache.uima.collection.EntityProcessStatus
public org.apache.uima.util.ProcessTrace getProcessTrace()
getProcessTrace
in interface org.apache.uima.collection.EntityProcessStatus
public void printEventLog()
public boolean isEntitySkipped()
isEntitySkipped
in interface org.apache.uima.collection.EntityProcessStatus
public String getCasReferenceId()
getCasReferenceId
in interface UimaASProcessStatus
public String getParentCasReferenceId()
getParentCasReferenceId
in interface UimaASProcessStatus
Copyright © 2016. All rights reserved.