Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
Package | Description |
---|---|
com.flowable.platform.engine.impl.eventregistry.mail |
-
Uses of MailInboundChannelModel.CustomProperty in com.flowable.platform.engine.impl.eventregistry.mail
Fields in com.flowable.platform.engine.impl.eventregistry.mail with type parameters of type MailInboundChannelModel.CustomProperty Modifier and Type Field Description protected java.util.List<MailInboundChannelModel.CustomProperty>
MailInboundChannelModel. customProperties
The custom properties that should be passed to the mail receiver.Methods in com.flowable.platform.engine.impl.eventregistry.mail that return types with arguments of type MailInboundChannelModel.CustomProperty Modifier and Type Method Description java.util.List<MailInboundChannelModel.CustomProperty>
MailInboundChannelModel. getCustomProperties()
Method parameters in com.flowable.platform.engine.impl.eventregistry.mail with type arguments of type MailInboundChannelModel.CustomProperty Modifier and Type Method Description protected java.util.Properties
MailChannelModelProcessor. resolveProperties(java.util.List<MailInboundChannelModel.CustomProperty> mailProperties)
void
MailInboundChannelModel. setCustomProperties(java.util.List<MailInboundChannelModel.CustomProperty> customProperties)