public static enum AlfrescoImapConst.ImapViewMode extends Enum<AlfrescoImapConst.ImapViewMode>
Enum Constant and Description |
---|
ARCHIVE
Defines
AlfrescoImapFolder view mode as archive mode. |
MIXED
Defines
AlfrescoImapFolder view mode as mixed mode. |
VIRTUAL
Defines
AlfrescoImapFolder view mode as virtual mode. |
Modifier and Type | Method and Description |
---|---|
static AlfrescoImapConst.ImapViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlfrescoImapConst.ImapViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlfrescoImapConst.ImapViewMode VIRTUAL
AlfrescoImapFolder
view mode as virtual mode. Used for IMAP Virtualised View.
In the virtual mode alfresco nodes of cm:content are shown regardless of whether they are IMAP messages.
A template is used to generate a "virtual" email message from a content item that is not an email message.
Only nodes from IMAP favourite sites are shown, non favourite sites are not shown.
public static final AlfrescoImapConst.ImapViewMode MIXED
AlfrescoImapFolder
view mode as mixed mode. Used for IMAP Mixed View.
In mixed mode both IMAP messages and Alfresco nodes of other types are shown. Only nodes from IMAP favourite sites are shown, non favourite sites are not shown.
public static final AlfrescoImapConst.ImapViewMode ARCHIVE
AlfrescoImapFolder
view mode as archive mode. Used for Email Archive View.
In archive mode only IMAP messages are shown. Alfresco nodes of other types are not shown. And no nodes within sites (favourite or otherwise) are shown.
public static AlfrescoImapConst.ImapViewMode[] values()
for (AlfrescoImapConst.ImapViewMode c : AlfrescoImapConst.ImapViewMode.values()) System.out.println(c);
public static AlfrescoImapConst.ImapViewMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.