Interface ProcessSummaryLineInterface

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProcessSummaryFilterLink, ProcessSummaryLine, ProcessSummaryRecordLink

public interface ProcessSummaryLineInterface extends Serializable
Interface for objects that can be output from a process to summarize its results.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Getter for status
    default void
    prepareForFrontend(boolean isForResultScreen)
    meant to be called by framework, after process is complete, give the summary object a chance to finalize itself before it's sent to a frontend.
     
  • Method Details

    • getStatus

      Status getStatus()
      Getter for status
    • getMessage

      String getMessage()
    • prepareForFrontend

      default void prepareForFrontend(boolean isForResultScreen)
      meant to be called by framework, after process is complete, give the summary object a chance to finalize itself before it's sent to a frontend.
    • toLogPair

      LogPair toLogPair()