[Task 66428] Applied feedback to the MetadataImport and Export scripts and framework

This commit is contained in:
Raf Ponsaerts
2019-12-10 16:13:54 +01:00
parent 84775128b1
commit e295a76c70
14 changed files with 142 additions and 89 deletions

View File

@@ -184,6 +184,7 @@ public class ProcessServiceImpl implements ProcessService {
return null;
}
@Override
public List<Bitstream> getBitstreams(Context context, Process process, String type) {
List<Bitstream> allBitstreams = process.getBitstreams();