Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
Packages that use MailInboundChannelModel.CustomProperty
-
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.CustomPropertyModifier and TypeFieldDescriptionprotected 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.CustomPropertyMethod parameters in com.flowable.platform.engine.impl.eventregistry.mail with type arguments of type MailInboundChannelModel.CustomPropertyModifier and TypeMethodDescriptionprotected Properties
MailChannelModelProcessor.resolveProperties
(List<MailInboundChannelModel.CustomProperty> mailProperties) void
MailInboundChannelModel.setCustomProperties
(List<MailInboundChannelModel.CustomProperty> customProperties)