w2p-80200 Add new tests for each dspace object, cleaned up java docs and authrorization inside of create

This commit is contained in:
Nathan Buckingham
2021-08-30 14:38:25 -04:00
parent cdeb22ed7b
commit e1f798fd82
9 changed files with 95 additions and 9 deletions

View File

@@ -97,6 +97,12 @@ public class Community extends DSpaceObject implements DSpaceObjectLegacySupport
}
/**
* Takes a pre-determined UUID to be passed to the object to allow for the
* restoration of previously defined UUID's.
*
* @param uuid Takes a uuid to be passed to the Pre-Defined UUID Generator
*/
protected Community(UUID uuid) {
this.predefinedUUID = uuid;
}