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 Type
    Method
    Description
    Constructs and initialises the Outcome string (XML)
    Constructs and initialises the Outcome object
  • Method Details

    • initOutcome

      String initOutcome(Job job) throws InvalidDataException
      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

      Outcome initOutcomeInstance(Job job) throws InvalidDataException
      Constructs and initialises the Outcome object
      Parameters:
      job - the Job containing information about the Outcome to be constructed
      Returns:
      Outcome object
      Throws:
      InvalidDataException