Klasse ContinuationKey

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

public class ContinuationKey extends Object
Generator and parser for the continuation key
Seit:
07.07.2023
Autor:
weiland
  • Konstruktordetails

    • ContinuationKey

      public ContinuationKey(de.pisa.psc.srv.dto.PscDto dto, int row) throws Exception
      Constructor for generating a key
      Parameter:
      dto - data object
      row - row
      Löst aus:
      Exception
    • ContinuationKey

      public ContinuationKey(de.pisa.psc.srv.dto.PscDto dto, String key) throws de.pisa.psc.srv.glb.PscExc
      Constructor for parsing a key
      Parameter:
      dto - data object
      key - continuation key
      Löst aus:
      de.pisa.psc.srv.glb.PscExc
  • Methodendetails