Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel
-
Packages that use MailInboundChannelModel Package Description com.flowable.platform.engine.impl.eventregistry.mail -
-
Uses of MailInboundChannelModel in com.flowable.platform.engine.impl.eventregistry.mail
Fields in com.flowable.platform.engine.impl.eventregistry.mail declared as MailInboundChannelModel Modifier and Type Field Description protected MailInboundChannelModel
MailMessageHandler. inboundChannelModel
Methods in com.flowable.platform.engine.impl.eventregistry.mail that return MailInboundChannelModel Modifier and Type Method Description MailInboundChannelModel
MailMessageHandler. getInboundChannelModel()
Methods in com.flowable.platform.engine.impl.eventregistry.mail with parameters of type MailInboundChannelModel Modifier and Type Method Description protected MailListenerEndpoint
MailChannelModelProcessor. createListenerEndpoint(MailInboundChannelModel model, String tenantId)
protected MessageHandler
MailChannelModelProcessor. createMessageHandler(EventRegistry eventRegistry, MailInboundChannelModel channelModel, String tenantId)
Collection<EventPayloadInstance>
DefaultMessagePayloadExtractor. extractPayload(MailInboundChannelModel inboundChannelModel, javax.mail.internet.MimeMessage message)
protected Collection<EventPayloadInstance>
MailMessageHandler. extractPayload(MailInboundChannelModel inboundChannelModel, Object payload)
Collection<EventPayloadInstance>
MessagePayloadExtractor. extractPayload(MailInboundChannelModel inboundChannelModel, javax.mail.internet.MimeMessage message)
protected String
DefaultMessagePayloadExtractor. extractSubjectCorrelation(MailInboundChannelModel inboundChannelModel, String subject)
protected void
MailChannelModelProcessor. processInboundModel(MailInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry)
protected javax.mail.Authenticator
MailChannelModelProcessor. resolveAuthenticator(MailInboundChannelModel model)
protected InboundEventTenantDetector<javax.mail.internet.MimeMessage>
MailChannelModelProcessor. resolveEventTenantDetector(MailInboundChannelModel channelModel, String defaultTenantId)
protected String
MailChannelModelProcessor. resolveUrl(MailInboundChannelModel channelModel)
void
MailMessageHandler. setInboundChannelModel(MailInboundChannelModel inboundChannelModel)
Constructors in com.flowable.platform.engine.impl.eventregistry.mail with parameters of type MailInboundChannelModel Constructor Description MailMessageHandler(EventRegistry eventRegistry, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessagePayloadExtractor messagePayloadExtractor, MailInboundChannelModel inboundChannelModel, InboundEventTenantDetector<javax.mail.internet.MimeMessage> eventTenantDetector)
-