Interface OutcomeInitiator
- All Known Implementing Classes:
QueryOutcomeInitiator
public interface OutcomeInitiator
OutcomeInitator can be defined to construct an initial state of an Outcome
-
Method Summary
Modifier and TypeMethodDescriptioninitOutcome(Job job) Constructs and initialises the Outcome string (XML)initOutcomeInstance(Job job) Constructs and initialises the Outcome object
-
Method Details
-
initOutcome
Constructs and initialises the Outcome string (XML)- Parameters:
job- the Job containing information about the Outcome to be constructed- Returns:
- XML string
- Throws:
InvalidDataException
-
initOutcomeInstance
Constructs and initialises the Outcome object- Parameters:
job- the Job containing information about the Outcome to be constructed- Returns:
- Outcome object
- Throws:
InvalidDataException
-