Interface OffDocumentItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AFTER_PAGE
      Process this extension after the next page is rendered or prepared when being handled by the area tree.
      static int END_OF_DOC
      Process this extension at the end of the document once all pages have been fully rendered.
      static int IMMEDIATELY
      Process this extension immediately when being handled by the area tree.
    • Field Detail

      • IMMEDIATELY

        static final int IMMEDIATELY
        Process this extension immediately when being handled by the area tree.
        See Also:
        Constant Field Values
      • AFTER_PAGE

        static final int AFTER_PAGE
        Process this extension after the next page is rendered or prepared when being handled by the area tree.
        See Also:
        Constant Field Values
      • END_OF_DOC

        static final int END_OF_DOC
        Process this extension at the end of the document once all pages have been fully rendered.
        See Also:
        Constant Field Values
    • Method Detail

      • getWhenToProcess

        int getWhenToProcess()
        Get an indicator of when this item should be processed
        Returns:
        int constant (IMMEDIATELY, AFTER_PAGE, END_OF_DOC)
      • getName

        java.lang.String getName()
        Return a human-readable name for this ODI (for error messages, etc.)
        Returns:
        String name of ODI