Interface CustomContentReadyChecker


public interface CustomContentReadyChecker
This delegate would be used to determine whether translations are ready, but it can also determine whether the document itself is ready.

Supported API: true
Extendable: true
  • Method Details

    • isTranslatedContentReady

      boolean isTranslatedContentReady(Persistable source, Persistable trans, PayloadContext context) throws WTException
      This method checks the state of the document and its translation to determine whether they are ready to be published.
      Parameters:
      source -
      trans -
      context -
      Returns:
      Throws:
      WTException -

      Supported API: true
    • isContentReady

      boolean isContentReady(Persistable source, PayloadContext context) throws WTException
      This method checks the state of the document to determine whether it is ready to be published.
      Parameters:
      source -
      context -
      Returns:
      Throws:
      WTException -

      Supported API: true