Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
-
Packages that use 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 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 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 Properties
MailChannelModelProcessor. resolveProperties(List<MailInboundChannelModel.CustomProperty> mailProperties)
void
MailInboundChannelModel. setCustomProperties(List<MailInboundChannelModel.CustomProperty> customProperties)
-