Class ImapConfigMountPointsBean


public class ImapConfigMountPointsBean extends RepositoryFolderConfigBean
Provides the parameters for an IMAP mount point (a mapping from an Alfresco node path to an IMAP folder name).
Since:
3.2
  • Constructor Details

    • ImapConfigMountPointsBean

      public ImapConfigMountPointsBean()
  • Method Details

    • getMountPointName

      public String getMountPointName()
      Gets the IMAP mount-point name.
      Returns:
      the IMAP folder name
    • setMountPointName

      public void setMountPointName(String folderName)
      Parameters:
      folderName - the name of the IMAP folder
    • getMode

      Gets the mode.
      Returns:
      the mode (virtual, mixed or archive)
    • getModeName

      public String getModeName()
      Returns:
      Returns the string value of the mode
    • setModeName

      public void setModeName(String mode)
      Sets the mode.
      Parameters:
      mode - the new mode (virtual or archive)
      See Also: