Uses of Class
org.flowable.common.engine.impl.cfg.mail.MailServerInfo
Packages that use MailServerInfo
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of MailServerInfo in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as MailServerInfoModifier and TypeFieldDescriptionprotected MailServerInfoCmmnEngineConfiguration.defaultMailServerFields in org.flowable.cmmn.engine with type parameters of type MailServerInfoModifier and TypeFieldDescriptionprotected Map<String,MailServerInfo> CmmnEngineConfiguration.mailServersMethods in org.flowable.cmmn.engine that return MailServerInfoModifier and TypeMethodDescriptionCmmnEngineConfiguration.getDefaultMailServer()CmmnEngineConfiguration.getMailServer(String tenantId) protected MailServerInfoCmmnEngineConfiguration.getOrCreateDefaultMaiLServer()Methods in org.flowable.cmmn.engine that return types with arguments of type MailServerInfoMethods in org.flowable.cmmn.engine with parameters of type MailServerInfoModifier and TypeMethodDescriptionCmmnEngineConfiguration.setDefaultMailServer(MailServerInfo defaultMailServer) Method parameters in org.flowable.cmmn.engine with type arguments of type MailServerInfoModifier and TypeMethodDescriptionCmmnEngineConfiguration.setMailServers(Map<String, MailServerInfo> mailServers) -
Uses of MailServerInfo in org.flowable.common.engine.impl.cfg.mail
Methods in org.flowable.common.engine.impl.cfg.mail with parameters of type MailServerInfoModifier and TypeMethodDescriptionstatic FlowableMailClientFlowableMailClientCreator.createHostClient(String host, MailServerInfo serverInfo) static FlowableMailClientFlowableMailClientCreator.createHostClient(String host, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) protected static FlowableMailClientFlowableMailClientCreator.createMailClient(MailServerConfiguration serverConfiguration, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) protected static MailDefaultsConfigurationFlowableMailClientCreator.createMailDefaultsConfiguration(MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) protected static MailHostServerConfigurationFlowableMailClientCreator.createMailHostServerConfiguration(String host, MailServerInfo mailServer) static FlowableMailClientFlowableMailClientCreator.createSessionClient(String sessionJndi, MailServerInfo serverInfo) static FlowableMailClientFlowableMailClientCreator.createSessionClient(String sessionJndi, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) protected static <T> TFlowableMailClientCreator.getDefaultValue(MailServerInfo serverInfo, MailServerInfo fallbackServerInfo, Function<MailServerInfo, T> valueProvider) protected static Collection<String>FlowableMailClientCreator.getForceTo(MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) Method parameters in org.flowable.common.engine.impl.cfg.mail with type arguments of type MailServerInfoModifier and TypeMethodDescriptionprotected static <T> TFlowableMailClientCreator.getDefaultValue(MailServerInfo serverInfo, MailServerInfo fallbackServerInfo, Function<MailServerInfo, T> valueProvider) -
Uses of MailServerInfo in org.flowable.engine
Fields in org.flowable.engine declared as MailServerInfoModifier and TypeFieldDescriptionprotected MailServerInfoProcessEngineConfiguration.defaultMailServerFields in org.flowable.engine with type parameters of type MailServerInfoModifier and TypeFieldDescriptionprotected Map<String,MailServerInfo> ProcessEngineConfiguration.mailServersMethods in org.flowable.engine that return MailServerInfoModifier and TypeMethodDescriptionProcessEngineConfiguration.getDefaultMailServer()ProcessEngineConfiguration.getMailServer(String tenantId) protected MailServerInfoProcessEngineConfiguration.getOrCreateDefaultMaiLServer()Methods in org.flowable.engine that return types with arguments of type MailServerInfoMethods in org.flowable.engine with parameters of type MailServerInfoModifier and TypeMethodDescriptionProcessEngineConfiguration.setDefaultMailServer(MailServerInfo defaultMailServer) Method parameters in org.flowable.engine with type arguments of type MailServerInfoModifier and TypeMethodDescriptionProcessEngineConfiguration.setMailServers(Map<String, MailServerInfo> mailServers)