Uses of Class
com.jalios.util.ObjectLongTreeMap
-
Packages that use ObjectLongTreeMap Package Description com.jalios.jcms.quota com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of ObjectLongTreeMap in com.jalios.jcms.quota
Fields in com.jalios.jcms.quota declared as ObjectLongTreeMap Modifier and Type Field Description protected ObjectLongTreeMap
WorkspaceFileSizeResult. fileSizeMap
protected ObjectLongTreeMap
WorkspaceFileSizeResult. fileSizeMapWithSatellite
Methods in com.jalios.jcms.quota that return ObjectLongTreeMap Modifier and Type Method Description ObjectLongTreeMap
WorkspaceFileSizeResult. getFileSizeMap()
Retrieve a the file analyzis information for the current Workspace.ObjectLongTreeMap
WorkspaceFileSizeResult. getFileSizeMapWithSatellite()
Retrieve a the file analyzis information for the current Workspace.Methods in com.jalios.jcms.quota with parameters of type ObjectLongTreeMap Modifier and Type Method Description void
WorkspaceFileSizeResult. setFileSizeMap(ObjectLongTreeMap fileSizeMap)
Deprecated.void
WorkspaceFileSizeResult. setFileSizeMapWithSatellite(ObjectLongTreeMap fileSizeMapWithSatellite)
Deprecated. -
Uses of ObjectLongTreeMap in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace that return ObjectLongTreeMap Modifier and Type Method Description ObjectLongTreeMap
Workspace. getFileSizeMap(boolean refresh)
Returns the map file size for each content-type.
-