VerificationService

public interface VerificationService

A service that verifies connections to the various external applications.

Methods

verifyKobo

Verification verifyKobo(Configuration configuration)

Verifies that a connection to a KoboToolBox service is working.

Parameters:
Returns:

A Verification. True if working; false otherwise.

verifyOdk

Verification verifyOdk(Configuration configuration)

Verifies that a connection to an ODK service is working.

Parameters:
Returns:

A Verification. True if working; false otherwise.

verifyOna

Verification verifyOna(Configuration configuration)

Verifies that a connection to an Ona service is working.

Parameters:
Returns:

A Verification. True if working; false otherwise.