Uses of Interface
org.nuxeo.ecm.platform.mail.action.MessageAction
-
Packages that use MessageAction Package Description org.nuxeo.ecm.platform.mail.action org.nuxeo.ecm.platform.mail.listener.action -
-
Uses of MessageAction in org.nuxeo.ecm.platform.mail.action
Classes in org.nuxeo.ecm.platform.mail.action that implement MessageAction Modifier and Type Class Description classCheckSenderActionAction that check the mail address against the user directory.classDocumentURLActionComputes the URL of a document.classSendMailActionAction to answer the mail.classStoreMessageActionclassTransformMessageActionTransforms the message using the transformer and puts it in the context under transformed.Methods in org.nuxeo.ecm.platform.mail.action that return MessageAction Modifier and Type Method Description MessageActionMessageActionDescriptor. getAction()Methods in org.nuxeo.ecm.platform.mail.action with parameters of type MessageAction Modifier and Type Method Description voidMailBoxActions. addAction(MessageAction action)voidMailBoxActionsImpl. addAction(MessageAction action)Method parameters in org.nuxeo.ecm.platform.mail.action with type arguments of type MessageAction Modifier and Type Method Description voidMailBoxActions. addActions(List<MessageAction> actions)voidMailBoxActionsImpl. addActions(List<MessageAction> actions) -
Uses of MessageAction in org.nuxeo.ecm.platform.mail.listener.action
Classes in org.nuxeo.ecm.platform.mail.listener.action that implement MessageAction Modifier and Type Class Description classAbstractMailActionclassCheckMailUnicityThis class checks whether a mail is a duplicate of a previously stored mail document.classCreateDocumentsActionCreates a MailMessage document for every new email found in the INBOX.classCreateDocumentsFromAutomationChainActionCreates a MailMessage document for every new email found in the INBOX.classEndActionclassExtractMessageInformationActionPuts on the pipe execution context the values retrieved from the new messages found in the INBOX.classStartAction
-