ReportsMetadataDataService

public interface ReportsMetadataDataService extends MotechDataService<ReportsMetadataInfo>

Data service for the ReportsMetadataInfo class. Provides methods for managing instances of said class.

Methods

bySourceConfiguration

List<ReportsMetadataInfo> bySourceConfiguration(String configurationName)

Returns a list of the reports that originate from the configuration with the given configurationName.

Parameters:
  • configurationName – the name of the configuration
Returns:

the list of matching reports