Class SubmissionDeliveryCheckpointDao

    • Constructor Detail

      • SubmissionDeliveryCheckpointDao

        public SubmissionDeliveryCheckpointDao()
    • Method Detail

      • hasDeliveryCheckpoint

        public boolean hasDeliveryCheckpoint​(Submission submission,
                                             String name,
                                             String status)
        Determine whether a completed checkpoint with the given name already exists for the submission
        Parameters:
        submission - a valid submission (required)
        name - the name of the delivery checkpoint to look for (required)
        status - the delivery checkpoint status (required)
        Returns:
        true if a delivery checkpoint with this name exists for the submission