public abstract class AbstractForumEmailMessageHandler extends AbstractEmailMessageHandler
| Constructor and Description |
|---|
AbstractForumEmailMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected NodeRef |
addPostNode(NodeRef nodeRef,
EmailMessage message)
Posts content
|
protected NodeRef |
addTopicNode(NodeRef parentNode,
String name)
Adds topic node into Alfresco repository
|
protected NodeRef |
getTopicNode(NodeRef nodeRef,
String name)
Finds first child with specified name
|
addAttachment, addAttachments, addContentNode, addContentNode, addEmailedAspect, encodeSubject, getContentService, getDictionaryService, getMimetypeService, getNodeService, setContentService, setDictionaryService, setMimetypeService, setNodeService, writeContent, writeContentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessMessageprotected NodeRef addPostNode(NodeRef nodeRef, EmailMessage message)
nodeRef - Reference to nodemessage - Mail parserprotected NodeRef getTopicNode(NodeRef nodeRef, String name)
nodeRef - Parent node for the searchname - String for searchCopyright © 2005–2020 Alfresco Software. All rights reserved.