Package com.jalios.jcms.json.mixin
Interface WorkspaceMixIn
-
- All Superinterfaces:
BasicStorableMixIn
,DataMixIn
public interface WorkspaceMixIn extends DataMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.HashMap<java.lang.Class<?>,java.util.Set<Publication>>
getClassPubSetMap()
WorkspaceFileSizeResult
getPreviousFileAnalyzer()
java.util.TreeSet<Publication>
getPubSet()
java.util.Set<java.lang.String>
getWFRoleIdSet()
boolean
isOpen()
boolean
isTreeLeaf()
boolean
isTreeNode()
-
Methods inherited from interface com.jalios.jcms.json.mixin.BasicStorableMixIn
getAttributes, getStore, getUrid, hasBeenUpdated, isStored, setAttributes, setAttributes, setStore
-
Methods inherited from interface com.jalios.jcms.json.mixin.DataMixIn
getDisplayLinkCss, getDisplayLinkDataAttribute, getDisplayLinkHtmlAttributes, getExportXmlDataValue, getUpdateInstance, isInDatabase
-
-
-
-
Method Detail
-
getClassPubSetMap
java.util.HashMap<java.lang.Class<?>,java.util.Set<Publication>> getClassPubSetMap()
-
getPubSet
java.util.TreeSet<Publication> getPubSet()
-
getPreviousFileAnalyzer
WorkspaceFileSizeResult getPreviousFileAnalyzer()
-
getWFRoleIdSet
java.util.Set<java.lang.String> getWFRoleIdSet()
-
isOpen
boolean isOpen()
-
isTreeLeaf
boolean isTreeLeaf()
-
isTreeNode
boolean isTreeNode()
-
-