Class PageSequenceResults


  • @Deprecated
    public class PageSequenceResults
    extends java.lang.Object
    Deprecated.
    Please avoid using package provided OOTB and/or migrate code to provide for this package in the custom code
    Class for reporting back formatting results to the calling application. This particular class is used to report the results of a single page-sequence.
    • Constructor Summary

      Constructors 
      Constructor Description
      PageSequenceResults​(java.lang.String id, int pageCount)
      Deprecated.
      Constructor for the PageSequenceResults object
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getID()
      Deprecated.
      Gets the ID of the page-sequence if one was specified.
      int getPageCount()
      Deprecated.
      Gets the number of pages that resulted by processing the page-sequence.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageSequenceResults

        public PageSequenceResults​(java.lang.String id,
                                   int pageCount)
        Deprecated.
        Constructor for the PageSequenceResults object
        Parameters:
        id - ID of the page-sequence, if available
        pageCount - The number of resulting pages
    • Method Detail

      • getID

        public java.lang.String getID()
        Deprecated.
        Gets the ID of the page-sequence if one was specified.
        Returns:
        The ID
      • getPageCount

        public int getPageCount()
        Deprecated.
        Gets the number of pages that resulted by processing the page-sequence.
        Returns:
        The number of pages generated