getAllFor abstract method

Future<List<StudyProtocol>> getAllFor(
  1. String ownerId
)

Find all StudyProtocol's owned by the owner with ownerId.

Returns the last version of each StudyProtocol owned by the requested owner, or an empty list when none are found.

Implementation

Future<List<StudyProtocol>> getAllFor(String ownerId);