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.
-
Method Summary
Modifier and TypeMethodDescriptionGetter for statusdefault 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()
-