Package org.apache.uima.aae.client
Class UimaASProcessStatusImpl
java.lang.Object
org.apache.uima.aae.client.UimaASProcessStatusImpl
- All Implemented Interfaces:
Serializable
,UimaASProcessStatus
,org.apache.uima.collection.EntityProcessStatus
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUimaASProcessStatusImpl
(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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEventStatus
(String aEventName, String aResultS, Throwable aE) org.apache.uima.util.ProcessTrace
boolean
Gets whether an entity has beed skipped during processingboolean
void
toString()
Show class variable names and their current values.
-
Field Details
-
isProcessed
public boolean isProcessed
-
-
Constructor Details
-
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p) -
UimaASProcessStatusImpl
-
UimaASProcessStatusImpl
-
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, boolean aSkip)
-
-
Method Details
-
isException
public boolean isException()- Specified by:
isException
in interfaceorg.apache.uima.collection.EntityProcessStatus
-
getStatusMessage
- Specified by:
getStatusMessage
in interfaceorg.apache.uima.collection.EntityProcessStatus
-
getExceptions
- Specified by:
getExceptions
in interfaceorg.apache.uima.collection.EntityProcessStatus
-
getFailedComponentNames
- Specified by:
getFailedComponentNames
in interfaceorg.apache.uima.collection.EntityProcessStatus
-
addEventStatus
-
getProcessTrace
public org.apache.uima.util.ProcessTrace getProcessTrace()- Specified by:
getProcessTrace
in interfaceorg.apache.uima.collection.EntityProcessStatus
-
printEventLog
public void printEventLog() -
isEntitySkipped
public boolean isEntitySkipped()Gets whether an entity has beed skipped during processing- Specified by:
isEntitySkipped
in interfaceorg.apache.uima.collection.EntityProcessStatus
- Returns:
- true if an entity was skipped, false otherwise
-
getCasReferenceId
- Specified by:
getCasReferenceId
in interfaceUimaASProcessStatus
-
getParentCasReferenceId
- Specified by:
getParentCasReferenceId
in interfaceUimaASProcessStatus
-
toString
Show class variable names and their current values. Uses reflection to obtain a list of variables from the class.
-