Variable naming change. Javadocs addded.

This commit is contained in:
damian
2023-06-09 16:56:26 +02:00
parent c6cf19d40c
commit ff504e35d1
11 changed files with 65 additions and 12 deletions

View File

@@ -337,6 +337,11 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
return collectionService;
}
/**
* return count of the collection items
*
* @return int
*/
public int countArchivedItem() {
try {
return collectionService.countArchivedItem(this);