Package org.alfresco.repo.imap.config
Class ImapConfigMountPointsBean
java.lang.Object
org.alfresco.util.config.RepositoryPathConfigBean
org.alfresco.util.config.RepositoryFolderConfigBean
org.alfresco.repo.imap.config.ImapConfigMountPointsBean
Provides the parameters for an IMAP mount point (a mapping from an Alfresco node path to an IMAP folder name).
- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Gets the mode.Gets the IMAP mount-point name.voidsetModeName(String mode) Sets the mode.voidsetMountPointName(String folderName) Methods inherited from class org.alfresco.util.config.RepositoryFolderConfigBean
getFolderPath, getFolderPath, getFolderPathOrNull, getOrCreateFolderPath, setFolderPath, toStringMethods inherited from class org.alfresco.util.config.RepositoryPathConfigBean
getRootPath, getStore, getStoreRef, resolveNodePath, setRootPath, setStore
-
Constructor Details
-
ImapConfigMountPointsBean
public ImapConfigMountPointsBean()
-
-
Method Details
-
getMountPointName
Gets the IMAP mount-point name.- Returns:
- the IMAP folder name
-
setMountPointName
- Parameters:
folderName- the name of the IMAP folder
-
getMode
Gets the mode.- Returns:
- the mode (virtual, mixed or archive)
-
getModeName
- Returns:
- Returns the string value of the mode
-
setModeName
Sets the mode.- Parameters:
mode- the new mode (virtual or archive)- See Also:
-