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.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.
|
void |
NavigationClassicConnectorService.addToFolder(java.util.Set<FolderId> folderIds,
java.util.Set<DocumentId> documentIDs) |
Adds documents to the specified folders.
|
void |
NavigationService.addToFolder(java.util.Set<FolderId> folderIds,
java.util.Set<DocumentId> documentIDs) |
Adds documents to the specified folders.
|
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.deleteFolderById(FolderId id) |
Deletes the folder identified by the specified id.
|
void |
NavigationService.deleteFolderById(FolderId id) |
Deletes the folder identified by the specified id.
|
FolderNode |
NavigationClassicConnectorService.getFolderById(FolderId id) |
Search a folder by id.
|
FolderNode |
NavigationService.getFolderById(FolderId id) |
Search a folder by id.
|
FolderNode |
NavigationClassicConnectorService.getFolderByPath(java.lang.String ddc,
java.lang.String path) |
Search a folder by path.
|
FolderNode |
NavigationService.getFolderByPath(java.lang.String ddc,
java.lang.String path) |
Search a folder by path.
|
java.util.List<FolderInfo> |
NavigationClassicConnectorService.getFolderChildren(FolderId id) |
Retrieves the children of the folder identified by the specified id.
|
java.util.List<FolderInfo> |
NavigationService.getFolderChildren(FolderId id) |
Retrieves the children of the folder identified by the specified id.
|
FolderClass |
NavigationClassicConnectorService.getFolderClass(java.lang.String className) |
Returns the folder class with the specified name or null if no such class exists.
|
FolderClass |
NavigationService.getFolderClass(java.lang.String className) |
Returns the folder class with the specified name or null if no such class exists.
|
FolderInfo |
NavigationClassicConnectorService.getFolderInfo(FolderId id) |
Retrieves information about the specified folder.
|
FolderInfo |
NavigationService.getFolderInfo(FolderId id) |
Retrieves information about the specified folder.
|
NavigationTree |
NavigationClassicConnectorService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter) |
Generates a folder tree stated at .
|
NavigationTree |
NavigationService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter) |
Generates a folder tree stated at .
|
NavigationTree |
NavigationClassicConnectorService.getNavigationTree(java.lang.String folderDDC,
com.saperion.rmi.SaQueryInfo filter) |
Returns the navigation tree.
|
NavigationTree |
NavigationService.getNavigationTree(java.lang.String folderDDC,
com.saperion.rmi.SaQueryInfo filter) |
Returns the navigation tree.
|
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 |
NavigationClassicConnectorService.updateFolder(FolderId id,
java.util.Properties nameValuePairs) |
Updates the properties of a folder.
|
void |
NavigationService.updateFolder(FolderId id,
java.util.Properties nameValuePairs) |
Updates the properties of a folder.
|