All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.registration.entity.RegistrationAuditDates Maven / Gradle / Ivy

package io.mosip.registration.entity;

import java.sql.Timestamp;

/**
 * Interface to retrieve the start and end {@link Timestamp} of the audit logs
 * sent along with the packet
 * 
 * @author Balaji Sridharan
 * @since 1.0.0
 */
public interface RegistrationAuditDates {

	Timestamp getAuditLogFromDateTime();
	Timestamp getAuditLogToDateTime();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy