Package lumis.portal.interactiveprocess
Interface IStepOutcome
-
- All Known Implementing Classes:
StepOutcome
@StableMinor(version="16.1", sinceVersion="7.1") public interface IStepOutcome
Represents an outcome of a step of a given process.- Since:
- 7.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns the message.StepOutcomeStatus
getStatus()
Returns the status.
-
-
-
Method Detail
-
getMessage
java.lang.String getMessage()
Returns the message.- Returns:
- the message.
- Since:
- 7.1.0
-
getStatus
StepOutcomeStatus getStatus()
Returns the status.- Returns:
- the status.
- Since:
- 7.1.0
-
-