Uses of Class
org.qubership.integration.platform.engine.persistence.shared.entity.Checkpoint
Packages that use Checkpoint
Package
Description
-
Uses of Checkpoint in org.qubership.integration.platform.engine.rest.v1.mapper
Methods in org.qubership.integration.platform.engine.rest.v1.mapper with parameters of type CheckpointModifier and TypeMethodDescriptionCheckpointMapper.asDTO(Checkpoint checkpoint) CheckpointMapperImpl.asDTO(Checkpoint checkpoint) Method parameters in org.qubership.integration.platform.engine.rest.v1.mapper with type arguments of type CheckpointModifier and TypeMethodDescriptionCheckpointMapper.asDTO(List<Checkpoint> checkpoints) CheckpointMapperImpl.asDTO(List<Checkpoint> checkpoints) -
Uses of Checkpoint in org.qubership.integration.platform.engine.service
Methods in org.qubership.integration.platform.engine.service that return CheckpointModifier and TypeMethodDescriptionCheckpointSessionService.findCheckpoint(String sessionId, String chainId, String checkpointElementId) CheckpointSessionService.findLastCheckpoint(String chainId, String sessionId) Methods in org.qubership.integration.platform.engine.service with parameters of type CheckpointModifier and TypeMethodDescriptionvoidCheckpointSessionService.saveAndAssignCheckpoint(Checkpoint checkpoint, String sessionId)