Class UimaASProcessStatusImpl

java.lang.Object
org.apache.uima.aae.client.UimaASProcessStatusImpl
All Implemented Interfaces:
Serializable, UimaASProcessStatus, org.apache.uima.collection.EntityProcessStatus

public class UimaASProcessStatusImpl extends Object implements UimaASProcessStatus
See Also:
  • Field Details

    • isProcessed

      public boolean isProcessed
  • Constructor Details

    • UimaASProcessStatusImpl

      public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p)
    • UimaASProcessStatusImpl

      public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, String aCasReferenceId)
    • UimaASProcessStatusImpl

      public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, String aCasReferenceId, String aParentCasReferenceId)
    • UimaASProcessStatusImpl

      public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, boolean aSkip)
  • Method Details

    • isException

      public boolean isException()
      Specified by:
      isException in interface org.apache.uima.collection.EntityProcessStatus
    • getStatusMessage

      public String getStatusMessage()
      Specified by:
      getStatusMessage in interface org.apache.uima.collection.EntityProcessStatus
    • getExceptions

      public List getExceptions()
      Specified by:
      getExceptions in interface org.apache.uima.collection.EntityProcessStatus
    • getFailedComponentNames

      public List getFailedComponentNames()
      Specified by:
      getFailedComponentNames in interface org.apache.uima.collection.EntityProcessStatus
    • addEventStatus

      public void addEventStatus(String aEventName, String aResultS, Throwable aE)
    • getProcessTrace

      public org.apache.uima.util.ProcessTrace getProcessTrace()
      Specified by:
      getProcessTrace in interface org.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 interface org.apache.uima.collection.EntityProcessStatus
      Returns:
      true if an entity was skipped, false otherwise
    • getCasReferenceId

      public String getCasReferenceId()
      Specified by:
      getCasReferenceId in interface UimaASProcessStatus
    • getParentCasReferenceId

      public String getParentCasReferenceId()
      Specified by:
      getParentCasReferenceId in interface UimaASProcessStatus
    • toString

      public String toString()
      Show class variable names and their current values. Uses reflection to obtain a list of variables from the class.
      Overrides:
      toString in class Object