EventLogService

public interface EventLogService extends MotechDataService<EventLog>

Motech Data Service interface for EventLogs. The implementation is generated and injected by the MDS module.

Methods

findBySubject

List<EventLog> findBySubject(String name)

Finds all recorded events with the given subject.

Parameters:
  • name – a subject to filter by
Returns:

a collection of all recorded events with the given subject