Class EurekaContinuationKey

java.lang.Object
de.pisa.psa.rst.uti.EurekaContinuationKey

public class EurekaContinuationKey extends Object
Generator and parser for the continuation key used by the EUREKA search
Since:
08.07.2024
Author:
weiland
  • Constructor Details

    • EurekaContinuationKey

      public EurekaContinuationKey(int skip)
      Create a new continuation
      Parameters:
      skip - number of records to skip
    • EurekaContinuationKey

      public EurekaContinuationKey(String key)
      Parse the continuation key
      Parameters:
      key - continuation key
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also:
    • generate

      public String generate()
      generate the key
      Returns:
      key
    • getSkip

      public int getSkip()
      get the number of records to skip
      Returns:
      number of records