Class OperationPortfolioRemove


  • public class OperationPortfolioRemove
    extends Object
    Removes one or more documents from the portfolio.
    • Constructor Detail

      • OperationPortfolioRemove

        public OperationPortfolioRemove()
    • Method Detail

      • getInitialDocumentPath

        @Nullable
        public @Nullable String getInitialDocumentPath()
        Defines the path/folder where the initially shown document is stored in the portfolio. **Important:** The \"path\" and \"fileName\" parameters follow and implement the glob selection patterns for files and paths. Which is: A portfolio path is defined by \"/\" separated nested folder names.
        Returns:
        initialDocumentPath
      • setInitialDocumentPath

        public void setInitialDocumentPath​(String initialDocumentPath)
      • getInitialFileName

        @Nullable
        public @Nullable String getInitialFileName()
        Select the name of the initially shown document. **Important:** The \"path\" and \"fileName\" parameters follow and implement the glob selection patterns for files and paths. Which is: A portfolio path is defined by \"/\" separated nested folder names.
        Returns:
        initialFileName
      • setInitialFileName

        public void setInitialFileName​(String initialFileName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object