com.logicaldoc.web.document
Class Directory
java.lang.Object
com.icesoft.faces.component.tree.IceUserObject
com.logicaldoc.web.navigation.PageContentBean
com.logicaldoc.web.document.Directory
public class Directory
- extends PageContentBean
Instances of this bean represents document directories to be displayed in the
navigation tree
- Since:
- 3.0
- Author:
- Marco Meschieri - Logical Objects
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from class com.icesoft.faces.component.tree.IceUserObject |
action, branchContractedIcon, branchExpandedIcon, expanded, icon, leaf, leafIcon, text, tooltip, treeNode, wrapper |
Constructor Summary |
Directory(com.logicaldoc.core.security.Menu menu)
|
Methods inherited from class com.logicaldoc.web.navigation.PageContentBean |
equals, getContentName, getContentTitle, getDisplayText, getIcon, getMenu, getMenuId, getNavigationSelection, getTemplate, isPageContent, setContentName, setContentTitle, setDisplayText, setIcon, setMenu, setMenuId, setNavigationSelection, setPageContent, setTemplate, toString |
Methods inherited from class com.icesoft.faces.component.tree.IceUserObject |
action, getAction, getBranchContractedIcon, getBranchExpandedIcon, getFamily, getLeafIcon, getRowIndex, getText, getTooltip, getTreeNode, getWrapper, isExpanded, isLeaf, setAction, setBranchContractedIcon, setBranchExpandedIcon, setExpanded, setLeaf, setLeafIcon, setRowIndex, setText, setTooltip, setTreeNode, setWrapper |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
Directory
public Directory(com.logicaldoc.core.security.Menu menu)
getPathExtended
public java.lang.String getPathExtended()
setPathExtended
public void setPathExtended(java.lang.String pathExtended)
getCount
public long getCount()
- The number of contained documents
setCount
public void setCount(long count)
onSelect
public void onSelect(javax.faces.event.ActionEvent event)
- Description copied from class:
PageContentBean
- Item selection handler
- Overrides:
onSelect
in class PageContentBean
edit
public java.lang.String edit()
rights
public java.lang.String rights()
newDirectory
public java.lang.String newDirectory()
deleteDirectory
public java.lang.String deleteDirectory()
- Returns:
- Since:
- 5.1
moveDirectory
public java.lang.String moveDirectory()
- Returns:
- Since:
- 5.1
searchInFolder
public java.lang.String searchInFolder()
delete
public java.lang.String delete()
history
public java.lang.String history()
isSelected
public boolean isSelected()
setSelected
public void setSelected(boolean selected)
isLoaded
public boolean isLoaded()
setLoaded
public void setLoaded(boolean loaded)
isWriteEnabled
public boolean isWriteEnabled()
isAddChildEnabled
public boolean isAddChildEnabled()
isManageSecurityEnabled
public boolean isManageSecurityEnabled()
isManageImmutabilityEnabled
public boolean isManageImmutabilityEnabled()
isDeleteEnabled
public boolean isDeleteEnabled()
isRenameEnabled
public boolean isRenameEnabled()
isBulkImportEnabled
public boolean isBulkImportEnabled()
isBulkExportEnabled
public boolean isBulkExportEnabled()
isArchiveEnabled
public boolean isArchiveEnabled()
isWorkflowEnabled
public boolean isWorkflowEnabled()
Copyright © 2008-2010 Logical Objects. All Rights Reserved.