TasksDataService

public interface TasksDataService extends MotechDataService<Task>

Data service for tasks.

Methods

findTasksByName

List<Task> findTasksByName(String name)

Returns the list of tasks with the given name.

Parameters:
  • name – the task name, null returns empty list
Returns:

the list of matching tasks