Package | Description |
---|---|
com.saperion.ngc.model.navigation |
Package for navigation model classes.
|
com.saperion.ngc.model.navigation.intf |
Package for navigation model interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
FolderNode
Folder nodes class.
|
class |
FolderTree |
Modifier and Type | Method and Description |
---|---|
NavigationItem |
FolderNode.getParent()
Returns the parent navigation item (node or tree).
|
Modifier and Type | Method and Description |
---|---|
void |
FolderNode.setParent(NavigationItem parentItem)
Sets a new parent to a Node.
|
Constructor and Description |
---|
FolderNode(NavigationItem parentItem,
DocumentDatabaseMetaInfo info,
com.saperion.rmi.SaACLRights access,
FolderClass folderClass)
Constructor.
|
FolderNode(NavigationItem parentItem,
String folderName,
String folderPath,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
FolderClass folderClass)
Constructor.
|
FolderNode(NavigationItem parentItem,
String folderName,
String folderPath,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
WorkflowNodeInfo wfInfo)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NavigationNode
Navigation node.
|
interface |
NavigationTree
Navigation tree, root of all nodes.
|
Modifier and Type | Method and Description |
---|---|
NavigationItem |
NavigationNode.getParent()
Returns the parent navigation item (node or tree).
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationNode.setParent(NavigationItem parentItem)
Sets a new parent to a Node.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.