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.
|
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.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.
|
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.
|
NavigationNode |
NavigationClassicConnectorService.renameFolder(NavigationNode node,
java.lang.String name) |
Renames folder.
|
NavigationNode |
NavigationService.renameFolder(NavigationNode node,
java.lang.String name) |
Renames folder.
|
FolderId |
NavigationClassicConnectorService.resolveLink(FolderId linkId) |
Resolves a link folder and returns the link destination.
|
FolderId |
NavigationService.resolveLink(FolderId linkId) |
Resolves a link folder and returns the link destination.
|