Package | Description |
---|---|
com.saperion.ngc.exception |
Package for exception classes.
|
com.saperion.ngc.model.navigation |
Package for navigation model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteSubfolderException
Exception thrown when a user tries to delete a folder with subfolders.
|
class |
DuplicateFolderException
Exception thrown when a sibling with the same name already exists.
|
class |
FolderMoveException
Exception thrown when a move-folder-operation failed.
|
class |
FolderOperationNotAllowedException
Exception thrown when an operation on a folder is not allowed.
|
class |
InvalidFolderNameException
Exception thrown when a folder name contained an invalid character.
|
class |
UnsupportedDDCException |
class |
WrongDocumentDDCException
Exception thrown when the user tries to file a document from the wrong document-ddc.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
NavigationService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationClassicConnectorService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
void |
NavigationService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
void |
NavigationClassicConnectorService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
NavigationNode |
NavigationService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
NavigationClassicConnectorService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
void |
NavigationService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
void |
NavigationClassicConnectorService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
FolderNode |
NavigationService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationClassicConnectorService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
FolderNode |
NavigationClassicConnectorService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
List<FolderInfo> |
NavigationService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
List<FolderInfo> |
NavigationClassicConnectorService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
FolderInfo |
NavigationService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
FolderInfo |
NavigationClassicConnectorService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
NavigationTree |
NavigationService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
NavigationTree |
NavigationClassicConnectorService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
NavigationTree |
NavigationService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
NavigationTree |
NavigationClassicConnectorService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
NavigationNode |
NavigationService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationClassicConnectorService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
NavigationNode |
NavigationClassicConnectorService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
FolderId |
NavigationService.resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.
|
FolderId |
NavigationClassicConnectorService.resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.