public interface Outcome
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
completedStatus()
The state in which the activity completed.
|
Object |
data()
Outcome specific information that can be used to determine finer
level details about the outcome instance.
|
String |
name()
Give a name for this outcome.
|
String name() throws SystemException
SystemException
- Thrown if an error occurs.CompletionStatus completedStatus() throws SystemException
SystemException
- Thrown if an error occurs.Object data() throws SystemException
SystemException
- Thrown if an error occurs.Copyright © 2021 JBoss by Red Hat. All rights reserved.