org.alfresco.repo.imap.config
Class ImapConfigMountPointsBean

java.lang.Object
  extended by org.alfresco.util.config.RepositoryPathConfigBean
      extended by org.alfresco.util.config.RepositoryFolderConfigBean
          extended by org.alfresco.repo.imap.config.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 Summary
ImapConfigMountPointsBean()
           
 
Method Summary
 AlfrescoImapConst.ImapViewMode getMode()
          Gets the mode.
 java.lang.String getModeName()
           
 java.lang.String getMountPointName()
          Gets the IMAP mount-point name.
 void setModeName(java.lang.String mode)
          Sets the mode.
 void setMountPointName(java.lang.String folderName)
           
 
Methods inherited from class org.alfresco.util.config.RepositoryFolderConfigBean
getFolderNames, getFolderPath, getFolderPath, getOrCreateFolderPath, setFolderPath, toString
 
Methods inherited from class org.alfresco.util.config.RepositoryPathConfigBean
getRootPath, getStore, getStoreRef, resolveNodePath, setRootPath, setStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImapConfigMountPointsBean

public ImapConfigMountPointsBean()
Method Detail

getMountPointName

public java.lang.String getMountPointName()
Gets the IMAP mount-point name.

Returns:
the IMAP folder name

setMountPointName

public void setMountPointName(java.lang.String folderName)
Parameters:
folderName - the name of the IMAP folder

getMode

public AlfrescoImapConst.ImapViewMode getMode()
Gets the mode.

Returns:
the mode (virtual, mixed or archive)

getModeName

public java.lang.String getModeName()
Returns:
Returns the string value of the mode

setModeName

public void setModeName(java.lang.String mode)
Sets the mode.

Parameters:
mode - the new mode (virtual or archive)
See Also:
MountPointMode


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.