FolderId |
NavigationClassicConnectorService.addFavoriteFolder(java.lang.String name,
java.util.Properties props,
java.lang.String content) |
Adds a new node to the favorite folder with the given name, properties and content.
|
FolderId |
NavigationService.addFavoriteFolder(java.lang.String name,
java.util.Properties props,
java.lang.String content) |
Adds a new node to the favorite folder with the given name, properties and content.
|
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.
|