Class FolderSearchInfos
- java.lang.Object
-
- com.saperion.ngc.events.navigation.FolderSearchInfos
-
- All Implemented Interfaces:
java.io.Serializable
public class FolderSearchInfos extends java.lang.Object implements java.io.SerializableBean that holds information needed to search for folders or to search for folder content.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFolderSearchInfos.FolderSearchModeFolder search modes.
-
Constructor Summary
Constructors Constructor Description FolderSearchInfos(FolderId navigationParentNode, FolderId containingFolder, FolderSearchInfos.FolderSearchMode searchMode)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderIdgetContainingFolder()FolderIdgetNavigationParent()FolderSearchInfos.FolderSearchModegetSearchMode()
-
-
-
Constructor Detail
-
FolderSearchInfos
public FolderSearchInfos(FolderId navigationParentNode, FolderId containingFolder, FolderSearchInfos.FolderSearchMode searchMode)
Constructor.- Parameters:
navigationParentNode- parent node of a file or nullcontainingFolder- folder containing the documents or subfolderssearchMode- search mode
-
-
Method Detail
-
getNavigationParent
public FolderId getNavigationParent()
- Returns:
- the application node in the navigation view used to start the search
-
getContainingFolder
public FolderId getContainingFolder()
- Returns:
- id of the folder containing the documents or subfolders
-
getSearchMode
public FolderSearchInfos.FolderSearchMode getSearchMode()
- Returns:
- search mode
-
-