Class OperationPortfolioSelection


  • public class OperationPortfolioSelection
    extends Object
    Used to select documents that match the selection rules and that should be processed (extracted / deleted) accordingly. You can use multiple selection elements.
    • Constructor Detail

      • OperationPortfolioSelection

        public OperationPortfolioSelection()
    • Method Detail

      • getFileName

        @Nullable
        public @Nullable String getFileName()
        Filters by file name for the selection. \"\\*.xls\", for example, would result in all XLS documents being selected. Meanwhile, \"xyz.json\" would result in attachments named \"xyz.json\" being selected (for extraction / deletion). **Important:** The \"path\" and \"fileName\" parameters follow and implement the glob selection patterns for files and paths.
        Returns:
        fileName
      • setFileName

        public void setFileName​(String fileName)
      • getPath

        @Nullable
        public @Nullable String getPath()
        Filters by path for the selection. \"a/b/\\*\", for example, would result in all a/b subfolders being searched for matching documents. Whether a document will be considered a match will also depend on the \"fileName\" parameter. If the \"fileName\" parameter is not set, this parameter can be used to select the path instead (for extraction / deletion)
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object