Class FolderTree
java.lang.Object
com.saperion.ngc.model.navigation.FolderTree
- All Implemented Interfaces:
NavigationItem
,NavigationTree
,Serializable
- Author:
- mak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFolderTree
(DocumentDatabaseMetaInfo rootFolderDocInfo, com.saperion.rmi.SaACLRights access, FolderClass rootFolderClass) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
getName()
getNodes()
getQuery()
Returns the root navigation node.Returns the ID of the associated ZK view element.void
remove
(NavigationNode node) Removes the given child node.void
Sets the ID of the associated ZK view element.
-
Constructor Details
-
Method Details
-
getRootNode
Returns the root navigation node.- Specified by:
getRootNode
in interfaceNavigationTree
- Returns:
- root node
-
getNodes
- Specified by:
getNodes
in interfaceNavigationItem
- Returns:
- Nodes
- See Also:
-
getName
- Specified by:
getName
in interfaceNavigationItem
- Returns:
- Name
- See Also:
-
getViewElementId
Returns the ID of the associated ZK view element.- Specified by:
getViewElementId
in interfaceNavigationItem
- Returns:
- view element id
- See Also:
-
setViewElementId
Sets the ID of the associated ZK view element.- Specified by:
setViewElementId
in interfaceNavigationItem
- Parameters:
id
- element id- See Also:
-
canDelete
public boolean canDelete()- Specified by:
canDelete
in interfaceNavigationItem
- Returns:
- Can delete this
- See Also:
-
canRename
public boolean canRename()- Specified by:
canRename
in interfaceNavigationItem
- Returns:
- Can rename this
- See Also:
-
canPermissions
public boolean canPermissions()- Specified by:
canPermissions
in interfaceNavigationItem
- Returns:
- Can set permissions.
- See Also:
-
canAddFolder
public boolean canAddFolder()- Specified by:
canAddFolder
in interfaceNavigationItem
- Returns:
- Can add folder.
- See Also:
-
getQuery
- Specified by:
getQuery
in interfaceNavigationItem
- Returns:
- Query string
-