public class OleDocStoreData extends Object
Constructor and Description |
---|
OleDocStoreData() |
Modifier and Type | Method and Description |
---|---|
void |
addDocType(String docType) |
void |
addFormat(String docType,
String format) |
void |
addLevelInfoForFormat(String format,
Integer levels) |
String |
getCategory() |
List<String> |
getDoctypes() |
Map<String,Integer> |
getFormatLevelsMap() |
List<String> |
getFormats() |
Map<String,List<String>> |
getTypeFormatMap() |
Map<String,Map<String,Long>> |
getTypeFormatMapWithNodeCount() |
void |
setCategory(String category) |
void |
setDoctypes(List<String> doctypes) |
void |
setFormatLevelsMap(Map<String,Integer> formatLevelsMap) |
void |
setTypeFormatMapWithNodeCount(Map<String,Map<String,Long>> typeFormatMapWithNodeCount) |
public OleDocStoreData()
public String getCategory()
public void setCategory(String category)
public Map<String,List<String>> getTypeFormatMap()
public List<String> getDoctypes()
public void setDoctypes(List<String> doctypes)
public void addDocType(String docType)
public void addLevelInfoForFormat(String format, Integer levels)
public void setTypeFormatMapWithNodeCount(Map<String,Map<String,Long>> typeFormatMapWithNodeCount)
public Map<String,Integer> getFormatLevelsMap()
public void setFormatLevelsMap(Map<String,Integer> formatLevelsMap)
public List<String> getFormats()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.