getAllForOwner abstract method
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>> getAllForOwner(String ownerId);