Package de.pisa.psa.rst.uti
Class ContinuationKey
java.lang.Object
de.pisa.psa.rst.uti.ContinuationKey
Generator and parser for the continuation key
- Since:
- 07.07.2023
- Author:
- weiland
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionContinuationKey
(de.pisa.psc.srv.dto.PscDto dto, int row) Constructor for generating a keyContinuationKey
(de.pisa.psc.srv.dto.PscDto dto, String key) Constructor for parsing a key -
Method Summary
-
Constructor Details
-
ContinuationKey
Constructor for generating a key- Parameters:
dto
- data objectrow
- row- Throws:
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- Parameters:
dto
- data objectkey
- continuation key- Throws:
de.pisa.psc.srv.glb.PscExc
-
-
Method Details