Interface ESIObjectHistoryRenderer

All Known Implementing Classes:
ESIObjectHistoryRendererImpl

public interface ESIObjectHistoryRenderer
Interface for initializing object history renderers.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generate the output using the help of the argument.
    void
    Establishes the state of the object so that it is ready to process requests.
  • Method Details

    • setData

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

      Supported API: true
      Parameters:
      ufid -
      Throws:
      WTException
    • render

      void render(ESIObjectHistoryBuilder builder) throws WTException
      Generate the output using the help of the argument.

      Supported API: true
      Parameters:
      builder -
      Throws:
      WTException