mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
Variable naming change. Javadocs addded.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user