Interface ESIObjectHistoryBuilder

All Known Implementing Classes:
ESIObjectHistoryBuilderImpl

public interface ESIObjectHistoryBuilder
Interface for initializing object history builders.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Map the argument and add it to the output.
    Return the output from the build process.
    void
    setData(String groupOutName)
    Establishes the state of the object so that it is ready to process requests.
  • Method Details

    • setData

      void setData(String groupOutName) throws WTException
      Establishes the state of the object so that it is ready to process requests.

      Supported API: true
      Parameters:
      groupOutName - The name to assign to the output Group.
      Throws:
      WTException
    • addElement

      void addElement(ReleaseActivity ra) throws WTException
      Map the argument and add it to the output.

      Supported API: true
      Parameters:
      ra - The object that is to be mapped.
      Throws:
      WTException
    • getGroup

      Group getGroup() throws WTException
      Return the output from the build process.

      Supported API: true
      Returns:
      Group
      Throws:
      WTException