Package org.dspace.health
Class ItemCheck
- java.lang.Object
-
- org.dspace.health.Check
-
- org.dspace.health.ItemCheck
-
public class ItemCheck extends Check
- Author:
- LINDAT/CLARIN dev team
-
-
Constructor Summary
Constructors Constructor Description ItemCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionSizesInfo(Context context)List<Map.Entry<String,Integer>>getCommunities(Context context)StringgetObjectSizesInfo(Context context)Stringrun(ReportInfo ri)
-
-
-
Method Detail
-
run
public String run(ReportInfo ri)
-
getObjectSizesInfo
public String getObjectSizesInfo(Context context) throws SQLException
- Throws:
SQLException
-
getCollectionSizesInfo
public String getCollectionSizesInfo(Context context) throws SQLException
- Throws:
SQLException
-
getCommunities
public List<Map.Entry<String,Integer>> getCommunities(Context context) throws SQLException
- Throws:
SQLException
-
-