Class FolderSearchInfos

java.lang.Object
com.saperion.ngc.events.navigation.FolderSearchInfos
All Implemented Interfaces:
Serializable

public class FolderSearchInfos extends Object implements Serializable
Bean that holds information needed to search for folders or to search for folder content.
See Also:
  • Constructor Details

    • FolderSearchInfos

      public FolderSearchInfos(FolderId navigationParentNode, FolderId containingFolder, FolderSearchInfos.FolderSearchMode searchMode)
      Constructor.
      Parameters:
      navigationParentNode - parent node of a file or null
      containingFolder - folder containing the documents or subfolders
      searchMode - search mode
  • Method Details

    • 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