Uses of Interface
com.saperion.ngc.model.navigation.intf.NavigationNode
-
Packages that use NavigationNode Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.navigation Package for all navigation events.com.saperion.ngc.model.navigation Package for navigation model classes.com.saperion.ngc.model.navigation.intf Package for navigation model interfaces.com.saperion.ngc.navigation Package for navigation component classes. -
-
Uses of NavigationNode in com.saperion.ngc.dialogs
Method parameters in com.saperion.ngc.dialogs with type arguments of type NavigationNode Modifier and Type Method Description void
NewFolderDialog. okButton(java.lang.String folderName, java.util.Set<NavigationNode> selectedClassNodes)
React to ok button click. -
Uses of NavigationNode in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return NavigationNode Modifier and Type Method Description NavigationNode
MaskInfoBean. getNode()
Methods in com.saperion.ngc.events with parameters of type NavigationNode Modifier and Type Method Description void
BaseWindow. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)
Post a AddLinkEvent.void
EventChildHandler. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)
Post a AddLinkEvent.void
EventChildHandlerImpl. postAddLinkEvent(java.lang.String name, NavigationNode parentNode, FolderId destination)
Post a AddLinkEvent.Constructors in com.saperion.ngc.events with parameters of type NavigationNode Constructor Description MaskInfoBean(NavigationNode folderNode, FolderClass fClass, FolderFormType maskType)
Constructor. -
Uses of NavigationNode in com.saperion.ngc.events.navigation
Methods in com.saperion.ngc.events.navigation that return NavigationNode Modifier and Type Method Description NavigationNode
AddLinkEvent. getParent()
Constructors in com.saperion.ngc.events.navigation with parameters of type NavigationNode Constructor Description AddLinkEvent(org.zkoss.zk.ui.Component target, java.lang.String name, NavigationNode parent, FolderId destination)
Constructor. -
Uses of NavigationNode in com.saperion.ngc.model.navigation
Classes in com.saperion.ngc.model.navigation that implement NavigationNode Modifier and Type Class Description class
FolderNode
Folder nodes class.Methods in com.saperion.ngc.model.navigation that return NavigationNode Modifier and Type Method Description NavigationNode
NavigationClassicConnectorService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
Adds a folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
Adds a folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)
Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)
Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.NavigationNode
NavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.NavigationNode
FolderNode. getLinkingNode()
NavigationNode
NavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.NavigationNode
NavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.NavigationNode
FolderTree. getRootNode()
Returns the root navigation node.NavigationNode
NavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.NavigationNode
NavigationService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.NavigationNode
NavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.NavigationNode
NavigationService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.Methods in com.saperion.ngc.model.navigation that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>
FolderNode. getNodes()
java.util.List<NavigationNode>
FolderTree. getNodes()
Methods in com.saperion.ngc.model.navigation with parameters of type NavigationNode Modifier and Type Method Description NavigationNode
NavigationClassicConnectorService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
Adds a folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
Adds a folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)
Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)
Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.NavigationNode
NavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.void
NavigationClassicConnectorService. deleteFolder(NavigationNode node)
Deletes the given folder.void
NavigationService. deleteFolder(NavigationNode node)
Deletes the given folder.NavigationNode
NavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.NavigationNode
NavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.NavigationNode
NavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.NavigationNode
NavigationService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.void
FolderNode. remove(NavigationNode node)
Removes the given child node.void
FolderTree. remove(NavigationNode node)
Removes the given child node.NavigationNode
NavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.NavigationNode
NavigationService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.void
FolderNode. setLinkingNode(NavigationNode linking)
Sets the node that is linking to this node.Constructors in com.saperion.ngc.model.navigation with parameters of type NavigationNode Constructor Description GenericFolderClass(NavigationNode modelNode)
Constructor. -
Uses of NavigationNode in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that return NavigationNode Modifier and Type Method Description NavigationNode
NavigationNode. getLinkingNode()
NavigationNode
NaviNodeAccessor. getModelNaviNode()
NavigationNode
NavigationTree. getRootNode()
Returns the root navigation node.Methods in com.saperion.ngc.model.navigation.intf that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>
NavigationItem. getNodes()
Methods in com.saperion.ngc.model.navigation.intf with parameters of type NavigationNode Modifier and Type Method Description void
NaviNodeAccessor. addChild(NavigationNode child)
Adds a new child node to the tree.void
NaviNodeAccessor. addChildNodes(NavigationNode node)
Adds the already existing model children of the given navigation model node to the associated view tree node.void
NavigationItem. remove(NavigationNode node)
Removes the given child node.void
NaviNodeAccessor. remove(NavigationNode node)
Removes the associated child node.void
NavigationNode. setLinkingNode(NavigationNode linking)
Sets the node that is linking to this node. -
Uses of NavigationNode in com.saperion.ngc.navigation
Fields in com.saperion.ngc.navigation declared as NavigationNode Modifier and Type Field Description protected NavigationNode
NaviTreeNode. modelNaviNode
Model node of this view node.Methods in com.saperion.ngc.navigation that return NavigationNode Modifier and Type Method Description NavigationNode
NavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)
Copies a node.NavigationNode
NavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)
NavigationNode
NavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
NavigationNode
NavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.String destination)
NavigationNode
NaviTreeNode. getModelNaviNode()
NavigationNode
NavigationPresenter. renameNode(NavigationNode node, java.lang.String name)
Methods in com.saperion.ngc.navigation that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.Set<NavigationNode>
NavigationView. getSelectedNodes()
java.util.Set<NavigationNode>
NavigationViewImpl. getSelectedNodes()
Methods in com.saperion.ngc.navigation with parameters of type NavigationNode Modifier and Type Method Description void
NaviTreeNode. addChild(NavigationNode child)
Adds a new child node to the tree.void
NavigationView. addChildNodes(NavigationNode node)
Adds next level children to the given node.void
NavigationViewImpl. addChildNodes(NavigationNode node)
Adds next level children to the given node.void
NaviTreeNode. addChildNodes(NavigationNode node)
Adds the already existing model children of the given navigation model node to the associated view tree node.void
NavigationView. addNode(NavigationNode parent, NavigationNode child)
void
NavigationViewImpl. addNode(NavigationNode parent, NavigationNode child)
NavigationNode
NavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)
Copies a node.NavigationNode
NavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)
NavigationNode
NavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
NavigationNode
NavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.String destination)
void
NavigationPresenter. deleteNode(NavigationNode node)
void
NaviTreeNode. remove(NavigationNode node)
Removes the associated child node.void
NavigationView. removeNode(NavigationNode node)
Removes the node from the view.void
NavigationViewImpl. removeNode(NavigationNode node)
Removes the node from the view.NavigationNode
NavigationPresenter. renameNode(NavigationNode node, java.lang.String name)
Method parameters in com.saperion.ngc.navigation with type arguments of type NavigationNode Modifier and Type Method Description protected void
NaviTreeNode. renderChildNodes(java.util.List<NavigationNode> nodes)
Constructors in com.saperion.ngc.navigation with parameters of type NavigationNode Constructor Description AbstractFileNaviTreeNode(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode)
Creates a new instance of AbstractFileNaviTreeNode.CreateFolderEventListener(NavigationNode modelNode, com.saperion.constants.SaFolderConstants.FOLDER_TYPE folderType)
Constructor.NavigationContextMenuPopup(NavigationView parentView, NavigationNode parent)
Constructor for navigation.NewFileOrRegisterListener(NavigationPresenter navigationPresenter, NavigationNode parentNode, FolderClass folderClass, NavigationView navigationView)
Constructor.OutlinerNaviTreeNode(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode)
Constructor.
-