Package org.dspace.statistics.content
Class DatasetDSpaceObjectGenerator
- java.lang.Object
-
- org.dspace.statistics.content.DatasetGenerator
-
- org.dspace.statistics.content.DatasetDSpaceObjectGenerator
-
public class DatasetDSpaceObjectGenerator extends DatasetGenerator
Represents a dspace object based facet for filtering.- Author:
- kevinvandevelde at atmire.com Date: 23-dec-2008 Time: 11:38:20
-
-
Field Summary
-
Fields inherited from class org.dspace.statistics.content.DatasetGenerator
datasetType, includeTotal
-
-
Constructor Summary
Constructors Constructor Description DatasetDSpaceObjectGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDsoChild(int type, int max, boolean separate, int nameLength)voidaddDsoChild(DSORepresentation representation)List<DSORepresentation>getDsoRepresentations()-
Methods inherited from class org.dspace.statistics.content.DatasetGenerator
getDatasetType, isIncludeTotal, setDatasetType, setIncludeTotal
-
-
-
-
Method Detail
-
addDsoChild
public void addDsoChild(DSORepresentation representation)
-
addDsoChild
public void addDsoChild(int type, int max, boolean separate, int nameLength)
-
getDsoRepresentations
public List<DSORepresentation> getDsoRepresentations()
-
-