Interface ProcessSummaryLineInterface
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ProcessSummaryFilterLink
,ProcessSummaryLine
,ProcessSummaryRecordLink
Interface for objects that can be output from a process to summarize its results.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGetter for statusstatic void
log
(String message, Serializable summaryLines, List<LogPair> additionalLogPairs) 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.
-
Field Details
-
LOG
-
-
Method Details
-
log
-
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()
-