updated serialId in new RecordMissingMetadataException

This commit is contained in:
Sara Aspery
2017-06-27 12:48:59 +01:00
parent 1cbdc500d0
commit 10209ef6fa
5 changed files with 165 additions and 78 deletions

View File

@@ -139,6 +139,16 @@ public class RecordsAPI extends RMModelRequest
));
}
/**
* see {@link #completeRecord(String, String)
*/
public Record completeRecord(String recordId) throws Exception
{
mandatoryString("recordId", recordId);
return completeRecord(recordId, EMPTY);
}
/**
* Complete the record recordId
*